mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
03b886de53
6719: Use items can also have doc comments r=matklad a=Veykril Prior to this change modules show more docs than they have cause they inherit the docs from documented use items inside of them. Co-authored-by: Lukas Wirth <lukastw97@gmail.com>