From 92928e1e400618e9e33dd7230871cb46c9b3b324 Mon Sep 17 00:00:00 2001 From: shaorongqiang <26101255+shaorongqiang@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:50:37 +0800 Subject: [PATCH] fix lint (#933) Co-authored-by: shaorongqiang --- src/components/finutils/src/bins/stt/stt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/finutils/src/bins/stt/stt.rs b/src/components/finutils/src/bins/stt/stt.rs index 67cb3fe63..267ec6f70 100644 --- a/src/components/finutils/src/bins/stt/stt.rs +++ b/src/components/finutils/src/bins/stt/stt.rs @@ -42,7 +42,7 @@ const ROOT_MNEMONIC: &str = "zoo nerve assault talk depend approve mercy surge b type Name = String; type NameRef<'a> = &'a str; -#[macro_export(crate)] +#[macro_export] macro_rules! sleep_n_block { ($n_block: expr, $itv: expr) => {{ let n = $n_block as f64;