ruma-appservice-api: Change deny attribute to warn
This commit is contained in:
parent
360628067b
commit
e3e8911d8b
@ -2,6 +2,6 @@
|
||||
//! endpoint in the [Matrix](https://matrix.org/) application service API specification. These
|
||||
//! 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user