Fix nightly CI
This commit is contained in:
parent
85037832d1
commit
5dd3658324
@ -10,7 +10,6 @@
|
|||||||
#![allow(clippy::cognitive_complexity)]
|
#![allow(clippy::cognitive_complexity)]
|
||||||
// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable
|
// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable
|
||||||
#![allow(clippy::unnested_or_patterns)]
|
#![allow(clippy::unnested_or_patterns)]
|
||||||
#![allow(clippy::unknown_clippy_lints)]
|
|
||||||
#![recursion_limit = "256"]
|
#![recursion_limit = "256"]
|
||||||
|
|
||||||
use proc_macro::TokenStream;
|
use proc_macro::TokenStream;
|
||||||
|
@ -180,7 +180,6 @@
|
|||||||
#![allow(clippy::new_without_default)]
|
#![allow(clippy::new_without_default)]
|
||||||
// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable
|
// Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable
|
||||||
#![allow(clippy::unnested_or_patterns)]
|
#![allow(clippy::unnested_or_patterns)]
|
||||||
#![allow(clippy::unknown_clippy_lints)]
|
|
||||||
|
|
||||||
use std::fmt::Debug;
|
use std::fmt::Debug;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user