Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Dec 20, 2024
1 parent 63b8b0a commit d46cd16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions near-sdk-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ pub fn near(attr: TokenStream, item: TokenStream) -> TokenStream {
/// }
/// ```
#[proc_macro_attribute]
#[deprecated(
since = "5.7.0",
note = "Use #[near] macro instead which allows to remove boilerplate code"
)]
pub fn near_bindgen(attr: TokenStream, item: TokenStream) -> TokenStream {
if attr.to_string().contains("event_json") {
return core_impl::near_events(attr, item);
Expand Down

0 comments on commit d46cd16

Please sign in to comment.