Placate clippy: use clone_into
(#2037)
This commit is contained in:
parent
d18bdef799
commit
6d7de0a480
@ -95,7 +95,7 @@ impl Test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) fn current_dir(mut self, path: impl AsRef<Path>) -> Self {
|
pub(crate) fn current_dir(mut self, path: impl AsRef<Path>) -> Self {
|
||||||
self.current_dir = path.as_ref().to_owned();
|
path.as_ref().clone_into(&mut self.current_dir);
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user