Update rust toolchain to 1.45.0

This commit is contained in:
Alexander Krotov
2020-07-16 22:41:38 +03:00
committed by link2xt
parent 933b14eedf
commit 1c73021d77
6 changed files with 11 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
clippy::all,
clippy::indexing_slicing
)]
#![allow(clippy::match_bool)]
#![allow(clippy::match_bool, clippy::eval_order_dependence)]
#[macro_use]
extern crate num_derive;