Redefine ErrorKind::Other and stop using it in std.
This commit is contained in:
@@ -358,7 +358,7 @@ impl FileAttr {
|
||||
}))
|
||||
} else {
|
||||
Err(io::Error::new_const(
|
||||
io::ErrorKind::Other,
|
||||
io::ErrorKind::Unknown,
|
||||
&"creation time is not available for the filesystem",
|
||||
))
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user