handle doc on type_value (#10132)

This commit is contained in:
Guillaume Thiolliere
2021-11-04 11:11:39 +01:00
committed by GitHub
parent 15406835a8
commit 2755a97fa3
3 changed files with 19 additions and 3 deletions
@@ -262,6 +262,7 @@ pub mod pallet {
#[pallet::storage_prefix = "Value2"]
pub type RenamedValue<T> = StorageValue<Value = u64>;
/// Test some doc
#[pallet::type_value]
pub fn MyDefault<T: Config>() -> u16
where