diff options
author | Martin Fischer <martin@push-f.com> | 2021-04-08 15:46:24 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-04-08 15:57:18 +0200 |
commit | eb0e8506472f2d672b00227bb07089c313484945 (patch) | |
tree | 01e7d8ee398940515952830a1177e497c561f937 /src/lib.rs | |
parent | 18a022579737acc599277258fc4a8472ba73a8b0 (diff) |
stop exporting macros
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)) )|+ |