mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-19 21:11:22 +00:00
swarm/behaviour: make either
mod private (#2610)
With no public items, having this module public serves no purpose.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
pub mod either;
|
||||
mod either;
|
||||
pub mod toggle;
|
||||
|
||||
use crate::dial_opts::DialOpts;
|
||||
|
Reference in New Issue
Block a user