Make from_utf8_lossy private

This commit is contained in:
David Tolnay
2025-09-13 09:55:41 -07:00
parent a16893429b
commit 7f831225a9
5 changed files with 35 additions and 36 deletions
+3
View File
@@ -1,6 +1,9 @@
#[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
mod content;
#[doc(hidden)]
pub mod string;
#[cfg(all(not(no_serde_derive), any(feature = "std", feature = "alloc")))]
#[doc(hidden)]
pub use self::content::{Content, ContentVisitor};