Replace deletion-tracking with enforced isolation levels (#4766)

This commit is contained in:
Charlie Marsh 2023-06-01 22:45:56 -04:00 committed by GitHub
parent fcbf5c3fae
commit 621718784a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 471 additions and 620 deletions

View file

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