We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9eec7 commit ce13a32Copy full SHA for ce13a32
nexus/reconfigurator/planning/src/blueprint_editor/sled_editor.rs
@@ -150,6 +150,7 @@ pub enum SledEditError {
150
pub(crate) struct SledEditor(InnerSledEditor);
151
152
#[derive(Debug)]
153
+#[allow(clippy::large_enum_variant)]
154
enum InnerSledEditor {
155
// Internally, `SledEditor` has a variant for each variant of `SledState`,
156
// as the operations allowed in different states are substantially different
0 commit comments