Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions exercises/09_ambiguity_and_ordering/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/// This enum should represent what code the user wrote exactly.
/// Even though to a compiled program there's no difference,
/// this will let the program tell what sort of code the user wrote.
#[allow(unused)]
#[derive(Debug)]
enum NumberType {
/// The user wrote a literal, positive number.
Expand Down