Fix import
This commit is contained in:
parent
fb9744e97c
commit
f65fe4e281
@ -419,14 +419,10 @@ fn expand(
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use ide_db::base_db::SourceDatabase;
|
use ide_db::base_db::SourceDatabase;
|
||||||
|
use vfs::file_set::FileSetConfigBuilder;
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
use ide_db::base_db::SourceRootId;
|
|
||||||
use vfs::{file_set::FileSetConfigBuilder, VfsPath};
|
|
||||||
|
|
||||||
use crate::SourceRootConfig;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_loading_rust_analyzer() {
|
fn test_loading_rust_analyzer() {
|
||||||
let path = Path::new(env!("CARGO_MANIFEST_DIR")).parent().unwrap().parent().unwrap();
|
let path = Path::new(env!("CARGO_MANIFEST_DIR")).parent().unwrap().parent().unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user