Skip to content

Commit

Permalink
Dont derive on pallet for backwards comp
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Jan 26, 2024
1 parent b9735c6 commit fdb9aab
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ pub fn expand_pallet_struct(def: &mut Def) -> proc_macro2::TokenStream {
#frame_support::CloneNoBound,
#frame_support::EqNoBound,
#frame_support::PartialEqNoBound,
#frame_support::OrdNoBound,
#frame_support::PartialOrdNoBound,
#frame_support::RuntimeDebugNoBound,
)]
));
Expand Down

0 comments on commit fdb9aab

Please sign in to comment.