]> git.lizzy.rs Git - rust.git/commit
bin: Improve error handling in project file lookup
authorKamal Marhubi <kamal@marhubi.com>
Sun, 31 Jan 2016 15:21:48 +0000 (10:21 -0500)
committerKamal Marhubi <kamal@marhubi.com>
Sun, 31 Jan 2016 15:28:47 +0000 (10:28 -0500)
commit98726d0a5347a038e8b5200db0b4e1edb1c31a27
treea4bb59dda7e9ef0ec7e0181d2586c878c2e6a476
parentedcc4ec6c078fbe2cb734b014d830236900414f1
bin: Improve error handling in project file lookup

Previously errors were being silently ignored. Eg, if `rustfmt` did not
have permission to read a `rustfmt.toml` file, the default configuration
was used without informing the user.
src/bin/rustfmt.rs