mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +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…
Add table
Add a link
Reference in a new issue