tree-sitter.tree-sitter/crates
Will Lillis 5ddf71b9f4 fix(rust)!: expose QueryMatch::captures as a method
The field handed out a slice whose lifetime outlived the streaming-iterator
loan it came from. An accessor reborrowing through `&self` bounds it correctly.

BREAKING CHANGE: In the rust bindings, replace `m.captures` with `m.captures()`.
2026-08-30 02:58:20 -04:00
..
cli fix(rust)!: expose QueryMatch::captures as a method 2026-08-30 02:58:20 -04:00
config fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00
generate fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00
highlight fix(rust)!: expose QueryMatch::captures as a method 2026-08-30 02:58:20 -04:00
language fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00
loader fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00
tags fix(rust)!: expose QueryMatch::captures as a method 2026-08-30 02:58:20 -04:00
xtask fix(toml): drop align_entries = true from .taplo.toml 2026-08-29 11:10:37 +02:00