Fix warning on not-linux
This commit is contained in:
parent
1d4c6c9e88
commit
3a00497942
|
|
@ -1,5 +1,6 @@
|
|||
#[cfg(target_os = "linux")]
|
||||
use std::fmt::Write as _;
|
||||
use std::{
|
||||
fmt::Write as _,
|
||||
path::PathBuf,
|
||||
sync::{Arc, Weak},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue