Skip to content

Commit f65fe4e

Browse files
committed
Fix import
1 parent fb9744e commit f65fe4e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/load-cargo/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,14 +419,10 @@ impl ProcMacroExpander for Expander {
419419
#[cfg(test)]
420420
mod tests {
421421
use ide_db::base_db::SourceDatabase;
422+
use vfs::file_set::FileSetConfigBuilder;
422423

423424
use super::*;
424425

425-
use ide_db::base_db::SourceRootId;
426-
use vfs::{file_set::FileSetConfigBuilder, VfsPath};
427-
428-
use crate::SourceRootConfig;
429-
430426
#[test]
431427
fn test_loading_rust_analyzer() {
432428
let path = Path::new(env!("CARGO_MANIFEST_DIR")).parent().unwrap().parent().unwrap();

0 commit comments

Comments
 (0)