When I run `./x.py fmt` in a clean checkout, I get the following: ``` fmt: formatted 5534 modified files ``` If I now change a single file manually, it says instead: ``` fmt: formatted modified file library/core/src/ptr/mod.rs ``` Cc @rust-lang/bootstrap