mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
No need to make config pub
This commit is contained in:
parent
0896ca04c4
commit
04963fa14d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ mod conv;
|
|||
mod main_loop;
|
||||
mod markdown;
|
||||
pub mod req;
|
||||
pub mod config;
|
||||
mod config;
|
||||
mod world;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
|
||||
|
|
Loading…
Reference in a new issue