Skip to content

Commit 2ecc820

Browse files
CDirkxm-ou-se
andcommitted
Correct typos
Co-authored-by: Mara Bos <[email protected]>
1 parent 904ee68 commit 2ecc820

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library/std/src/sys/hermit/os.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ pub struct Env {
111111
iter: vec::IntoIter<(OsString, OsString)>,
112112
}
113113

114-
impl !Send for Args {}
115-
impl !Sync for Args {}
114+
impl !Send for Env {}
115+
impl !Sync for Env {}
116116

117117
impl Iterator for Env {
118118
type Item = (OsString, OsString);

library/std/src/sys/wasi/os.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ pub struct Env {
130130
iter: vec::IntoIter<(OsString, OsString)>,
131131
}
132132

133-
impl !Send for Args {}
134-
impl !Sync for Args {}
133+
impl !Send for Env {}
134+
impl !Sync for Env {}
135135

136136
impl Iterator for Env {
137137
type Item = (OsString, OsString);

0 commit comments

Comments
 (0)