mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Add AssistConfig
This commit is contained in:
parent
131849f2ab
commit
c847c079fd
13 changed files with 129 additions and 39 deletions
|
@ -629,6 +629,7 @@ mod tests {
|
|||
},
|
||||
],
|
||||
cursor_position: None,
|
||||
is_snippet: false,
|
||||
},
|
||||
),
|
||||
severity: Error,
|
||||
|
@ -685,6 +686,7 @@ mod tests {
|
|||
],
|
||||
file_system_edits: [],
|
||||
cursor_position: None,
|
||||
is_snippet: false,
|
||||
},
|
||||
),
|
||||
severity: Error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue