mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
2713dc2641
Do not emit `missing_doc_code_examples` rustdoc lint on module and a few other items It doesn't make sense to expect modules to have code examples. Same goes for: * Trait aliases * Foreign items * Associated types and constants Should make the use of this lint a bit nicer. r? ``@notriddle``