Skip to content

Commit ce13a32

Browse files
committed
clippy
1 parent 3a9eec7 commit ce13a32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nexus/reconfigurator/planning/src/blueprint_editor/sled_editor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ pub enum SledEditError {
150150
pub(crate) struct SledEditor(InnerSledEditor);
151151

152152
#[derive(Debug)]
153+
#[allow(clippy::large_enum_variant)]
153154
enum InnerSledEditor {
154155
// Internally, `SledEditor` has a variant for each variant of `SledState`,
155156
// as the operations allowed in different states are substantially different

0 commit comments

Comments
 (0)