Skip to content

Commit

Permalink
prdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Jan 10, 2025
1 parent 6931ad8 commit fb921e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prdoc/pr_4204.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ doc:

```rust
let _guard = StateDiffGuard::builder()
.must_change(GuardSubject::Prefix(SomeMap::<T>::storage_info().first().unwrap().clone()))
.must_not_change(GuardSubject::Prefix(SomeDoubleMap::<T>::storage_info().first().unwrap().clone()))
.must_change(SomeMap::<T>::storage_info())
.must_not_change(SomeDoubleMap::<T>::storage_info())
.can_not_change(GuardSubject::AnythingElse)
.build();

Expand Down

0 comments on commit fb921e4

Please sign in to comment.