Format and clippy
This commit is contained in:
parent
466b4cb994
commit
bc4a898c0a
12 changed files with 17 additions and 27 deletions
|
|
@ -13,7 +13,7 @@ pub struct Dir<D: AsRef<Path>> {
|
|||
|
||||
impl<D: AsRef<Path>> Dir<D> {
|
||||
pub fn new(path: D) -> Self {
|
||||
Dir { path }
|
||||
Self { path }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue