Skip to content

Commit

Permalink
Appease clippy + megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Nov 2, 2023
1 parent f7eee05 commit debeb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
ws|wss://(.*)
rpc\.(.*)\.creditcoin\.network/
staticsitellvmhtml.z13.web.core.windows.net
thedoctor0/zip-release@0.7.1
thedoctor0/zip-release@(.*)
ludeeus/action-shellcheck@2.0.0
https://creditcoin.org/white-paper
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 debeb40

Please sign in to comment.