Disable clippy lint cognitive_complexity for ruma-api-macros
This commit is contained in:
parent
3b3744153f
commit
1c57a2380d
@ -28,6 +28,7 @@
|
|||||||
clippy::wrong_pub_self_convention,
|
clippy::wrong_pub_self_convention,
|
||||||
clippy::wrong_self_convention
|
clippy::wrong_self_convention
|
||||||
)]
|
)]
|
||||||
|
#![allow(clippy::cognitive_complexity)]
|
||||||
#![recursion_limit = "256"]
|
#![recursion_limit = "256"]
|
||||||
|
|
||||||
extern crate proc_macro;
|
extern crate proc_macro;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user