diff --git a/rust/shared.rs b/rust/shared.rs index fdca7db028..6644fdf022 100644 --- a/rust/shared.rs +++ b/rust/shared.rs @@ -41,7 +41,7 @@ pub mod __public { pub use crate::repeated::{ ProxiedInRepeated, Repeated, RepeatedIter, RepeatedMut, RepeatedView, }; - pub use crate::string::{ProtoBytes, ProtoStr, ProtoString}; + pub use crate::string::{ProtoBytes, ProtoStr, ProtoString, Utf8Error}; pub use crate::{ParseError, SerializeError}; } pub use __public::*;