Skip to content

Commit

Permalink
Implement PatchField for usize
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswhybrow authored Dec 11, 2024
1 parent e1e90b8 commit edbc824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reactive_stores/src/patch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ patch_primitives! {
Arc<str>,
Rc<str>,
Cow<'_, str>,
usize,
u8,
u16,
u32,
Expand Down

0 comments on commit edbc824

Please sign in to comment.