Skip to content

Commit c28927a

Browse files
committed
fix(test): rust lint
1 parent 591671c commit c28927a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/developer-hub-rust/src/bin/fetch_anchor_feeds.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
#![allow(dead_code)]
2+
#![allow(unused)]
3+
14
use reqwest::Client;
25
use serde_json::json;
36

47
const BASE_URL: &str = "https://flr-data-availability.flare.network/";
58
const API_KEY: &str = "<your-api-key>";
69

7-
#[allow(dead_code)]
810
const FEED_IDS: &[&str] = &[
911
"0x01464c522f55534400000000000000000000000000", // FLR/USD
1012
"0x014254432f55534400000000000000000000000000", // BTC/USD

0 commit comments

Comments
 (0)