Add Applicability to Fix (#4303)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Zanie Adkins 2023-05-10 01:42:46 -05:00 committed by GitHub
parent d66ce76691
commit cf7aa26aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
116 changed files with 296 additions and 8 deletions

View file

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