diff --git a/.lycheeignore b/.lycheeignore index a58d3d5a7b..03f8b72467 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -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 diff --git a/runtime/src/output.rs b/runtime/src/output.rs index 68a874def8..d8ca6238b6 100644 --- a/runtime/src/output.rs +++ b/runtime/src/output.rs @@ -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.