mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
tokio-xmpp: remove deny(unused) as long as it breaks nightly
Find a way to make it conditional on stable or something? Is that even possible? Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
1ef8b5428b
commit
fe2a94456c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
//! XMPP implementation with asynchronous I/O using Tokio.
|
//! XMPP implementation with asynchronous I/O using Tokio.
|
||||||
|
|
||||||
#![deny(unsafe_code, unused, missing_docs, bare_trait_objects)]
|
#![deny(unsafe_code, missing_docs, bare_trait_objects)]
|
||||||
|
|
||||||
mod starttls;
|
mod starttls;
|
||||||
mod stream_start;
|
mod stream_start;
|
||||||
|
|
Loading…
Reference in a new issue