diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-07-06 01:32:12 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-07-06 01:32:12 +0200 |
| commit | 9e427d9063a5d0180b8acc8705c3c2d7b0c01bcc (patch) | |
| tree | d259160f21a78dcb5252b3078559a6b48b35dd28 /src/main.rs | |
| parent | 04b9e31fab4ac5725d47f9b500743db3461cd9df (diff) | |
| download | frippy-9e427d9063a5d0180b8acc8705c3c2d7b0c01bcc.tar.gz frippy-9e427d9063a5d0180b8acc8705c3c2d7b0c01bcc.zip | |
Main: Update dependencies and remove clippy plugin
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index ef24e4d..ed205f3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,3 @@ -#![cfg_attr(feature = "clippy", feature(plugin))] -#![cfg_attr(feature = "clippy", plugin(clippy))] - extern crate frippy; extern crate glob; extern crate irc; |
