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 55d9cfc4d3434c6d271a41dfe0175ae90a8bbc2c
parent f02f45d0d398cc3b5e0c14113c5f594dc48170bd
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};