mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-17 00:45:42 +00:00
[Deprecation] Remove the deprecated Store trait (#3532)
# Description *Removes the deprecated `trait Store` feature from the code base* Fixes #222 --------- Co-authored-by: Dónal Murray <donalm@seadanda.dev>
This commit is contained in:
@@ -858,16 +858,6 @@ pub fn disable_frame_system_supertrait_check(_: TokenStream, _: TokenStream) ->
|
||||
pallet_macro_stub()
|
||||
}
|
||||
|
||||
///
|
||||
/// ---
|
||||
///
|
||||
/// Rust-Analyzer Users: Documentation for this macro can be found at
|
||||
/// `frame_support::pallet_macros::generate_store`.
|
||||
#[proc_macro_attribute]
|
||||
pub fn generate_store(_: TokenStream, _: TokenStream) -> TokenStream {
|
||||
pallet_macro_stub()
|
||||
}
|
||||
|
||||
///
|
||||
/// ---
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user