mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
Add .rustfmt.toml to the project
For rustfmt to accept modern syntax like "async move", a .rustfmt.toml with "edition = 2018" needs to be created. https://github.com/rust-lang/rustfmt/issues/3149 Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
parent
48c4885b47
commit
2294c2d2c9
1
.rustfmt.toml
Normal file
1
.rustfmt.toml
Normal file
@ -0,0 +1 @@
|
||||
edition = "2018"
|
Loading…
Reference in New Issue
Block a user