Revert accidental change to Rust outline files (#21545)
Release Notes: - Preview only: Fixed impl blocks in the rust outline view
This commit is contained in:
parent
7cfc972df6
commit
44264ffedc
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@
|
|||
(visibility_modifier)? @context
|
||||
name: (_) @name) @item
|
||||
|
||||
(function_item
|
||||
(impl_item
|
||||
"impl" @context
|
||||
trait: (_)? @name
|
||||
"for"? @context
|
||||
type: (_) @name
|
||||
body: (_ "{" @open (_)* "}" @close)) @item
|
||||
|
||||
(trait_item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue