We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a88f6a commit a6fbaf1Copy full SHA for a6fbaf1
oscars/src/collectors/mark_sweep/trace.rs
@@ -17,8 +17,6 @@ use rust_alloc::vec::Vec;
17
18
#[cfg(feature = "std")]
19
use std::collections::{HashMap, HashSet};
20
-#[cfg(feature = "std")]
21
-use std::path::{Path, PathBuf};
22
23
/// Substitute for the [`Drop`] trait for garbage collected types.
24
pub trait Finalize {
0 commit comments