Skip to content

Commit cf79c06

Browse files
committed
Fix missing import in unsupported::args
1 parent 45bc193 commit cf79c06

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/unsupported

1 file changed

+1
-0
lines changed

library/std/src/sys/unsupported/args.rs

+1
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)