Fix Clippy warnings in client
crate (#8719)
This PR fixes a number of Clippy warnings in the `client` crate. Release Notes: - N/A
This commit is contained in:
parent
5de7492146
commit
0ac203bde0
3 changed files with 26 additions and 29 deletions
|
@ -653,7 +653,7 @@ impl UserStore {
|
|||
let users = response
|
||||
.users
|
||||
.into_iter()
|
||||
.map(|user| User::new(user))
|
||||
.map(User::new)
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
this.update(&mut cx, |this, _| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue