Skip to content

Commit

Permalink
Fix deprecated usage in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 8, 2023
1 parent b09fbb9 commit b374802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ruff_workspace/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,7 @@ mod tests {
}

#[test]
#[allow(deprecated)]
fn select_nursery() {
// Backwards compatible behavior allows selection of nursery rules with the nursery selector
// when preview is disabled
Expand Down

0 comments on commit b374802

Please sign in to comment.