Add rustfmt.toml with edition=2018 (#74)
* Ignore all target/ directories * Add rustfmt.toml with an edition
This commit is contained in:
committed by
Lucio Franco
parent
2a4bdb24f6
commit
62101039ce
+1
-2
@@ -1,5 +1,4 @@
|
||||
/target/
|
||||
/tonic-examples/target/
|
||||
target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
tags
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
edition = "2018"
|
||||
Reference in New Issue
Block a user