mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +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
|
@ -207,7 +207,7 @@ fn named_target(file_id: FileId, node: &SyntaxNode) -> Option<NavigationTarget>
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use test_utils::covers;
|
||||
// use test_utils::covers;
|
||||
|
||||
use crate::mock_analysis::analysis_and_position;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue