Fix build warnings
This commit is contained in:
parent
2408b0c3b4
commit
d829301823
|
@ -222,7 +222,7 @@ See the [example](https://github.com/lawliet89/rocket_cors/blob/master/examples/
|
||||||
const_err,
|
const_err,
|
||||||
dead_code,
|
dead_code,
|
||||||
deprecated,
|
deprecated,
|
||||||
exceeding_bitshifts,
|
arithmetic_overflow,
|
||||||
improper_ctypes,
|
improper_ctypes,
|
||||||
missing_docs,
|
missing_docs,
|
||||||
mutable_transmutes,
|
mutable_transmutes,
|
||||||
|
@ -232,7 +232,6 @@ See the [example](https://github.com/lawliet89/rocket_cors/blob/master/examples/
|
||||||
non_upper_case_globals,
|
non_upper_case_globals,
|
||||||
overflowing_literals,
|
overflowing_literals,
|
||||||
path_statements,
|
path_statements,
|
||||||
plugin_as_library,
|
|
||||||
stable_features,
|
stable_features,
|
||||||
trivial_casts,
|
trivial_casts,
|
||||||
trivial_numeric_casts,
|
trivial_numeric_casts,
|
||||||
|
|
Loading…
Reference in New Issue