mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
more type safety
This commit is contained in:
parent
071a19537d
commit
8f32477312
5 changed files with 82 additions and 63 deletions
|
@ -48,7 +48,7 @@ mod marks;
|
|||
use crate::{
|
||||
db::{HirDatabase, DefDatabase},
|
||||
name::{AsName, KnownName},
|
||||
source_id::{SourceFileItemId, FileAstId, AstId},
|
||||
source_id::{FileAstId, AstId},
|
||||
};
|
||||
|
||||
pub use self::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue