diff options
| author | Zeyla Hellyer <[email protected]> | 2017-08-18 17:49:57 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-08-18 17:53:13 -0700 |
| commit | 9dc04164b4f72a86e06a18d49292b04c7ccc964a (patch) | |
| tree | f7b39dc97f9d3392c9710ce50666ea109fb916c6 /tests/test_create_embed.rs | |
| parent | travis: simplify caching config (diff) | |
| download | serenity-9dc04164b4f72a86e06a18d49292b04c7ccc964a.tar.xz serenity-9dc04164b4f72a86e06a18d49292b04c7ccc964a.zip | |
Clippy lints
Diffstat (limited to 'tests/test_create_embed.rs')
| -rw-r--r-- | tests/test_create_embed.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_create_embed.rs b/tests/test_create_embed.rs index 1ef39a9..3ef4e50 100644 --- a/tests/test_create_embed.rs +++ b/tests/test_create_embed.rs @@ -1,3 +1,4 @@ +#![allow(unreadable_literal)] #![cfg(feature = "utils")] #[macro_use] |