mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-02 11:11:36 +00:00
*: Use auto_doc_cfg
instead of doc(cfg)
attributes (#2983)
Co-authored-by: João Oliveira <hello@jxs.pt> Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
@ -21,6 +21,8 @@
|
||||
//! Implementation of the [libp2p Direct Connection Upgrade through Relay
|
||||
//! specification](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md).
|
||||
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
|
||||
pub mod behaviour;
|
||||
mod handler;
|
||||
mod protocol;
|
||||
|
Reference in New Issue
Block a user