From be15d17310c61aa1a9f528ff397c4ae55028b613 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 28 Oct 2022 10:21:49 +0200 Subject: [PATCH] Remove unused tokens in compilation test --- near-sdk/compilation_tests/cond_compilation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/near-sdk/compilation_tests/cond_compilation.rs b/near-sdk/compilation_tests/cond_compilation.rs index aac7a7a73..ae49163f2 100644 --- a/near-sdk/compilation_tests/cond_compilation.rs +++ b/near-sdk/compilation_tests/cond_compilation.rs @@ -9,7 +9,7 @@ struct Incrementer { value: u32, } -#[near_bindgen(init => new)] +#[near_bindgen] impl Incrementer { #[cfg(feature = "myfeature")] pub fn new() -> Self {