mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix import
This commit is contained in:
parent
fb9744e97c
commit
f65fe4e281
1 changed files with 1 additions and 5 deletions
|
@ -419,14 +419,10 @@ impl ProcMacroExpander for Expander {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use ide_db::base_db::SourceDatabase;
|
||||
use vfs::file_set::FileSetConfigBuilder;
|
||||
|
||||
use super::*;
|
||||
|
||||
use ide_db::base_db::SourceRootId;
|
||||
use vfs::{file_set::FileSetConfigBuilder, VfsPath};
|
||||
|
||||
use crate::SourceRootConfig;
|
||||
|
||||
#[test]
|
||||
fn test_loading_rust_analyzer() {
|
||||
let path = Path::new(env!("CARGO_MANIFEST_DIR")).parent().unwrap().parent().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue