diff options
| author | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-17 21:16:13 +0200 |
|---|---|---|
| committer | Dirk Van Haerenborgh <vhdirk@gmail.com> | 2018-04-17 21:16:13 +0200 |
| commit | 1be0cc6ab7920208b3d6986dbb6076846d758c17 (patch) | |
| tree | 068ef89149b9719294272d4bdee81d7ff413519b /src/lib.rs | |
| parent | caf1b053912d5fe5a893eb545bea20bfc4619d5d (diff) | |
| download | mail-1be0cc6ab7920208b3d6986dbb6076846d758c17.tar.gz | |
make clippy happy
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +#![cfg_attr(feature="clippy", feature(plugin))] +#![cfg_attr(feature="clippy", plugin(clippy))] + #[macro_use] mod macros; |
