remove to_string
This commit is contained in:
parent
cb52065d55
commit
75a553fa27
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ pub fn errno() -> i32 {
|
|||
}
|
||||
|
||||
pub fn error_string(errno: i32) -> String {
|
||||
wasi::error_string(errno).to_string()
|
||||
wasi::error_string(errno)
|
||||
}
|
||||
|
||||
pub fn getcwd() -> io::Result<PathBuf> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue