Change deny attribute to warn in ruma-client-api
This commit is contained in:
parent
7053f1ef07
commit
6286a2c692
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user