We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cda8c commit 66beb4eCopy full SHA for 66beb4e
src/librustdoc/core.rs
@@ -241,6 +241,8 @@ pub fn run_core(search_paths: SearchPaths,
241
.into_iter()
242
.chain(rustc_lint::SoftLints.get_lints().into_iter())
243
.filter_map(|lint| {
244
+ // We don't want to whitelist *all* lints so let's
245
+ // ignore those ones.
246
if lint.name == warnings_lint_name ||
247
lint.name == intra_link_resolution_failure_name ||
248
lint.name == missing_docs {
0 commit comments