Skip to content

Commit

Permalink
Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit authored and atodorov committed Nov 6, 2023
1 parent ce555b4 commit 03b6b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pub const EXISTENTIAL_WEIGHT: u64 = 1;
/// Constant ratio between bags for this runtime.
#[cfg(any(test, feature = "std"))]
#[allow(unused)]
#[allow(clippy::excessive_precision)]
pub const CONSTANT_RATIO: f64 = 1.2497227245028870;

/// Upper thresholds delimiting the bag list.
Expand Down

0 comments on commit 03b6b95

Please sign in to comment.