clippy::useless_return

This commit is contained in:
Maan2003
2021-06-13 09:35:29 +05:30
parent 75370312fb
commit c50b4579ec
10 changed files with 15 additions and 15 deletions

View File

@@ -701,7 +701,7 @@ impl GlobalState {
},
);
return Ok(());
Ok(())
})?
.on::<lsp_types::notification::DidChangeWatchedFiles>(|this, params| {
for change in params.changes {