mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Move Edition into span crate
This commit is contained in:
parent
8d74705b43
commit
255a8aef92
21 changed files with 103 additions and 101 deletions
|
@ -119,8 +119,8 @@ pub use ide_completion::{
|
|||
};
|
||||
pub use ide_db::{
|
||||
base_db::{
|
||||
Cancelled, CrateGraph, CrateId, Edition, FileChange, FileId, FilePosition, FileRange,
|
||||
SourceRoot, SourceRootId,
|
||||
Cancelled, CrateGraph, CrateId, FileChange, FileId, FilePosition, FileRange, SourceRoot,
|
||||
SourceRootId,
|
||||
},
|
||||
documentation::Documentation,
|
||||
label::Label,
|
||||
|
@ -135,6 +135,7 @@ pub use ide_diagnostics::{
|
|||
Diagnostic, DiagnosticCode, DiagnosticsConfig, ExprFillDefaultMode, Severity,
|
||||
};
|
||||
pub use ide_ssr::SsrError;
|
||||
pub use span::Edition;
|
||||
pub use syntax::{TextRange, TextSize};
|
||||
pub use text_edit::{Indel, TextEdit};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue