Module fix

Source
Expand description

API for transforming file content, for example to apply formatting, and propagate those changes across revisions.

Structs§

FileToFix
Represents a file whose content may be transformed by a FileFixer.
FixSummary
Aggregate information about the outcome of the file fixer.
ParallelFileFixer
A FileFixer that applies fix_fn to each file, in parallel.

Enums§

FixError
Error fixing files.

Traits§

FileFixer
Fixes a set of files.

Functions§

fix_files
Updates files with formatting fixes or other changes, using the given FileFixer.