Skip to content

Commit

Permalink
fix: include near-sdk/src/private/result_type_ext.rs file into modu…
Browse files Browse the repository at this point in the history
…le tree (#1122)
  • Loading branch information
dj8yfo authored Jan 7, 2024
1 parent 5f47ad6 commit 8dd5d49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions near-sdk/src/private/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ pub use near_abi::{
AbiBorshParameter, AbiFunction, AbiFunctionKind, AbiFunctionModifier, AbiJsonParameter,
AbiParameters, AbiType,
};
#[cfg(feature = "abi")]
mod result_type_ext;

#[cfg(feature = "abi")]
pub use result_type_ext::ResultTypeExt;

use crate::IntoStorageKey;
use borsh::{to_vec, BorshSerialize};
Expand Down

0 comments on commit 8dd5d49

Please sign in to comment.