This commit is contained in:
Erin 2022-07-21 13:25:23 +02:00 committed by ondra05
parent 178e790d84
commit 9e45589810

View file

@ -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> {