mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Don't complete visibility accessors after existing ones
This commit is contained in:
parent
d338a80394
commit
1a8f76a224
4 changed files with 24 additions and 3 deletions
|
@ -146,8 +146,6 @@ const CONST: () = ();
|
|||
|
||||
pub $0"#,
|
||||
expect![[r##"
|
||||
kw pub(crate)
|
||||
kw pub
|
||||
kw unsafe
|
||||
kw fn
|
||||
kw const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue