mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 23:24:31 -05:00
Use #[expect(lint)] over #[allow(lint)] where possible (#17822)
This commit is contained in:
@@ -274,7 +274,7 @@ fn extract_options(source: &str) -> Option<ParseOptions> {
|
||||
// Use it for quickly debugging a parser issue.
|
||||
#[test]
|
||||
#[ignore]
|
||||
#[allow(clippy::print_stdout)]
|
||||
#[expect(clippy::print_stdout)]
|
||||
fn parser_quick_test() {
|
||||
let source = "\
|
||||
f'{'
|
||||
|
||||
Reference in New Issue
Block a user