7 lines
67 B
Rust
7 lines
67 B
Rust
// ignore-tidy-tab
|
|
|
|
pub struct S;
|
|
impl S {
|
|
fn method(&self) {}
|
|
}
|