index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
rust
/
tuple.rs
blob: 9001f77a5322e707c2038a67c55f5833cf6cf4b8 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
fn
foo
()
{
for
(
a
,
b
)
in
c
.
iter
()
{
// ...
}
}