Skip to content

Commit

Permalink
Don’t compile derive_util unless needed (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed Aug 25, 2023
1 parent 2492680 commit 4faad6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ mod macros;

#[cfg(feature = "byteorder")]
pub mod byteorder;
#[cfg(any(feature = "derive", test))]
#[doc(hidden)]
pub mod derive_util;

Expand Down

0 comments on commit 4faad6e

Please sign in to comment.