Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody committed Aug 8, 2024
1 parent 2c781a2 commit 596ce9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

extern crate core;

use core::fmt::Debug;
#[cfg(feature = "export_derive")]
pub use logos_derive::Logos;
use core::fmt::Debug;

mod lexer;
pub mod source;
Expand Down

0 comments on commit 596ce9c

Please sign in to comment.