Skip to content

Commit

Permalink
fix: make clippy happy
Browse files Browse the repository at this point in the history
Signed-off-by: Rustin170506 <[email protected]>
  • Loading branch information
Rustin170506 committed Oct 24, 2024
1 parent 0536c7c commit dab1b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio-console/src/conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ enum State {
Disconnected(Duration),
}

#[allow(clippy::large_enum_variant)]
pub(crate) enum Message {
Update(Update),
State(console_api::instrument::State),
Expand Down

0 comments on commit dab1b50

Please sign in to comment.