mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-09 01:14:20 +01:00
Got: find . -type f -name "*.rs" | egrep -v "target/|grpc-rs/|protocols/" | xargs rustfmt --check error[E0670]: `async fn` is not permitted in the 2015 edition This commit fixes this issue. Signed-off-by: Tim Zhang <tim@hyper.sh>
2 lines
17 B
TOML
2 lines
17 B
TOML
edition = "2018"
|