Fix warning on not-linux

This commit is contained in:
Simon Gellis 2026-08-15 00:27:03 -04:00
parent 1d4c6c9e88
commit 3a00497942
1 changed files with 2 additions and 1 deletions

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},
};