diff options
| author | Nathan Perry <avaglir@gmail.com> | 2019-02-17 01:59:22 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2019-02-17 01:59:22 -0500 |
| commit | e9e3458225cfc0fdc20a7d2960ef15d4de349802 (patch) | |
| tree | 036dbf021aafb2479faae487c9d71f8d1b0f2e43 /src/main.rs | |
| parent | 27ab061563de6c7d1b79dccd8585655ef8aa9700 (diff) | |
support audio memes
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 7202556..708d778 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,7 +16,7 @@ extern crate serenity; extern crate sha1; extern crate typemap; extern crate url; -#[macro_use] extern crate itertools; +#[cfg_attr(test, macro_use)] extern crate itertools; extern crate time; extern crate serde_json; |
