nvim-treesitter/tests/indent/rust/impl.rs

8 lines
64 B
Rust
Raw Normal View History

2021-04-18 22:38:25 +02:00
struct Foo;
impl Foo {
fn foo() -> i32 {
1
}
}