Skip to content

Commit 887ffe0

Browse files
Rename automatic_links to url_improvements
1 parent 35da8ec commit 887ffe0

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(automatic_links))]
290+
#[cfg_attr(not(bootstrap), allow(url_improvements))]
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)