Skip to content

Commit 7fdf049

Browse files
fix: remove unnecessary deprecation attribute
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9bcf7dc commit 7fdf049

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/nextclade/src/qc/qc_config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ pub struct QcRulesConfigRecombinants {
376376
#[serde(default, skip_serializing_if = "Option::is_none")]
377377
pub label_switching: Option<QcRecombConfigLabelSwitching>,
378378

379-
#[deprecated(note = "Use weighted_threshold.threshold instead")]
380379
#[serde(default, skip_serializing_if = "Option::is_none")]
381380
pub mutations_threshold: Option<usize>,
382381
}
@@ -395,7 +394,6 @@ impl QcRulesConfigRecombinants {
395394
}
396395
}
397396

398-
#[allow(deprecated)]
399397
pub fn get_weighted_threshold_config(&self) -> QcRecombConfigWeightedThreshold {
400398
if let Some(config) = &self.weighted_threshold {
401399
config.clone()

0 commit comments

Comments
 (0)