Skip to content

Commit

Permalink
Remove deprecated plugin_as_library lint usage
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
d-e-s-o committed Mar 23, 2020
1 parent b0aacd0 commit fd3fc6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd3fc6d

Please sign in to comment.