Move the SpanMap definition into the span crate

This commit is contained in:
Lukas Wirth 2023-12-18 13:39:44 +01:00
parent 66e29be1bd
commit ec6162308e
8 changed files with 74 additions and 74 deletions

View file

@ -8,7 +8,7 @@ use salsa::InternId;
mod map;
pub use crate::map::SpanMap;
pub use crate::map::{RealSpanMap, SpanMap};
pub use syntax::{TextRange, TextSize};
pub use vfs::FileId;