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