Skip to content

Commit

Permalink
cargo clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 28, 2024
1 parent 0887ab3 commit 079d74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deprecated_feature_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn test_list_deprecated_features_in_use() {

rc.delete_queue(vh, q, true).unwrap();

let params = QueueParams::new(&q, QueueType::Classic, false, false, None);
let params = QueueParams::new(q, QueueType::Classic, false, false, None);
rc.declare_queue(vh, &params).unwrap();

let result2 = rc.list_deprecated_features_in_use();
Expand Down

0 comments on commit 079d74a

Please sign in to comment.