Correct typo · rust-lang/rust@b29a887 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit b29a887

CDirkxm-ou-se

and

authored

Correct typo

Co-authored-by: Mara Bos m-ou.se@m-ou.se

File tree

1 file changed

lines changed

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