From 64c7aa244867f3a7d2424360346733c546144474 Mon Sep 17 00:00:00 2001 From: Manuel Raimann Date: Wed, 11 Feb 2026 21:04:40 +0100 Subject: [PATCH] fix: resolve broken rustdoc intra-doc links for Error::NoCompletedTrials --- src/study.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/study.rs b/src/study.rs index e2ef3d0..805bfb8 100644 --- a/src/study.rs +++ b/src/study.rs @@ -2038,7 +2038,7 @@ where /// /// # Errors /// - /// Returns [`Error::NoCompletedTrials`] if fewer than 2 trials have completed. + /// Returns [`crate::Error::NoCompletedTrials`] if fewer than 2 trials have completed. #[cfg(feature = "fanova")] pub fn fanova(&self) -> crate::Result { self.fanova_with_config(&crate::fanova::FanovaConfig::default()) @@ -2051,7 +2051,7 @@ where /// /// # Errors /// - /// Returns [`Error::NoCompletedTrials`] if fewer than 2 trials have completed. + /// Returns [`crate::Error::NoCompletedTrials`] if fewer than 2 trials have completed. #[cfg(feature = "fanova")] #[allow(clippy::cast_precision_loss)] pub fn fanova_with_config(