mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
find scope for Declaration
item
This commit is contained in:
parent
121aa35f12
commit
01853e8d6c
4 changed files with 86 additions and 46 deletions
|
@ -41,6 +41,7 @@ mod matching_brace;
|
|||
mod display;
|
||||
mod inlay_hints;
|
||||
mod wasm_shims;
|
||||
mod search_scope;
|
||||
|
||||
#[cfg(test)]
|
||||
mod marks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue