mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix missing import in unsupported::args
This commit is contained in:
parent
45bc1930ca
commit
cf79c06575
@ -1,4 +1,5 @@
|
|||||||
use crate::ffi::OsString;
|
use crate::ffi::OsString;
|
||||||
|
use crate::fmt;
|
||||||
|
|
||||||
pub struct Args {}
|
pub struct Args {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user