Fix doc build (#8322)

This commit is contained in:
Andreas Doerr
2021-03-11 11:01:26 +01:00
committed by GitHub
parent 781f908760
commit 7aaba0c154
+1 -1
View File
@@ -54,7 +54,7 @@ impl frame_support::traits::PalletInfo for PanicPalletInfo {
}
}
/// Provides an implementation of [`Randomness`] that should only be used in tests!
/// Provides an implementation of [`frame_support::traits::Randomness`] that should only be used in tests!
pub struct TestRandomness<T>(sp_std::marker::PhantomData<T>);
impl<Output: codec::Decode + Default, T> frame_support::traits::Randomness<Output, T::BlockNumber>