mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix nightly clippy
This commit is contained in:
parent
f232ed8107
commit
f69ab5e719
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ impl Component for CredComponent {
|
|||
Some(
|
||||
self.input_username
|
||||
.get_text()
|
||||
.to_owned(),
|
||||
.clone(),
|
||||
),
|
||||
None,
|
||||
);
|
||||
|
|
@ -130,7 +130,7 @@ impl Component for CredComponent {
|
|||
Some(
|
||||
self.input_password
|
||||
.get_text()
|
||||
.to_owned(),
|
||||
.clone(),
|
||||
),
|
||||
);
|
||||
self.input_password.hide();
|
||||
|
|
|
|||
Loading…
Reference in a new issue