We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d091b2 commit 1eb9b13Copy full SHA for 1eb9b13
library/std/src/sys/args/common.rs
@@ -12,7 +12,7 @@ impl !Sync for Args {}
12
13
impl Args {
14
#[inline]
15
- pub(super) fn new(args: Vec<OsString>) -> Self {
+ pub fn new(args: Vec<OsString>) -> Self {
16
Args { iter: args.into_iter() }
17
}
18
0 commit comments