Skip to content

Commit 591671c

Browse files
committed
fix(test): rust code
1 parent c864eed commit 591671c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use serde_json::json;
44
const BASE_URL: &str = "https://flr-data-availability.flare.network/";
55
const API_KEY: &str = "<your-api-key>";
66

7+
#[allow(dead_code)]
78
const FEED_IDS: &[&str] = &[
89
"0x01464c522f55534400000000000000000000000000", // FLR/USD
910
"0x014254432f55534400000000000000000000000000", // BTC/USD

0 commit comments

Comments
 (0)