Expand description
Deterministic auto-fix pipeline for Violation::fixes.
Groups edits by file, sorts descending by byte-offset, refuses to touch any file with overlapping edits, and rewrites the survivors on disk.
Structs§
- File
FixResult - Outcome of applying
--fixto one file. - FixConflict
- A pair of edits from the same file that overlap in byte range.
Functions§
- apply_
all - Apply every
TextEditonviolationsto disk, one file at a time.