aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2020-03-22 17:05:32 -0700
committerDaniel Mueller <deso@posteo.net>2020-03-22 17:05:32 -0700
commitfd3fc6dc8945b4f9b30e9e8aed6d1341b51bfea8 (patch)
treec374c05cbed18ff7208b52ac8a84843b29c33ee5
parentb0aacd0ca3e532d798bc1c6be85f7c245dfcee97 (diff)
downloadnitrocli-fd3fc6dc8945b4f9b30e9e8aed6d1341b51bfea8.tar.gz
nitrocli-fd3fc6dc8945b4f9b30e9e8aed6d1341b51bfea8.tar.bz2
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.
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
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,