chore: fix clippy lints (#1882)

This commit is contained in:
Niklas Adolfsson
2024-12-10 13:08:40 +01:00
committed by GitHub
parent 6f8c5afa44
commit f363f77a60
5 changed files with 8 additions and 8 deletions
@@ -10,7 +10,7 @@ use scale_info::{
/// See the `ModuleErrorType` in `subxt_codegen` for more info on the different DispatchError
/// types that we've encountered. We need the path to match `sp_runtime::DispatchError`, otherwise
/// we could just implement roughly the correct types and derive TypeInfo on them.
///
/// This type has TypeInfo compatible with the `NamedField` version of the DispatchError.
/// This is the oldest version that subxt supports:
/// `DispatchError::Module { index: u8, error: u8 }`