mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
cleanup main loop
This commit is contained in:
parent
f90a886301
commit
4e3f5cc729
8 changed files with 172 additions and 221 deletions
|
@ -4,11 +4,9 @@ mod cargo_target_spec;
|
|||
mod conv;
|
||||
mod main_loop;
|
||||
mod markdown;
|
||||
mod project_model;
|
||||
pub mod req;
|
||||
pub mod config;
|
||||
mod world;
|
||||
mod thread_worker;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|
||||
pub use crate::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue