Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
docs: fix doc string linking
Merged fintohaps opened 7 months ago
2 files changed +5 -3 ee9e6de5 14fcf506
modified crates/radicle-remote-helper/src/push/canonical.rs
@@ -30,9 +30,9 @@ where
    /// In some cases, it ensures that the head commit is attempting to converge
    /// with the set of commits of the other [`Did`]s.
    ///
-
    /// If a quorum is found, then it is also ensured that the new [`head`] is a
-
    /// descendant of the current canonical commit, otherwise the commits are
-
    /// considered diverging.
+
    /// If a quorum is found, then it is also ensured that the new head commit
+
    /// is a descendant of the current canonical commit, otherwise the commits
+
    /// are considered diverging.
    ///
    /// # Errors
    ///
modified crates/radicle-term/src/io.rs
@@ -49,6 +49,8 @@ pub static CONFIG: LazyLock<RenderConfig> = LazyLock::new(|| RenderConfig {
/// Target for paint operations.
///
/// This tells a [`Spinner`] object where to paint to.
+
///
+
/// [`Spinner`]: crate::Spinner
#[derive(Clone)]
pub enum PaintTarget {
    Stdout,