xso: remove `#[doc(inline)]` from TextCodec

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).

Change summary

xso/src/lib.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

xso/src/lib.rs 🔗

@@ -104,7 +104,6 @@ use alloc::{
     vec::Vec,
 };
 
-#[doc(inline)]
 pub use text::TextCodec;
 
 #[doc(inline)]