diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ mod macros; /// Create a [`SmallCharSet`], with each space-separated number stored in the set. /// /// [`SmallCharSet`]: struct.SmallCharSet.html -#[macro_export] macro_rules! small_char_set ( ($($e:expr)+) => ( $ crate ::util::smallcharset::SmallCharSet { bits: $( (1 << ($e as usize)) )|+ |