Skip to content

Commit

Permalink
adding missing lint description for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
hds committed Oct 8, 2024
1 parent d0991ca commit 31bfb7a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tokio-console/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ pub struct Config {
///
/// * `never-yielded` -- Warns when a task has never yielded.
///
/// * `auto-boxed-future` -- Warnings when the future driving a task was automatically boxed by
/// the runtime because it was large.
///
/// * `large-future` -- Warnings when the future driving a task occupies a large amount of
/// stack space.
#[clap(long = "warn", short = 'W', value_delimiter = ',', num_args = 1..)]
Expand All @@ -83,6 +86,9 @@ pub struct Config {
///
/// * `never-yielded` -- Warns when a task has never yielded.
///
/// * `auto-boxed-future` -- Warnings when the future driving a task was automatically boxed by
/// the runtime because it was large.
///
/// * `large-future` -- Warnings when the future driving a task occupies a large amount of
/// stack space.
///
Expand Down

0 comments on commit 31bfb7a

Please sign in to comment.