diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2020-06-03 09:39:13 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2020-06-03 09:41:41 +0200 |
commit | b9178fc5e80f7ce47e3064683d36e4284942af74 (patch) | |
tree | 6bd27b66d44f634443d2d7ae1ef3a59bd2551dc3 /src | |
parent | 7cdcddcfccfbf17e4c7a61fb4f983301448bc133 (diff) |
update lints list
One is deprecated and the other has been renamed
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -160,10 +160,10 @@ #![allow()] #![deny( + arithmetic_overflow, const_err, dead_code, deprecated, - exceeding_bitshifts, improper_ctypes, missing_docs, mutable_transmutes, @@ -174,7 +174,6 @@ non_upper_case_globals, overflowing_literals, path_statements, - plugin_as_library, stable_features, trivial_casts, trivial_numeric_casts, |