Skip to content

Commit 8a8e31e

Browse files
committed
Fix missing import in unsupported::args
1 parent 16b3ed3 commit 8a8e31e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/sys/unsupported/args.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use crate::ffi::OsString;
2+
use crate::fmt;
23

34
pub struct Args {}
45

0 commit comments

Comments
 (0)