Upgrade to Rust 1.34.0 (#3781)

* Upgrade to Rust 1.34.0

* Remove redundant closures

Thanks Clippy!
This commit is contained in:
Greg Fitzgerald
2019-04-15 15:56:08 -06:00
committed by GitHub
parent 3e1214a871
commit 80f3568062
9 changed files with 12 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ $ source $HOME/.cargo/env
$ rustup component add rustfmt-preview
```
If your rustc version is lower than 1.33.0, please update it:
If your rustc version is lower than 1.34.0, please update it:
```bash
$ rustup update