Skip to content

Commit

Permalink
clippy: silence manual_unwrap_or_default lint detection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Jun 19, 2024
1 parent 75c8a2a commit 39baf19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions near-sdk-macros/src/core_impl/contract_metadata/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::manual_unwrap_or_default)]

use darling::{ast::NestedMeta, Error, FromMeta};
use proc_macro2::TokenStream;
use quote::quote;
Expand Down

0 comments on commit 39baf19

Please sign in to comment.