diff --git a/rust/shared.rs b/rust/shared.rs index 4d15b592af..7008dd5fb0 100644 --- a/rust/shared.rs +++ b/rust/shared.rs @@ -31,6 +31,7 @@ pub mod __public { }; pub use crate::repeated::{ProxiedInRepeated, Repeated, RepeatedMut, RepeatedView}; pub use crate::string::{BytesMut, ProtoStr, ProtoStrMut}; + pub use crate::ParseError; } pub use __public::*;