mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
7 lines
67 B
Rust
7 lines
67 B
Rust
// ignore-tidy-tab
|
|
|
|
pub struct S;
|
|
impl S {
|
|
fn method(&self) {}
|
|
}
|