mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Place cursor correctly when completing assoc fns with self
This commit is contained in:
parent
02955661a0
commit
9d94ffad44
4 changed files with 64 additions and 31 deletions
|
@ -806,6 +806,7 @@ impl From<Mutability> for Access {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Param {
|
||||
ty: Type,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue