We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646b884 commit b5ff532Copy full SHA for b5ff532
crates/pgls_treesitter_grammar/tests/grammar_tests.rs
@@ -15,7 +15,7 @@ fn printed_tree(sql: &str) -> String {
15
fn file_snapshot(name: &str, sql: &str) {
16
let mut writer = String::new();
17
18
- write!(&mut writer, "{}", sql).unwrap();
+ write!(&mut writer, "{sql}").unwrap();
19
20
writeln!(&mut writer).unwrap();
21
write!(&mut writer, "-----------------------").unwrap();
0 commit comments