We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb52065 commit 75a553fCopy full SHA for 75a553f
src/libstd/sys/wasi/os.rs
@@ -25,7 +25,7 @@ pub fn errno() -> i32 {
25
}
26
27
pub fn error_string(errno: i32) -> String {
28
- wasi::error_string(errno).to_string()
+ wasi::error_string(errno)
29
30
31
pub fn getcwd() -> io::Result<PathBuf> {
0 commit comments