Refactor Fix and Edit API (#4198)

This commit is contained in:
Zanie Adkins 2023-05-08 04:57:03 -05:00 committed by GitHub
parent edaf891042
commit 0801f14046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
102 changed files with 529 additions and 398 deletions

View file

@ -124,7 +124,7 @@ impl Serialize for SerializeMessage<'_> {
struct MessageHeader {
kind: DiagnosticKind,
range: TextRange,
fix: Fix,
fix: Option<Fix>,
file_id: usize,
noqa_row: TextSize,
}