Update to latest Rust and fix Clippy warnings (#37)

* Update to latest Rust and fix Clippy warnings

* cleanup
This commit is contained in:
Srinath Setty
2021-10-14 16:11:19 -07:00
committed by GitHub
parent f465aed924
commit 19d1d63703
19 changed files with 227 additions and 249 deletions

4
.cargo/config Normal file
View File

@@ -0,0 +1,4 @@
[build]
rustflags = [
"-C", "target-cpu=native",
]