Change deny attribute to warn in ruma-client-api

This commit is contained in:
Jonas Platte 2020-07-24 20:31:07 +02:00
parent 7053f1ef07
commit 6286a2c692
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -2,7 +2,7 @@
//! endpoint in the [Matrix](https://matrix.org/) client API specification. These types can be
//! shared by client and server code.
#![deny(missing_copy_implementations, missing_debug_implementations, missing_docs)]
#![warn(missing_copy_implementations, missing_debug_implementations, missing_docs)]
#![allow(clippy::new_without_default)]
pub mod error;