chore: misc clippy lints

This commit is contained in:
Will Lillis 2024-10-06 17:55:00 -04:00 committed by GitHub
parent 50bea73ce3
commit 5c6445edea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 74 additions and 72 deletions

View file

@ -705,11 +705,11 @@ fn test_consistency_with_mid_codepoint_edit() {
#[test]
fn test_tree_cursor_on_aliased_root_with_extra_child() {
let source = r#"
let source = r"
fn main() {
C/* hi */::<D>::E;
}
"#;
";
let mut parser = Parser::new();
parser.set_language(&get_language("rust")).unwrap();