Skip to content
Snippets Groups Projects
Commit 7aaba0c1 authored by Andreas Doerr's avatar Andreas Doerr Committed by GitHub
Browse files

Fix doc build (#8322)

parent 781f9087
Branches
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment