Skip to content

Commit

Permalink
Update src/librustdoc/core.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 28, 2020
1 parent db684be commit 0e3b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ where

// Whitelist feature-gated lints to avoid feature errors when trying to
// allow all lints.
// FIXME(LeSeulArtichaut): handle feature-gated lints properly.
// FIXME(#72694): handle feature-gated lints properly.
let unsafe_op_in_unsafe_fn_name = rustc_lint::builtin::UNSAFE_OP_IN_UNSAFE_FN.name;

whitelisted_lints.push(warnings_lint_name.to_owned());
Expand Down

0 comments on commit 0e3b31c

Please sign in to comment.