Skip to content

Commit

Permalink
Remove use statements from macros.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogeon committed Oct 29, 2023
1 parent 92275dc commit fc95b2e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions palette/src/macros.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
pub use self::{arithmetics::*, casting::*, mix::*};

#[cfg(feature = "random")]
pub use self::random::*;

// From https://stackoverflow.com/questions/60187436/rust-macro-repetition-with-plus
macro_rules! strip_plus {
(+ $($rest: tt)*) => {
Expand Down

0 comments on commit fc95b2e

Please sign in to comment.