diff --git a/Cargo.toml b/Cargo.toml index a69d6da5bb..22eda13281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,3 @@ walkdir = { version = "2.3.2" } [profile.release] lto = true panic = "abort" - diff --git a/src/checks.rs b/src/checks.rs index 868b2cb3d0..f8642d94e8 100644 --- a/src/checks.rs +++ b/src/checks.rs @@ -1,7 +1,8 @@ +use std::str::FromStr; + use anyhow::Result; use rustpython_parser::ast::Location; use serde::{Deserialize, Serialize}; -use std::str::FromStr; #[derive(Debug, PartialEq, Eq, Serialize, Deserialize, Hash, PartialOrd, Ord)] pub enum CheckCode {