aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/source_id.rs
blob: c69a2afeb6834d391afb850450b1115bec095c16 (plain)
1
2
3
4
5
6
//! FIXME: write short doc here

pub use hir_expand::{
    ast_id_map::{AstIdMap, ErasedFileAstId, FileAstId},
    AstId,
};