rustfmt.toml: ensure compliance with edition "2018"
* using rustc >= v1.31.0 enables the edition the edition system * parse the rust code to be complient with edition "2018" Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
5
rustfmt.toml
Normal file
5
rustfmt.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
error_on_line_overflow = true
|
||||||
|
error_on_unformatted = true
|
||||||
|
#version = "Two"
|
||||||
|
hard_tabs = false
|
||||||
|
edition = "2018"
|
||||||
Reference in New Issue
Block a user