mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
inline thread-worker
This commit is contained in:
parent
7cc14a7596
commit
983de30a56
6 changed files with 77 additions and 109 deletions
|
@ -8,6 +8,7 @@ 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