From 498f3f976991aecffe3c7731ac04e0ce208f83df Mon Sep 17 00:00:00 2001 From: Pavel Strakhov Date: Tue, 5 Nov 2024 14:47:59 +0000 Subject: [PATCH] chore: remove commented feature --- pythnet/pythnet_sdk/examples/generate_pyth_data.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/pythnet/pythnet_sdk/examples/generate_pyth_data.rs b/pythnet/pythnet_sdk/examples/generate_pyth_data.rs index 956fc06dc8..798528b6d3 100644 --- a/pythnet/pythnet_sdk/examples/generate_pyth_data.rs +++ b/pythnet/pythnet_sdk/examples/generate_pyth_data.rs @@ -1,8 +1,6 @@ // Use the Solana client library to pull the addresses of all relevant accounts from PythNet so we // can test locally. -// #![feature(proc_macro_hygiene)] - use { pythnet_sdk::pythnet::PYTH_PID, serde_json::json,