Migrate examples to use pallet macro (#8138)

This commit is contained in:
Guillaume Thiolliere
2021-02-22 12:33:35 +01:00
committed by GitHub
parent 1b2dd6117b
commit ecf4404903
8 changed files with 456 additions and 406 deletions
+1 -1
View File
@@ -930,7 +930,7 @@ macro_rules! impl_benchmark_test {
/// This creates a test suite which runs the module's benchmarks.
///
/// When called in [`pallet_example`] as
/// When called in `pallet_example` as
///
/// ```rust,ignore
/// impl_benchmark_test_suite!(Module, crate::tests::new_test_ext(), crate::tests::Test);