fmt
This commit is contained in:
parent
178e790d84
commit
9e45589810
|
@ -1,7 +1,6 @@
|
|||
use std::fmt::Display;
|
||||
|
||||
use logos::{Lexer, Logos};
|
||||
use ordered_float::OrderedFloat;
|
||||
use std::fmt::Display;
|
||||
|
||||
#[derive(Clone, Debug, Hash, Logos, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum Token<'a> {
|
||||
|
|
Loading…
Reference in a new issue