tikv / fail-rs

Fail points for rust
Apache License 2.0
332 stars 39 forks source link

change some code style to rust 2018 edition #34

Closed z2665 closed 5 years ago

z2665 commented 5 years ago

In the early commit ec69d82. I see it turn on the 2018 edition. So I changes some code styles.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

BusyJay commented 5 years ago

Can you also add an edition to the Cargo.toml file?

z2665 commented 5 years ago

Can you also add an edition to the Cargo.toml file?

I see the edition in the Cargo.toml file. so I change the code.

edition = "2018"

the commit is ec69d82