Clean up warnings and formatting.

This commit is contained in:
2022-12-29 14:50:56 -08:00
committed by Adam Wick
parent e6a488012c
commit a426a4754a
10 changed files with 46 additions and 53 deletions

View File

@@ -3,7 +3,7 @@ use logos::{Lexer, Logos};
use std::fmt;
use std::num::ParseIntError;
#[derive(Logos, Clone, Debug, PartialEq)]
#[derive(Logos, Clone, Debug, PartialEq, Eq)]
pub enum Token {
#[token("=")]
Equals,