mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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
|
@ -2057,7 +2057,7 @@ fn test_ls_indicator_style() {
|
|||
.tempdir()
|
||||
.expect("failed to create dir");
|
||||
let socket_path = dir.path().join("sock");
|
||||
let _listener = UnixListener::bind(&socket_path).expect("failed to create socket");
|
||||
let _listener = UnixListener::bind(socket_path).expect("failed to create socket");
|
||||
|
||||
new_ucmd!()
|
||||
.args(&[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue