From fdb9aab5c5331b1b24f805d859d513f74cda8e51 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Fri, 26 Jan 2024 16:51:09 +0100 Subject: [PATCH] Dont derive on pallet for backwards comp Signed-off-by: Oliver Tale-Yazdi --- .../frame/support/procedural/src/pallet/expand/pallet_struct.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/substrate/frame/support/procedural/src/pallet/expand/pallet_struct.rs b/substrate/frame/support/procedural/src/pallet/expand/pallet_struct.rs index 975b2564ef4d..c2102f0284db 100644 --- a/substrate/frame/support/procedural/src/pallet/expand/pallet_struct.rs +++ b/substrate/frame/support/procedural/src/pallet/expand/pallet_struct.rs @@ -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, )] ));