We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904ee68 commit 2ecc820Copy full SHA for 2ecc820
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);
library/std/src/sys/wasi/os.rs
@@ -130,8 +130,8 @@ pub struct Env {
130
131
132
133
134
135
136
137
0 commit comments