Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hexaredecimal/antimony
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaredecimal committed Apr 6, 2024
2 parents af0f5fe + 5b2a021 commit 7e820b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
*/
pub(crate) mod cursor;

use std::fmt::Display;

use self::TokenKind::*;
use cursor::Cursor;
use lazy_static::lazy_static;
Expand Down

0 comments on commit 7e820b6

Please sign in to comment.