Don't require trait implementations in macro code

This commit is contained in:
Jonas Platte 2020-04-22 12:08:02 +02:00
parent 3fb21b3330
commit 620ca0ebcf
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -5,7 +5,6 @@
//! re-exports in ruma-api. Also note that for technical reasons, the //! re-exports in ruma-api. Also note that for technical reasons, the
//! `ruma_api!` macro is only documented in ruma-api, not here. //! `ruma_api!` macro is only documented in ruma-api, not here.
#![deny(missing_copy_implementations, missing_debug_implementations)]
#![allow(clippy::cognitive_complexity)] #![allow(clippy::cognitive_complexity)]
#![recursion_limit = "256"] #![recursion_limit = "256"]