Rust doc trait method display inconsistency

โš“ Rust    ๐Ÿ“… 2026-03-13    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 5      

surdeus

Something 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

Read full topic

๐Ÿท๏ธ Rust_feed