chore: fix ci failures (#6725)

This commit is contained in:
Motoyuki Kimura
2024-07-25 20:30:23 +02:00
committed by GitHub
parent 3297052763
commit ee8d4d1b05
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
#![allow(unknown_lints, unexpected_cfgs)]
//! This example demonstrates tokio's experimental task dumping functionality.
//! This application deadlocks. Input CTRL+C to display traces of each task, or
//! input CTRL+C twice within 1 second to quit.