Fix build warnings

This commit is contained in:
Yong Wen Chua 2020-03-18 14:45:41 +08:00
parent 2408b0c3b4
commit d829301823
No known key found for this signature in database
GPG Key ID: A70BD30B21497EA9
1 changed files with 1 additions and 2 deletions

View File

@ -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,