mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Refactor Fix
and Edit
API (#4198)
This commit is contained in:
parent
edaf891042
commit
0801f14046
102 changed files with 529 additions and 398 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue