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