Fix stderr file (unused variable)
This commit is contained in:
parent
4cf5702d52
commit
70536d4b4c
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ LL | mut hours_are_suns,
|
|||
= note: consider using `_hours_are_suns` instead
|
||||
|
||||
warning: value assigned to `hours_are_suns` is never read
|
||||
(maybe it is overwritten before being read)
|
||||
--> $DIR/issue-47390-unused-variable-in-struct-pattern.rs:50:9
|
||||
|
|
||||
LL | hours_are_suns = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue