mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Auto merge of #16434 - Veykril:things, r=Veykril
internal: Restructure and cleanup hir-expand a bit
This commit is contained in:
commit
27c3ed9de8
62 changed files with 750 additions and 724 deletions
|
@ -1,16 +1,16 @@
|
|||
//! Various batch processing tasks, intended primarily for debugging.
|
||||
|
||||
pub mod flags;
|
||||
mod parse;
|
||||
mod symbols;
|
||||
mod highlight;
|
||||
mod analysis_stats;
|
||||
mod diagnostics;
|
||||
mod ssr;
|
||||
pub mod flags;
|
||||
mod highlight;
|
||||
mod lsif;
|
||||
mod scip;
|
||||
mod parse;
|
||||
mod run_tests;
|
||||
mod rustc_tests;
|
||||
mod scip;
|
||||
mod ssr;
|
||||
mod symbols;
|
||||
|
||||
mod progress_report;
|
||||
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
use core::fmt;
|
||||
|
||||
pub(crate) mod utils;
|
||||
pub(crate) mod semantic_tokens;
|
||||
pub mod ext;
|
||||
pub(crate) mod from_proto;
|
||||
pub(crate) mod semantic_tokens;
|
||||
pub(crate) mod to_proto;
|
||||
pub(crate) mod utils;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct LspError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue