Fix iter parameter change
This commit is contained in:
parent
bd95340992
commit
4cf34fe312
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ impl Config {
|
|||
.shell
|
||||
.write()
|
||||
.unwrap()
|
||||
.update_tiling_exceptions(&state.common.config.tiling_exceptions);
|
||||
.update_tiling_exceptions(state.common.config.tiling_exceptions.iter());
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue