From be330226b84cccb57f870cc6c9ce77c4553e19ff Mon Sep 17 00:00:00 2001 From: Raul Jordan Date: Thu, 12 Dec 2024 13:22:48 -0600 Subject: [PATCH] edit marker --- main/src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/src/main.rs b/main/src/main.rs index b8bf51e..d4c0c52 100644 --- a/main/src/main.rs +++ b/main/src/main.rs @@ -1,9 +1,6 @@ // Copyright 2023-2024, Offchain Labs, Inc. // For licensing, see https://github.com/OffchainLabs/cargo-stylus/blob/main/licenses/COPYRIGHT.md -// Enable unstable test feature for benchmarks when nightly is available -#![cfg_attr(feature = "nightly", feature(test))] - use alloy_primitives::TxHash; use clap::{ArgGroup, Args, CommandFactory, Parser, Subcommand}; use constants::DEFAULT_ENDPOINT;