Correct typo · rust-lang/rust@b29a887 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit b29a887
and
authored
Correct typo
Co-authored-by: Mara Bos m-ou.se@m-ou.se
File tree
1 file changed
lines changed
- library/std/src/sys/hermit
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -111,8 +111,8 @@ pub struct Env { | ||
111 | 111 | iter: vec::IntoIter<(OsString, OsString)>, |
112 | 112 | } |
113 | 113 | |
114 | -impl !Send for Args {} | |
115 | -impl !Sync for Args {} | |
114 | +impl !Send for Env {} | |
115 | +impl !Sync for Env {} | |
116 | 116 | |
117 | 117 | impl Iterator for Env { |
118 | 118 | type Item = (OsString, OsString); |