Skip to content

Commit

Permalink
Add dict remove method
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Aug 2, 2023
1 parent a370c96 commit d1ce1b8
Show file tree
Hide file tree
Showing 6 changed files with 569 additions and 192 deletions.
2 changes: 1 addition & 1 deletion src/cell/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::error::Error;
pub use self::builder::{CellBuilder, CellRefsBuilder, Store};
pub use self::cell_impl::{StaticCell, VirtualCellWrapper};
pub use self::finalizer::{CellParts, DefaultFinalizer, Finalizer};
pub use self::slice::{CellSlice, Load, OwnedCellSlice};
pub use self::slice::{CellSlice, CellSliceParts, Load, SliceRange};
pub use self::usage_tree::{UsageTree, UsageTreeMode, UsageTreeWithSubtrees};

#[cfg(not(feature = "sync"))]
Expand Down
Loading

0 comments on commit d1ce1b8

Please sign in to comment.