Fix clippy lints for new 1.78 stable toolchain
This commit is contained in:
parent
ffa6614026
commit
aae8e4f5cf
3 changed files with 3 additions and 3 deletions
|
|
@ -224,7 +224,7 @@ where
|
|||
);
|
||||
|
||||
if state.keys != self.keys {
|
||||
state.keys = self.keys.clone();
|
||||
state.keys.clone_from(&self.keys);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue