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
/
func.rs
blob: 4c9d40b266aacd0e4fa9680b9e6642428a24b5da (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
fn
foo
()
->
i32
{
1
}
fn
foo
(
x
:
i32
,
y
:
i32
)
->
i32
{
x
+
y
}