From 7e3b8b8c16de0f6ec575dfeb4682e67aa84dbd2b Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Mon, 11 May 2026 14:45:19 +0200 Subject: [PATCH] pvinfo: Remove comments after formatting the code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove them as they are pointless. Suggested-by: Steffen Eiden Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- rust/pvinfo/src/se_status.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rust/pvinfo/src/se_status.rs b/rust/pvinfo/src/se_status.rs index 1a509e40..d7eebd0e 100644 --- a/rust/pvinfo/src/se_status.rs +++ b/rust/pvinfo/src/se_status.rs @@ -6,9 +6,7 @@ use std::fmt; -use serde::Serialize; // Trait for serializing data structures (e.g., YAML) // Provides the `Display` trait for pretty-printing - -/// Enum representing Secure Execution status +use serde::Serialize; #[derive(Serialize, PartialEq, Debug)] // Automatically implements `serde::Serialize` pub enum SeStatus {