mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
minor
This commit is contained in:
parent
1baba9a2e2
commit
4dd4571bfe
1 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,9 @@ use self::{
|
|||
module_map::{ModuleMap, ChangeKind, Problem},
|
||||
};
|
||||
pub use self::symbol_index::Query;
|
||||
pub use self::api::*;
|
||||
pub use self::api::{
|
||||
Analysis, SourceChange, SourceFileEdit, FileSystemEdit, Position, Diagnostic, Runnable, RunnableKind
|
||||
};
|
||||
|
||||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue