mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Move the SpanMap definition into the span crate
This commit is contained in:
parent
66e29be1bd
commit
ec6162308e
8 changed files with 74 additions and 74 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue