Skip to content

Commit da0b10c

Browse files
committed
Register renamed lint
1 parent 48de8ac commit da0b10c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_lint/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
318318
store.register_renamed("async_idents", "keyword_idents");
319319
store.register_renamed("exceeding_bitshifts", "arithmetic_overflow");
320320
store.register_renamed("redundant_semicolon", "redundant_semicolons");
321+
store.register_renamed("intra_doc_link_resolution_failure", "intra_doc_link_resolution_failures");
321322
store.register_removed("unknown_features", "replaced by an error");
322323
store.register_removed("unsigned_negation", "replaced by negate_unsigned feature gate");
323324
store.register_removed("negate_unsigned", "cast a signed value instead");

0 commit comments

Comments
 (0)