diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2025-02-28 06:44:30 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2025-02-28 08:37:39 +0000 |
| commit | 99487eb34a397befce8182ff63347a21c5f4b881 (patch) | |
| tree | 72210cf53dddfdb9f7c0840339bc9520c81b001d /queries | |
| parent | bot(readme): update (diff) | |
| download | nvim-treesitter-99487eb34a397befce8182ff63347a21c5f4b881.tar nvim-treesitter-99487eb34a397befce8182ff63347a21c5f4b881.tar.gz nvim-treesitter-99487eb34a397befce8182ff63347a21c5f4b881.tar.bz2 nvim-treesitter-99487eb34a397befce8182ff63347a21c5f4b881.tar.lz nvim-treesitter-99487eb34a397befce8182ff63347a21c5f4b881.tar.xz nvim-treesitter-99487eb34a397befce8182ff63347a21c5f4b881.tar.zst nvim-treesitter-99487eb34a397befce8182ff63347a21c5f4b881.zip | |
bot(lockfile): update php, php_only, rust, v
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/rust/locals.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/queries/rust/locals.scm b/queries/rust/locals.scm index 2b1469bf6..718d5f24a 100644 --- a/queries/rust/locals.scm +++ b/queries/rust/locals.scm @@ -54,9 +54,6 @@ (struct_item name: (type_identifier) @local.definition.type) -(constrained_type_parameter - left: (type_identifier) @local.definition.type) ; the P in remove_file<P: AsRef<Path>>(path: P) - (enum_item name: (type_identifier) @local.definition.type) |
