Skip to content

Commit 19159c7

Browse files
committed
chore: update stderr for new msrv
1 parent 80c141d commit 19159c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

derive/tests/fail/no_allow_same_code_twice.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ warning: unused variable: `input`
1010
7 | fn update(&mut self, input: &[u8]) { }
1111
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
1212
|
13-
= note: `#[warn(unused_variables)]` on by default
13+
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

derive/tests/fail/no_allow_same_name_twice.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ warning: unused variable: `input`
1515
7 | fn update(&mut self, input: &[u8]) { }
1616
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
1717
|
18-
= note: `#[warn(unused_variables)]` on by default
18+
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
1919

2020
error[E0004]: non-exhaustive patterns: `&Code::Foo` not covered
2121
--> tests/fail/no_allow_same_name_twice.rs:16:17
@@ -46,4 +46,4 @@ warning: unreachable pattern
4646
22 | | Foo,
4747
| |________^ no value can reach this
4848
|
49-
= note: `#[warn(unreachable_patterns)]` on by default
49+
= note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default

0 commit comments

Comments
 (0)