fix(#1375): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
This commit is contained in:
parent
da7f1d6c45
commit
fb726197ea
28 changed files with 109 additions and 90 deletions
|
|
@ -1364,9 +1364,9 @@ mod tests {
|
|||
assert!(!q.set_step(999, "anything"));
|
||||
}
|
||||
|
||||
/// A MetaUpdate cascade Rebuild (with parent_id = Some(meta_id)) must
|
||||
/// NOT dedup into a pre-existing Queued Rebuild with a different parent_id
|
||||
/// (e.g. from a startup sweep). Without the parent_id dedup guard the
|
||||
/// A `MetaUpdate` cascade `Rebuild` (with `parent_id` = `Some(meta_id)`) must
|
||||
/// NOT dedup into a pre-existing `Queued` `Rebuild` with a different `parent_id`
|
||||
/// (e.g. from a startup sweep). Without the `parent_id` dedup guard the
|
||||
/// cascade rebuild would be swallowed and the agent would never rebuild
|
||||
/// against the post-lock-bump meta.
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue