mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
21216297e9
Ignore `#[doc(hidden)]` functions in clippy doc lints
Fixes https://github.com/rust-lang/rust-clippy/issues/11501
The implementation before #115689 had a check for unsugared doc comments that also happened to catch `#[doc(hidden)]`, this adds the check back in more explicitly
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |