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