fix(tier): narrow mutation proof targets (#5098)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-22 00:34:22 +08:00
committed by GitHub
parent 0fbb5ba87b
commit 5b61b030a4
+1 -1
View File
@@ -506,7 +506,7 @@ fn tier_mutation_proof_targets(
current: &TierConfigMgr,
candidate: &TierConfigMgr,
) -> HashSet<String> {
let mut targets = changed_tier_names(current, candidate);
let mut targets = HashSet::new();
match kind {
TierMutationIntentKind::Add | TierMutationIntentKind::Edit | TierMutationIntentKind::Remove => {
if let Some(tier_name) = explicit_tier_name