summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2020-06-03 09:39:13 +0200
committerMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2020-06-03 09:41:41 +0200
commitb9178fc5e80f7ce47e3064683d36e4284942af74 (patch)
tree6bd27b66d44f634443d2d7ae1ef3a59bd2551dc3 /src
parent7cdcddcfccfbf17e4c7a61fb4f983301448bc133 (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.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b08c49c..bfbb9c3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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,