Skip to content

Commit a31ec4c

Browse files
nope
1 parent b4afe7b commit a31ec4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xtask/codegen/src/generate_new_analyser_rule.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ impl Rule for {rule_name_upper_camel} {{
7373
)
7474
}
7575

76-
static EXAMPLE_MUTED_SQL: &'static str = r#"
77-
/** expect-no-diagnostics */
78-
-- select 1;
79-
"#;
80-
8176
static EXAMPLE_SQL: &'static str = r#"
8277
-- select 1;
8378
"#;

0 commit comments

Comments
 (0)