Order derives alphabetically
This commit is contained in:
parent
d8e46e7228
commit
a3723b2e65
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
use types::number::Number;
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Token {
|
||||
Boolean(bool),
|
||||
Character(char),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue