**Original cause:** https://github.com/bozaro/lz4-rs/issues/21 **Root cause:** - I use [skeptic](https://github.com/brson/rust-skeptic/) for file `README.md` - Skeptic generate some code and tell to cargo: ``` cargo:rerun-if-changed=README.md cargo:rerun-if-changed=README.md.skt.md ``` - File `README.md.skt.md` is not presend in my project and cargo always rerun build. I would expect that the restart will only happen if `README.md.skt.md` file appears. Unfortunatelly, adding check for file exists in `Skeptic` is incorrect, because it should rerun if file appears at some time.