diff --git a/radicle/src/cob/issue.rs b/radicle/src/cob/issue.rs index 3c875e14..93fe586c 100644 --- a/radicle/src/cob/issue.rs +++ b/radicle/src/cob/issue.rs @@ -152,7 +152,7 @@ impl Issue { } pub fn comments(&self) -> impl Iterator { - self.thread.comments().map(|(id, comment)| (id, comment)) + self.thread.comments() } pub fn apply(&mut self, ops: impl IntoIterator) -> Result<(), Error> {