Skip to content

Commit

Permalink
Add missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
osiewicz committed Apr 24, 2024
1 parent c381b0a commit 23e9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ mod std_error;
#[doc(hidden)]
pub mod __private {
pub use core::result::Result;
pub use string::from_utf8_lossy;
mod string {
use crate::lib::*;

Expand All @@ -258,5 +259,4 @@ pub mod __private {
str::from_utf8(bytes).unwrap_or("\u{fffd}\u{fffd}\u{fffd}")
}
}
pub use string::*;
}

0 comments on commit 23e9589

Please sign in to comment.