mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
remove relpath from input
This commit is contained in:
parent
cb6205c09d
commit
dea1a69e1c
2 changed files with 2 additions and 11 deletions
|
@ -5,8 +5,6 @@ use relative_path::RelativePathBuf;
|
|||
use ra_syntax::SmolStr;
|
||||
use salsa;
|
||||
|
||||
use crate::file_resolver::FileResolverImp;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
pub struct FileId(pub u32);
|
||||
|
||||
|
@ -123,7 +121,6 @@ pub struct SourceRootId(pub u32);
|
|||
|
||||
#[derive(Default, Clone, Debug, PartialEq, Eq)]
|
||||
pub struct SourceRoot {
|
||||
pub file_resolver: FileResolverImp,
|
||||
pub files: FxHashSet<FileId>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue