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
|
.shell
|
||||||
.write()
|
.write()
|
||||||
.unwrap()
|
.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