cargo fmt

This commit is contained in:
Toshit Chawda 2024-09-07 13:10:33 -07:00
parent 268711e9a5
commit 5aeea21d29
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
2 changed files with 4 additions and 7 deletions

View file

@ -1,9 +1,4 @@
use std::{
io::{ErrorKind},
pin::Pin,
sync::Arc,
task::Poll,
};
use std::{io::ErrorKind, pin::Pin, sync::Arc, task::Poll};
use cfg_if::cfg_if;
use futures_rustls::{