Skip to content

Commit

Permalink
chore: make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Mar 28, 2024
1 parent fa27a25 commit 438eae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio-console/src/view/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pub(crate) enum UpdateKind {
SelectTask(u64),
/// The TaskView is exited
ExitTaskView,
#[allow(dead_code)]
/// A new resource is selected
SelectResource(u64),
/// No significant change
Expand Down

0 comments on commit 438eae5

Please sign in to comment.