Rust doc trait method display inconsistency
โ Rust ๐ 2026-03-13 ๐ค surdeus ๐๏ธ 5Something that has been confusing me ( I am very easily confused ).
When I run cargo doc, the trait methods (not the documentation) can be hidden, e.g.
Show 14 methods
But docs.rs doesnโt have this feature ( example ).
Is this just a temporary state of affairs while docs.rs โcatches upโ, or is it a bug, or what?
1 post - 1 participant
๐ท๏ธ Rust_feed