Clippy fixes for gpui2 (#3826)
It's not quite complete, but we gotta start somewhere. Release Notes: - N/A
This commit is contained in:
commit
cb6652e7bf
49 changed files with 358 additions and 414 deletions
|
@ -106,7 +106,7 @@ impl AsyncAppContext {
|
|||
.upgrade()
|
||||
.ok_or_else(|| anyhow!("app was released"))?;
|
||||
let mut lock = app.borrow_mut();
|
||||
Ok(f(&mut *lock))
|
||||
Ok(f(&mut lock))
|
||||
}
|
||||
|
||||
pub fn open_window<V>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue