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