Skip to content

Commit

Permalink
Dummy to see if CI actually compiles example
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 1, 2024
1 parent 49bd490 commit b42db5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tokio_console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! Then, open the `tokio-console` application (see https://crates.io/crates/tokio-console) to
//! follow the subsystem tasks live.
xxx

Check failure

Code scanning / clippy

expected one of ! or ::, found keyword use Error

expected one of ! or ::, found keyword use
use miette::Result;

Check failure

Code scanning / clippy

expected one of ! or ::, found keyword use Error

expected one of ! or ::, found keyword use
use tokio::time::{sleep, Duration};
use tokio_graceful_shutdown::{FutureExt, SubsystemBuilder, SubsystemHandle, Toplevel};
Expand Down

0 comments on commit b42db5a

Please sign in to comment.