xso/src/lib.rs 🔗
@@ -104,7 +104,6 @@ use alloc::{
vec::Vec,
};
-#[doc(inline)]
pub use text::TextCodec;
#[doc(inline)]
Jonas Schäfer created
Using `#[doc(inline)]` there makes it appear in two places in the
documentation, which may be confusing (as it's not fully obvious that
both places are in fact the same trait).
xso/src/lib.rs | 1 -
1 file changed, 1 deletion(-)
@@ -104,7 +104,6 @@ use alloc::{
vec::Vec,
};
-#[doc(inline)]
pub use text::TextCodec;
#[doc(inline)]