From d829301823eaf617e03c2814bf6edc4fadb8a9f7 Mon Sep 17 00:00:00 2001 From: Yong Wen Chua Date: Wed, 18 Mar 2020 14:45:41 +0800 Subject: [PATCH] Fix build warnings --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index eed63d5..b06bc8f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -222,7 +222,7 @@ See the [example](https://github.com/lawliet89/rocket_cors/blob/master/examples/ const_err, dead_code, deprecated, - exceeding_bitshifts, + arithmetic_overflow, improper_ctypes, missing_docs, mutable_transmutes, @@ -232,7 +232,6 @@ See the [example](https://github.com/lawliet89/rocket_cors/blob/master/examples/ non_upper_case_globals, overflowing_literals, path_statements, - plugin_as_library, stable_features, trivial_casts, trivial_numeric_casts,