Skip to content

Commit 070457d

Browse files
authored
remove #[main] (#750)
1 parent 954cc7d commit 070457d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bencher/src/macros.rs

-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ macro_rules! run_benches {
124124
$block:tt
125125
) => {
126126
#[cfg(all(feature = "std", feature = "bench"))]
127-
#[main]
128127
pub fn main() -> std::io::Result<()> {
129128
use $crate::frame_benchmarking::frame_support::traits::StorageInfoTrait;
130129
let wasm = $crate::build_wasm::build()?;

0 commit comments

Comments
 (0)