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:
Conrad Irwin 2024-12-04 10:58:56 -08:00 committed by GitHub
parent 7cfc972df6
commit 44264ffedc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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