mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 17:17:56 +00:00
fix typo (#9184)
This commit is contained in:
committed by
GitHub
parent
0846cf5d27
commit
0af5d6ff32
@@ -384,7 +384,7 @@ pub fn derive_clone_no_bound(input: TokenStream) -> TokenStream {
|
||||
clone_no_bound::derive_clone_no_bound(input)
|
||||
}
|
||||
|
||||
/// Derive [`Debug`] but do not bound any generics. Docs are at `frame_support::DeriveNoBounds`.
|
||||
/// Derive [`Debug`] but do not bound any generics. Docs are at `frame_support::DebugNoBound`.
|
||||
#[proc_macro_derive(DebugNoBound)]
|
||||
pub fn derive_debug_no_bound(input: TokenStream) -> TokenStream {
|
||||
debug_no_bound::derive_debug_no_bound(input)
|
||||
|
||||
Reference in New Issue
Block a user