Format
This commit is contained in:
parent
f4f2e55ee6
commit
1b98ae3ecd
@ -149,7 +149,8 @@ pub fn error_string(errno: Errno) -> String {
|
|||||||
EEOF => "Unexpected EOF",
|
EEOF => "Unexpected EOF",
|
||||||
EINVALDAT => "Invalid data",
|
EINVALDAT => "Invalid data",
|
||||||
EWRZERO => "Write zero",
|
EWRZERO => "Write zero",
|
||||||
}.to_string()
|
}
|
||||||
|
.to_string()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn getcwd() -> io::Result<PathBuf> {
|
pub fn getcwd() -> io::Result<PathBuf> {
|
||||||
|
Loading…
Reference in New Issue
Block a user