mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
internal: use minicore deref more
This commit is contained in:
parent
991919e71f
commit
89a0e58393
5 changed files with 81 additions and 127 deletions
|
@ -3014,8 +3014,8 @@ fn foo() {
|
|||
file_id: FileId(
|
||||
1,
|
||||
),
|
||||
full_range: 250..432,
|
||||
focus_range: 289..295,
|
||||
full_range: 251..433,
|
||||
focus_range: 290..296,
|
||||
name: "Future",
|
||||
kind: Trait,
|
||||
description: "pub trait Future",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue