Place cursor correctly when completing assoc fns with self

This commit is contained in:
Aleksey Kladov 2020-12-01 14:23:00 +03:00
parent 02955661a0
commit 9d94ffad44
4 changed files with 64 additions and 31 deletions

View file

@ -806,6 +806,7 @@ impl From<Mutability> for Access {
}
}
#[derive(Debug)]
pub struct Param {
ty: Type,
}