diff --git a/radicle/src/cob/patch.rs b/radicle/src/cob/patch.rs index ea1f0072..19a1b575 100644 --- a/radicle/src/cob/patch.rs +++ b/radicle/src/cob/patch.rs @@ -1,6 +1,5 @@ pub mod cache; -use std::collections::btree_map::Entry; use std::collections::{BTreeMap, BTreeSet, HashMap}; use std::fmt; use std::ops::Deref; @@ -186,14 +185,6 @@ pub enum Action { #[serde(default, skip_serializing_if = "Vec::is_empty")] labels: Vec