Skip to content

Commit 001c0f4

Browse files
Rename lint to non_autolinks
1 parent 887ffe0 commit 001c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ pub mod primitive;
287287
unused_imports,
288288
unsafe_op_in_unsafe_fn
289289
)]
290-
#[cfg_attr(not(bootstrap), allow(url_improvements))]
290+
#[cfg_attr(not(bootstrap), allow(non_autolinks))]
291291
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
292292
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
293293
#[allow(clashing_extern_declarations)]

0 commit comments

Comments
 (0)