virtiofsd/rustfmt.toml
Sergio Lopez c28a57a005 Set edition to 2018 in rustfmt.toml
In Cargo.toml we've already declared that we're targeting Rust Edition
2018, so do the same in "rustfmt".

Signed-off-by: Sergio Lopez <slp@redhat.com>
2022-03-08 14:02:14 +01:00

2 lines
48 B
TOML

imports_granularity = "Module"
edition = "2018"