Skip to content

Commit

Permalink
chore: remove unused val
Browse files Browse the repository at this point in the history
  • Loading branch information
togami2864 committed Mar 29, 2024
1 parent 5703e8d commit 8ab6f6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xtask/codegen/src/generate_new_lintrule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl Rule for {rule_name_upper_camel} {{
}
RuleKind::Css => {
format!(
r#"use biome_analyze::{{context::RuleContext, declare_rule, Ast, LanguageKind, Rule, RuleDiagnostic}};
r#"use biome_analyze::{{context::RuleContext, declare_rule, Ast, Rule, RuleDiagnostic}};
use biome_console::markup;
use biome_css_syntax::CssDeclarationOrRuleBlock;
use biome_rowan::AstNode;
Expand Down Expand Up @@ -151,7 +151,6 @@ declare_rule! {{
version: "next",
name: "{rule_name_lower_camel}",
recommended: false,
language_kind: LanguageKind::Css,
}}
}}
Expand Down

0 comments on commit 8ab6f6b

Please sign in to comment.