As mentioned in issue #1689 the debug_assert! is being used on other LocalChain methods, such as: from_changeset, and apply_changeset but it was missing on apply_update.
Notes to the reviewers
Changelog notice
Add usage of debug_assert!() to LocalChain::apply_update.
fixes #1689
Description
As mentioned in issue #1689 the
debug_assert!
is being used on otherLocalChain
methods, such as:from_changeset
, andapply_changeset
but it was missing onapply_update
.Notes to the reviewers
Changelog notice
debug_assert!()
toLocalChain::apply_update
.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes: