Fix nightly CI

This commit is contained in:
Jonas Platte 2021-01-18 16:22:43 +01:00
parent 85037832d1
commit 5dd3658324
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#![allow(clippy::cognitive_complexity)]
// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable
#![allow(clippy::unnested_or_patterns)]
#![allow(clippy::unknown_clippy_lints)]
#![recursion_limit = "256"]
use proc_macro::TokenStream;

View File

@ -180,7 +180,6 @@
#![allow(clippy::new_without_default)]
// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable
#![allow(clippy::unnested_or_patterns)]
#![allow(clippy::unknown_clippy_lints)]
use std::fmt::Debug;