From fd3fc6dc8945b4f9b30e9e8aed6d1341b51bfea8 Mon Sep 17 00:00:00 2001
From: Daniel Mueller <deso@posteo.net>
Date: Sun, 22 Mar 2020 17:05:32 -0700
Subject: Remove deprecated plugin_as_library lint usage

The plugin_as_library lint has been deprecated as of Rust 1.40.0. Hence,
with this change we remove it from the list of lints we want to get
warnings from.
---
 src/main.rs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index 9e81bf8..e42bf4d 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -34,7 +34,6 @@
   overflowing_literals,
   path_statements,
   patterns_in_fns_without_body,
-  plugin_as_library,
   private_in_public,
   proc_macro_derive_resolution_fallback,
   renamed_and_removed_lints,
-- 
cgit v1.2.3