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 7eecde4 commit 063ee30Copy full SHA for 063ee30
xtask/codegen/src/generate_configuration.rs
@@ -173,12 +173,12 @@ fn generate_for_groups(
173
let use_rule_configuration = if kind == RuleCategory::Action {
174
quote! {
175
use crate::analyser::{RuleAssistConfiguration, RuleAssistPlainConfiguration};
176
- use pglt_analyse::{options::RuleOptions, RuleFilter};
+ use pglt_analyse::{RuleFilter, options::RuleOptions};
177
}
178
} else {
179
180
use crate::analyser::{RuleConfiguration, RulePlainConfiguration};
181
182
183
};
184
0 commit comments