Skip to content

Commit

Permalink
allow deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Feb 10, 2024
1 parent 4de716c commit aac30b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions near-sdk/src/store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ mod lookup_set;
pub use self::lookup_set::LookupSet;

pub mod frangible_map;
#[allow(deprecated)]
pub use self::frangible_map::FrangibleUnorderedMap as UnorderedMap;

pub mod frangible_set;
#[allow(deprecated)]
pub use self::frangible_set::FrangibleUnorderedSet as UnorderedSet;

#[cfg(feature = "unstable")]
Expand Down

0 comments on commit aac30b7

Please sign in to comment.