Skip to content

Commit b29a887

Browse files
CDirkxm-ou-se
andauthored
Correct typo
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
1 parent 904ee68 commit b29a887

File tree

1 file changed

+2
-2
lines changed
  • library/std/src/sys/hermit

1 file changed

+2
-2
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);

0 commit comments

Comments
 (0)