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