chore: make it possible override clippy all (#1698)

* chore: make it possible override `clippy all`

* chore: fix clippy lints

* Update Cargo.toml
This commit is contained in:
Niklas Adolfsson
2024-07-29 17:43:33 +02:00
committed by GitHub
parent c3267ed488
commit 39d130ec69
4 changed files with 7 additions and 7 deletions
+3 -4
View File
@@ -599,11 +599,10 @@ pub enum TransactionInvalid {
///
/// # Possible causes
///
/// For `FRAME`-based runtimes this would be caused by `current block number
/// For `FRAME`-based runtimes this would be caused by `current block number`
/// - Era::birth block number > BlockHashCount`. (e.g. in Polkadot `BlockHashCount` = 2400, so
/// a
/// transaction with birth block number 1337 would be valid up until block number 1337 + 2400,
/// after which point the transaction would be considered to have an ancient birth block.)
/// a transaction with birth block number 1337 would be valid up until block number 1337 + 2400,
/// after which point the transaction would be considered to have an ancient birth block.)
AncientBirthBlock,
/// The transaction would exhaust the resources of current block.
///