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 11:58:56 -07:00
committed by GitHub
parent 7cfc972df6
commit 44264ffedc
+5 -1
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