ruma-appservice-api: Change deny attribute to warn

This commit is contained in:
Jonas Platte 2020-07-24 21:02:56 +02:00
parent 360628067b
commit e3e8911d8b
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

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