Skip to content

Commit

Permalink
Bump rust version ~15mo & fix all the errors (#70)
Browse files Browse the repository at this point in the history
* yay

* Silence this warning that doesn't seem useful

* Stop using deprecated config flag

* Resolve a bunch of clippy errors

* Resolve all the rest
  • Loading branch information
sushain97 committed Mar 5, 2021
1 parent fa5a729 commit c31f54c
Show file tree
Hide file tree
Showing 12 changed files with 1,624 additions and 1,338 deletions.
2 changes: 1 addition & 1 deletion .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
condense_wildcard_suffixes = true
match_block_trailing_comma = true
merge_imports = true
imports_granularity = "Crate"
report_fixme = "Unnumbered"
report_todo = "Unnumbered"
unstable_features = true
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ after_success:
- cargo tarpaulin --verbose --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
matrix:
include:
- rust: nightly-2019-10-04
- rust: nightly-2021-03-04
env:
- TARPAULIN_VERSION=0.9.1
- DIESEL_CLI_VERSION=1.2.0
Expand Down
Loading

0 comments on commit c31f54c

Please sign in to comment.