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
/
if_let_cond.rs
blob: 0d6e2ef9f0ae35c0cc39114c1f2051a59148f696 (
plain
) (
blame
)
1
2
3
4
5
6
7
fn
foo
()
->
i32
{
if
let
Some
(
v
)
=
Some
(
2
)
{
1
}
else
{
2
}
}