aboutsummaryrefslogtreecommitdiff
path: root/src/candlestick.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/candlestick.rs')
-rwxr-xr-xsrc/candlestick.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/candlestick.rs b/src/candlestick.rs
index e0a5cbe..d1754e8 100755
--- a/src/candlestick.rs
+++ b/src/candlestick.rs
@@ -27,6 +27,9 @@ impl Default for Properties {
}
impl Script for Properties {
+ // Allow clippy::format_push_string even with older versions of rust (<1.62) which
+ // don't have it defined.
+ #[allow(clippy::all)]
fn script(&self) -> String {
let mut script = String::from("with candlesticks ");