rust/clippy_lints
roblabla 79203653d1 Missing docs: don't require documenting Global Asm items.
global_asm! items cannot be documented, the lint still gets triggered
after adding documentation to the macro invocation. Furthermore, even
if we could add documentation to the AST node, rustdoc doesn't render
it anyways.

Playground example: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=5182df182f0ffbbab4c3107e43368ac3
2019-01-13 16:22:48 +00:00
..
src Missing docs: don't require documenting Global Asm items. 2019-01-13 16:22:48 +00:00
Cargo.toml
README.md

This crate contains Clippy lints. For the main crate, check crates.io or GitHub.