* 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>
6 lines
110 B
TOML
6 lines
110 B
TOML
error_on_line_overflow = true
|
|
error_on_unformatted = true
|
|
#version = "Two"
|
|
hard_tabs = false
|
|
edition = "2018"
|