mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Reformat
This commit is contained in:
parent
64f56f458f
commit
27306c5e4b
21 changed files with 21 additions and 21 deletions
|
@ -122,6 +122,7 @@ pub use ide_completion::{
|
|||
CallableSnippets, CompletionConfig, CompletionFieldsToResolve, CompletionItem,
|
||||
CompletionItemKind, CompletionRelevance, Snippet, SnippetScope,
|
||||
};
|
||||
pub use ide_db::text_edit::{Indel, TextEdit};
|
||||
pub use ide_db::{
|
||||
base_db::{Cancelled, CrateGraph, CrateId, FileChange, SourceRoot, SourceRootId},
|
||||
documentation::Documentation,
|
||||
|
@ -139,7 +140,6 @@ pub use ide_diagnostics::{
|
|||
pub use ide_ssr::SsrError;
|
||||
pub use span::Edition;
|
||||
pub use syntax::{TextRange, TextSize};
|
||||
pub use ide_db::text_edit::{Indel, TextEdit};
|
||||
|
||||
pub type Cancellable<T> = Result<T, Cancelled>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue