mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Merge #1998
1998: No need to make config pub r=matklad a=kjeremy Just a drive by Co-authored-by: kjeremy <kjeremy@gmail.com>
This commit is contained in:
commit
84d9fd1864
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