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

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).
This commit is contained in:
Jonas Schäfer 2025-04-27 12:56:08 +02:00
commit ebe53b8eab

View file

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