Clippy if_then_panic lint has been renamed to manual_assert

This commit is contained in:
David Tolnay
2021-11-04 19:57:14 -07:00
parent 5b140361a3
commit 4a97386cb9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#![allow(
clippy::decimal_literal_representation,
clippy::if_then_panic,
clippy::manual_assert,
clippy::unreadable_literal
)]
#![cfg_attr(feature = "unstable", feature(never_type))]