Skip to content

Commit e891602

Browse files
Remove unused Path import from discover.rs
Path was imported but not used in the file - only PathBuf is needed for the DiscoverResult.manifest_path field. Co-authored-by: adityapatwardhan <[email protected]>
1 parent 89c94f2 commit e891602

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dsc-lib/src/extensions/discover.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use crate::{
2424
use rust_i18n::t;
2525
use schemars::JsonSchema;
2626
use serde::{Deserialize, Serialize};
27-
use std::path::Path;
2827
use std::path::PathBuf;
2928
use tracing::{info, trace};
3029

0 commit comments

Comments
 (0)