Function get_clippy_rules_in_order

Source
pub fn get_clippy_rules_in_order(
    all_args: &[String],
    config: &LintConfig,
) -> Vec<String>
Expand description

We need to keep the order of the given clippy lint rules before passing them. Since clap doesn’t offer any useful interface for this purpose out of the box, we have to handle it manually.