mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +00:00
Suppress Clippy
This commit is contained in:
parent
7562cf1e75
commit
2c3d429b8e
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ fn autosave_debounce() {
|
|||
if let Some(timeout) = timeout.take() {
|
||||
window.clear_timeout_with_handle(timeout);
|
||||
}
|
||||
let callback = Closure::once(|| autosave());
|
||||
let callback = Closure::once(autosave);
|
||||
**timeout = window
|
||||
.set_timeout_with_callback_and_timeout_and_arguments_0(
|
||||
callback.as_ref().unchecked_ref(),
|
||||
|
|
Loading…
Reference in a new issue