We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414482f + 73996f3 commit 3e1dfdeCopy full SHA for 3e1dfde
src/librustdoc/core.rs
@@ -230,6 +230,7 @@ pub(crate) fn create_config(
230
// it's unclear whether these should be part of rustdoc directly (#77364)
231
rustc_lint::builtin::MISSING_DOCS.name.to_string(),
232
rustc_lint::builtin::INVALID_DOC_ATTRIBUTES.name.to_string(),
233
+ rustc_lint::builtin::UNUSED_DOC_COMMENTS.name.to_string(),
234
// these are definitely not part of rustdoc, but we want to warn on them anyway.
235
rustc_lint::builtin::RENAMED_AND_REMOVED_LINTS.name.to_string(),
236
rustc_lint::builtin::UNKNOWN_LINTS.name.to_string(),
0 commit comments