1 2 3 4 5 6
use crate::project::AbsolutePath; #[derive(Clone)] pub(crate) struct PendingClean { pub(crate) abs_path: AbsolutePath, }