mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
chore: run cargo +nightly clippy --fix
This commit is contained in:
parent
c3218740dc
commit
fdd6a05259
9 changed files with 31 additions and 31 deletions
|
@ -85,7 +85,7 @@ impl RandomFile {
|
|||
/// `create()` file handle located at `at` / `name`
|
||||
fn new(at: &AtPath, name: &str) -> Self {
|
||||
Self {
|
||||
inner: File::create(&at.plus(name)).unwrap(),
|
||||
inner: File::create(at.plus(name)).unwrap(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue