Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Fix doctests
Erik Kundt committed 9 months ago
commit 4e429e4408293b6bbfb0909e07cd48181d5dc874
parent 34939253f77c85bcb055a0d9deba6bd08e7f1b39
2 files changed +3 -3
modified crates/radicle/src/cob/patch/actions.rs
@@ -26,9 +26,9 @@ pub enum ReviewEdit {
    /// The latest version of editing a review.
    ///
    /// This allows editing the `summary`, `verdict`, `labels` of [`Patch`], and
-
    /// introduces `embeds` to the review [`summary`].
+
    /// introduces `embeds` to the review summary.
    ///
-
    /// The `summary` of a [`Review`] is now an edit-history.
+
    /// The `summary` of a [`super::Review`] is now an edit-history.
    #[serde(rename = "review.edit.v2")]
    V2(ReviewEditV2),
}
modified crates/radicle/src/cob/patch/encoding/review.rs
@@ -20,7 +20,7 @@ use crate::cob::patch::{
/// The encoding for a `patch::Review` that can be deserialized and migrated.
///
/// To maintain backwards-compatibility, [`Review`] must implement:
-
/// ```rust, no_run
+
/// ```rust, ignore
/// From<Review> for patch::Review
/// ```
#[derive(Deserialize)]