Fix warning on not-linux

This commit is contained in:
2026-08-15 00:27:03 -04:00
parent 1d4c6c9e88
commit 3a00497942
+2 -1
View File
@@ -1,5 +1,6 @@
#[cfg(target_os = "linux")]
use std::fmt::Write as _;
use std::{
fmt::Write as _,
path::PathBuf,
sync::{Arc, Weak},
};