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
/
trait.rs
blob: fb5fc7ea80dda85f41c263b6555041bed4c12b90 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
11
struct
Foo
;
trait
Bar
{
fn
bar
();
}
impl
Bar
for
Foo
{
fn
bar
()
{
}
}