mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-02 00:00:11 +02:00
chore: bump to newer nightly (#1426)
This commit is contained in:
@@ -350,7 +350,7 @@ fn busy_threadpool_is_not_idle() {
|
||||
|
||||
struct IdleFut<'a>(&'a mut Shutdown);
|
||||
|
||||
impl<'a> Future for IdleFut<'a> {
|
||||
impl Future for IdleFut<'_> {
|
||||
type Output = ();
|
||||
|
||||
fn poll(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<()> {
|
||||
|
||||
Reference in New Issue
Block a user