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:
parent
67e7e9da15
commit
ebe53b8eab
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ use alloc::{
|
|||
vec::Vec,
|
||||
};
|
||||
|
||||
#[doc(inline)]
|
||||
pub use text::TextCodec;
|
||||
|
||||
#[doc(inline)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue