Skip to content

Commit

Permalink
Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Nov 23, 2024
1 parent c950eca commit 3f5d3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ impl Manager {
}
}

#[allow(clippy::large_enum_variant)]
#[derive(Debug)]
enum ProbeSessionState {
Active(probe_rs::Session),
Expand Down

0 comments on commit 3f5d3a0

Please sign in to comment.