]> git.lizzy.rs Git - rust.git/commit
minor: use enum instead of pair of booleans
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 28 Mar 2016 23:37:43 +0000 (02:37 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 28 Mar 2016 23:37:43 +0000 (02:37 +0300)
commitc7e51d3994f3fc885bfb94b32232084ad6f94834
tree61d1eaf388b909cfbd8869f7d910245673fb8e8d
parentac7778cc51774a96d89f1a9244d41558d7698429
minor: use enum instead of pair of booleans

This is a bit more typing, but statically forbids using both verbose and
quiet
src/bin/cargo-fmt.rs