mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 00:53:31 +00:00
7 lines
78 B
Rust
7 lines
78 B
Rust
enum Tila {
|
|
TyöAlkoi,
|
|
TyöKeskeytyi,
|
|
TyöValmis,
|
|
}
|
|
|
|
fn main() {}
|