Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix template (#7823)
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 authored Jan 4, 2021
1 parent fcdba68 commit 3a904bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frame/support/procedural/src/storage/print_pallet_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ pub mod pallet {{
#[pallet::generate_store({store_vis} trait Store)]
pub struct Pallet{decl_gen}(PhantomData{use_gen_tuple});
/// Old name for pallet.
#[deprecated(note=\"use `Pallet` instead\")]
pub type Module{decl_gen} = Pallet{use_gen};
#[pallet::interface]
impl{impl_gen} Hooks<BlockNumberFor<T>> for Pallet{use_gen}
// TODO_MAYBE_WHERE_CLAUSE
Expand Down

0 comments on commit 3a904bb

Please sign in to comment.