Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Dec 27, 2021
1 parent 1dd531d commit 37af252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-plus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub use keys::{I128Key, I16Key, I32Key, I64Key, I8Key};
// TODO: Remove along with `IntKey`
pub use int_key::CwIntKey;
#[allow(deprecated)]
pub use keys::{Prefixer, PrimaryKey, U128Key, U16Key, U32Key, U64Key, U8Key, Key};
pub use keys::{Key, Prefixer, PrimaryKey, U128Key, U16Key, U32Key, U64Key, U8Key};
pub use keys_old::IntKeyOld;
pub use map::Map;
pub use path::Path;
Expand Down

0 comments on commit 37af252

Please sign in to comment.