Skip to content

Commit c60bee5

Browse files
committed
bles
1 parent 3efd42c commit c60bee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/lint/linker-warning.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ warning: unused attribute
2020
LL | #![allow(linker_messages)]
2121
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
2222
|
23-
= note: the `linker_messages` lint can only be controlled at the root of a crate that needs to be linked
23+
= note: the `linker_messages` and `linker_info` lints can only be controlled at the root of a crate that needs to be linked
2424

2525
warning: 2 warnings emitted
2626

0 commit comments

Comments
 (0)