Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
refactor: drop now-unnecessary pragma to allow unused imports
Lars Wirzenius committed 1 year ago
commit 62faeeec0228962c6d497275daa44f5fc5e3a39a
parent c493ec4928869bf978c9388157d799e9be3b918a
1 file changed +0 -1
modified src/bin/cibtoolcmd/event.rs
@@ -4,7 +4,6 @@ use clap::ValueEnum;

use radicle::patch::PatchId;
use radicle_ci_broker::refs::branch_ref;
-
#[allow(unused_imports)] // FIXME
use radicle_ci_broker::{
    filter::EventFilter, node_event_source::NodeEventSource, refs::ref_string,
    util::read_file_as_objectid,