Fix build script after update

This commit is contained in:
sharkdp 2019-09-15 17:27:12 +02:00
parent a991ed4488
commit 9cc0c8ed57
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ include!("src/app.rs");
fn main() {
match version_check::is_min_version("1.31") {
Some((true, _)) => {}
Some(true) => {}
// rustc version too small or can't figure it out
_ => {
writeln!(&mut io::stderr(), "'fd' requires rustc >= 1.31").unwrap();