mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Handle getters and setters in documentation template assist
This commit is contained in:
parent
825ce48180
commit
f1b6e45fba
5 changed files with 252 additions and 55 deletions
|
@ -1466,6 +1466,7 @@ impl Function {
|
|||
}
|
||||
|
||||
// Note: logically, this belongs to `hir_ty`, but we are not using it there yet.
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
pub enum Access {
|
||||
Shared,
|
||||
Exclusive,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue