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 904ee68 commit b29a887Copy full SHA for b29a887
library/std/src/sys/hermit/os.rs
@@ -111,8 +111,8 @@ pub struct Env {
111
iter: vec::IntoIter<(OsString, OsString)>,
112
}
113
114
-impl !Send for Args {}
115
-impl !Sync for Args {}
+impl !Send for Env {}
+impl !Sync for Env {}
116
117
impl Iterator for Env {
118
type Item = (OsString, OsString);
0 commit comments