mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
rename
This commit is contained in:
parent
6c2ba945ed
commit
b6809b6695
10 changed files with 18 additions and 18 deletions
|
@ -47,7 +47,7 @@ pub(crate) fn reference_definition(
|
|||
) -> ReferenceResult {
|
||||
use self::ReferenceResult::*;
|
||||
|
||||
let analyzer = hir::SourceAnalyser::new(db, file_id, name_ref.syntax());
|
||||
let analyzer = hir::SourceAnalyzer::new(db, file_id, name_ref.syntax());
|
||||
|
||||
// Special cases:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue