Rename lint to non_autolinks
This commit is contained in:
parent
6be97e2250
commit
9d114506c6
9 changed files with 38 additions and 37 deletions
|
@ -287,7 +287,7 @@ pub mod primitive;
|
|||
unused_imports,
|
||||
unsafe_op_in_unsafe_fn
|
||||
)]
|
||||
#[cfg_attr(not(bootstrap), allow(url_improvements))]
|
||||
#[cfg_attr(not(bootstrap), allow(non_autolinks))]
|
||||
// FIXME: This annotation should be moved into rust-lang/stdarch after clashing_extern_declarations is
|
||||
// merged. It currently cannot because bootstrap fails as the lint hasn't been defined yet.
|
||||
#[allow(clashing_extern_declarations)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue