Fix new nightly clippy issues (#1604)

* clipy

* revert some fixes that newest clippy reports as issues, but older does not
This commit is contained in:
Svyatoslav Nikolsky
2022-10-18 13:59:52 +03:00
committed by Bastian Köcher
parent 6c26aae035
commit 9e1847d12a
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ parameter_types! {
///
/// Assuming the worst case of every header being finalized, we will keep headers at least for a
/// week.
pub const HeadersToKeep: u32 = 7 * bp_rialto::DAYS as u32;
pub const HeadersToKeep: u32 = 7 * bp_rialto::DAYS;
}
parameter_types! {