remove unused mut
s
This commit is contained in:
parent
69c71dacda
commit
fc63926e18
7 changed files with 11 additions and 11 deletions
|
@ -917,7 +917,7 @@ mod parse {
|
|||
}
|
||||
}
|
||||
|
||||
let mut options = slot.get_or_insert_default();
|
||||
let options = slot.get_or_insert_default();
|
||||
let mut seen_always = false;
|
||||
let mut seen_never = false;
|
||||
let mut seen_ignore_loops = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue