Commits
Click on a commit to change the comparison rangefeat(linter): let fixer functions return a `None` fix (#4210)
Part of #4187.
Adds `CompositeFix::None`, which enables fixer functions to decide not to fix some code.
While I was in the area, I took the liberty of adding some doc comments.