mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
df: fixed clippy warning
This commit is contained in:
+2
-2
@@ -448,7 +448,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||
Err(error) => {
|
||||
return Err(UIoError::new(
|
||||
error.kind(),
|
||||
format!("cannot read table of mounted file systems"),
|
||||
"cannot read table of mounted file systems",
|
||||
));
|
||||
}
|
||||
};
|
||||
@@ -466,7 +466,7 @@ pub fn uumain(args: impl uucore::Args) -> UResult<()> {
|
||||
Err(error) => {
|
||||
return Err(UIoError::new(
|
||||
error.kind(),
|
||||
format!("cannot read table of mounted file systems"),
|
||||
"cannot read table of mounted file systems",
|
||||
));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user