Don't require trait implementations in macro code
This commit is contained in:
parent
3fb21b3330
commit
620ca0ebcf
@ -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"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user