Rename Fix to Edit (#3702)

This commit is contained in:
Charlie Marsh 2023-03-24 19:29:14 -04:00 committed by GitHub
parent c721eedc37
commit 2083134a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
109 changed files with 394 additions and 404 deletions

View file

@ -1,7 +1,7 @@
pub use diagnostic::{Diagnostic, DiagnosticKind};
pub use fix::Fix;
pub use edit::Edit;
pub use violation::{AlwaysAutofixableViolation, AutofixKind, Violation};
mod diagnostic;
mod fix;
mod edit;
mod violation;