From 16ee1adcf4208138dc66404b2fddc50ad8f99328 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Fri, 20 Dec 2024 14:32:42 -0500 Subject: [PATCH] remove extraneous commentary --- nexus/reconfigurator/blippy/src/blippy.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nexus/reconfigurator/blippy/src/blippy.rs b/nexus/reconfigurator/blippy/src/blippy.rs index 924f4d6b05..9e9cc84b32 100644 --- a/nexus/reconfigurator/blippy/src/blippy.rs +++ b/nexus/reconfigurator/blippy/src/blippy.rs @@ -29,13 +29,6 @@ pub struct Note { #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord)] pub enum Severity { /// Indicator of a serious problem that means the blueprint is invalid. - /// - /// Many common blueprint use cases are likely to fail in some way if - /// performed with a blueprint reporting a `Fatal` note: - /// - /// * Uploading the blueprint to Nexus - /// * Attempting to execute the blueprint - /// * Attempting to generate a new child blueprint Fatal, }