Fix lint name in unused linker_messages warning

This commit is contained in:
bjorn3 2025-02-27 16:36:20 +00:00
parent 41f1ed11c2
commit cd929bfccb
4 changed files with 6 additions and 6 deletions

View file

@ -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