Indicate which feature flag for each module/type
This commit is contained in:
parent
aa26d98e2a
commit
fa99c09585
8 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
//! XMPP implementation with asynchronous I/O using Tokio.
|
||||
|
||||
#![deny(unsafe_code, missing_docs, bare_trait_objects)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
|
||||
#[cfg(all(
|
||||
not(xmpprs_doc_build),
|
||||
|
|
|
|||
Loading…
Reference in a new issue