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(