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
/
impl.rs
blob: 2525c2e5b070a900e59dfebf546909d08eaf290d (
plain
) (
blame
)
1
2
3
4
5
6
7
struct
Foo
;
impl
Foo
{
fn
foo
()
->
i32
{
1
}
}