mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Cargo fmt
This commit is contained in:
parent
a64e2143f3
commit
892b0e89c8
1 changed files with 7 additions and 1 deletions
|
@ -16,7 +16,13 @@ use hyper::{Body, Method, Request, Response, Server as HyperServer};
|
|||
use libflate::gzip;
|
||||
use route_recognizer::{Params, Router};
|
||||
use std::{
|
||||
cmp::Ordering, fmt::Display, io, pin::Pin, result::Result, str::{from_utf8, Split}, string::ToString
|
||||
cmp::Ordering,
|
||||
fmt::Display,
|
||||
io,
|
||||
pin::Pin,
|
||||
result::Result,
|
||||
str::{from_utf8, Split},
|
||||
string::ToString,
|
||||
};
|
||||
use time::Duration;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue