Disable clippy lint cognitive_complexity for ruma-api-macros

This commit is contained in:
Jonas Platte 2019-08-16 23:22:34 +02:00
parent 3b3744153f
commit 1c57a2380d

View File

@ -28,6 +28,7 @@
clippy::wrong_pub_self_convention,
clippy::wrong_self_convention
)]
#![allow(clippy::cognitive_complexity)]
#![recursion_limit = "256"]
extern crate proc_macro;