Skip to content

Commit

Permalink
Silence deprecation warnings in tests (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche authored Feb 17, 2025
1 parent b6dcaf1 commit 2d00445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/task/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ impl Task {
}

#[cfg(test)]
#[allow(deprecated)]
mod test {
use super::*;
use crate::Replica;
Expand Down

0 comments on commit 2d00445

Please sign in to comment.