Skip to content

Commit

Permalink
minor improve
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhmelody committed Jul 24, 2024
1 parent e7699b6 commit 2c781a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#![warn(missing_docs)]
#![doc(html_logo_url = "https://maciej.codes/kosz/logos.png")]

extern crate core;

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

0 comments on commit 2c781a2

Please sign in to comment.