Fix Clippy warning
This commit is contained in:
parent
43e40fc7c7
commit
7e30d220e1
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ impl UserStore {
|
|||
if let Some(response) = response.log_err() {
|
||||
let user = Arc::new(User {
|
||||
id: user_id,
|
||||
github_login: response.user.github_login.clone().into(),
|
||||
github_login: response.user.github_login.clone(),
|
||||
avatar_uri: response.user.avatar_url.clone().into(),
|
||||
name: response.user.name.clone(),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue