Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
rust: Disallow `dead_code`
Lorenz Leutgeb committed 23 days ago
commit 8472062573a3280436bd0d03954365c56ee81796
parent 3f54156c0fe463f212563f290896e0da6de1e0eb
2 files changed +0 -2
modified crates/radicle-node/src/test/peer.rs
@@ -1,4 +1,3 @@
-
#![allow(dead_code)]
use std::collections::HashSet;
use std::iter;
use std::net;
modified crates/radicle-node/src/test/simulator.rs
@@ -1,5 +1,4 @@
//! A simple P2P network simulator. Acts as the _reactor_, but without doing any I/O.
-
#![allow(dead_code)]

use std::cell::RefCell;
use std::collections::{BTreeMap, BTreeSet, HashSet, VecDeque};