Fix lint name in unused linker_messages warning
This commit is contained in:
parent
41f1ed11c2
commit
cd929bfccb
4 changed files with 6 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ warning: unused attribute
|
|||
LL | #![allow(linker_messages)]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
||||
|
|
||||
= note: the `linker_warnings` lint can only be controlled at the root of a crate that needs to be linked
|
||||
= note: the `linker_messages` lint can only be controlled at the root of a crate that needs to be linked
|
||||
|
||||
warning: 2 warnings emitted
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue