mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
rustfmt
This commit is contained in:
parent
6177043fa7
commit
e6a5d42aeb
4 changed files with 24 additions and 12 deletions
|
|
@ -7,7 +7,7 @@ use codes::*;
|
|||
use metadata::{FileOptions, PresetMeta};
|
||||
|
||||
use {
|
||||
percent_encoding::{percent_decode_str, percent_encode, AsciiSet, CONTROLS},
|
||||
percent_encoding::{AsciiSet, CONTROLS, percent_decode_str, percent_encode},
|
||||
rcgen::{CertificateParams, DnType, KeyPair},
|
||||
std::{
|
||||
borrow::Cow,
|
||||
|
|
@ -27,9 +27,9 @@ use {
|
|||
sync::Mutex,
|
||||
},
|
||||
tokio_rustls::{
|
||||
TlsAcceptor,
|
||||
rustls::{server::ServerConfig, version::TLS13},
|
||||
server::TlsStream,
|
||||
TlsAcceptor,
|
||||
},
|
||||
url::{Host, Url},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue