Temporarily allow all lints which occur

They will be removed one by one
This commit is contained in:
Johann Hemmann 2024-01-19 11:55:47 +01:00
parent 1889c6c686
commit 3041164301
9 changed files with 68 additions and 11 deletions

View file

@ -52,6 +52,7 @@ fn syntax_tree_for_string(token: &SyntaxToken, text_range: TextRange) -> Option<
}
}
#[allow(clippy::redundant_locals)]
fn syntax_tree_for_token(node: &SyntaxToken, text_range: TextRange) -> Option<String> {
// Range of the full node
let node_range = node.text_range();