Skip to content

Commit

Permalink
remove extraneous commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Dec 20, 2024
1 parent 09a46f5 commit 16ee1ad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nexus/reconfigurator/blippy/src/blippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit 16ee1ad

Please sign in to comment.