mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
internal: Bump Dependencies
This commit is contained in:
parent
0cf677ab42
commit
76ae5434fa
51 changed files with 181 additions and 168 deletions
|
@ -61,7 +61,7 @@ fn def_under_cursor(
|
|||
.token_at_offset(position.offset)
|
||||
.left_biased()
|
||||
.unwrap()
|
||||
.ancestors()
|
||||
.parent_ancestors()
|
||||
.find_map(|it| node_to_def(sema, &it))
|
||||
.expect("no def found")
|
||||
.unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue