mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
fix: fixes a misspelled import for Windows
This commit is contained in:
parent
06e07ad8e6
commit
d484da0d28
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ impl<'a, 'b> Parser<'a, 'b>
|
|||
#[cfg(not(target_os = "windows"))]
|
||||
use std::os::unix::ffi::OsStrExt;
|
||||
#[cfg(target_os = "windows")]
|
||||
use ossstringext::OsStrExt3;
|
||||
use osstringext::OsStrExt3;
|
||||
|
||||
let n_bytes = n.as_bytes();
|
||||
let h_bytes = OsStr::new(h).as_bytes();
|
||||
|
|
Loading…
Add table
Reference in a new issue