docs: fix doc string linking
This commit is contained in:
parent
ee9e6de5f3
commit
14fcf50677
|
|
@ -30,9 +30,9 @@ where
|
||||||
/// In some cases, it ensures that the head commit is attempting to converge
|
/// In some cases, it ensures that the head commit is attempting to converge
|
||||||
/// with the set of commits of the other [`Did`]s.
|
/// 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
|
/// If a quorum is found, then it is also ensured that the new head commit
|
||||||
/// descendant of the current canonical commit, otherwise the commits are
|
/// is a descendant of the current canonical commit, otherwise the commits
|
||||||
/// considered diverging.
|
/// are considered diverging.
|
||||||
///
|
///
|
||||||
/// # Errors
|
/// # Errors
|
||||||
///
|
///
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,8 @@ pub static CONFIG: LazyLock<RenderConfig> = LazyLock::new(|| RenderConfig {
|
||||||
/// Target for paint operations.
|
/// Target for paint operations.
|
||||||
///
|
///
|
||||||
/// This tells a [`Spinner`] object where to paint to.
|
/// This tells a [`Spinner`] object where to paint to.
|
||||||
|
///
|
||||||
|
/// [`Spinner`]: crate::Spinner
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub enum PaintTarget {
|
pub enum PaintTarget {
|
||||||
Stdout,
|
Stdout,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue