Skip to content

Commit a6fbaf1

Browse files
authored
fix: cleanup Path and PathBuf (#41)
1 parent 3a88f6a commit a6fbaf1

File tree

1 file changed

+0
-2
lines changed
  • oscars/src/collectors/mark_sweep

1 file changed

+0
-2
lines changed

oscars/src/collectors/mark_sweep/trace.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ use rust_alloc::vec::Vec;
1717

1818
#[cfg(feature = "std")]
1919
use std::collections::{HashMap, HashSet};
20-
#[cfg(feature = "std")]
21-
use std::path::{Path, PathBuf};
2220

2321
/// Substitute for the [`Drop`] trait for garbage collected types.
2422
pub trait Finalize {

0 commit comments

Comments
 (0)