From f44344a1b958ad1e669c10a6897a5ae6db996dac Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 8 Jul 2025 10:56:44 +0300 Subject: [PATCH] console: bump rustfmt.toml edition to 2021 vhost-device-console is 2021 edition; bump the rustfmt.toml setting to match it. Signed-off-by: Manos Pitsidianakis --- vhost-device-console/rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhost-device-console/rustfmt.toml b/vhost-device-console/rustfmt.toml index c6f0942..ebecb99 100644 --- a/vhost-device-console/rustfmt.toml +++ b/vhost-device-console/rustfmt.toml @@ -1,4 +1,4 @@ -edition = "2018" +edition = "2021" format_generated_files = false format_code_in_doc_comments = true format_strings = true