mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
add better default behavior on fill struct fields diagnostic
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
This commit is contained in:
parent
df6fa50f92
commit
336c899a07
6 changed files with 123 additions and 13 deletions
|
@ -226,6 +226,7 @@ pub mod known {
|
|||
iter_mut,
|
||||
len,
|
||||
is_empty,
|
||||
new,
|
||||
// Builtin macros
|
||||
asm,
|
||||
assert,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue