Rename checks.rs to registry.rs (#1566)

This commit is contained in:
Charlie Marsh
2023-01-02 17:26:51 -05:00
committed by GitHub
parent 14042800c2
commit 8647bec3cb
173 changed files with 3847 additions and 193 deletions

View File

@@ -2,7 +2,7 @@ use rustpython_ast::{Constant, Expr, ExprKind};
use crate::ast::types::Range;
use crate::checkers::ast::Checker;
use crate::checks::{Check, CheckCode, CheckKind};
use crate::registry::{Check, CheckCode, CheckKind};
/// EM101, EM102, EM103
pub fn string_in_exception(checker: &mut Checker, exc: &Expr) {