mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
fix(fmt)
This commit is contained in:
parent
3212029458
commit
dea0ffa021
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,7 @@ use crate::config::{self, get_setting};
|
||||||
//
|
//
|
||||||
use crate::{client::json, server::RequestExt};
|
use crate::{client::json, server::RequestExt};
|
||||||
use cookie::Cookie;
|
use cookie::Cookie;
|
||||||
|
use htmlescape::decode_html;
|
||||||
use hyper::{Body, Request, Response};
|
use hyper::{Body, Request, Response};
|
||||||
use log::error;
|
use log::error;
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
|
@ -22,7 +23,6 @@ use std::str::FromStr;
|
||||||
use std::string::ToString;
|
use std::string::ToString;
|
||||||
use time::{macros::format_description, Duration, OffsetDateTime};
|
use time::{macros::format_description, Duration, OffsetDateTime};
|
||||||
use url::Url;
|
use url::Url;
|
||||||
use htmlescape::decode_html;
|
|
||||||
|
|
||||||
/// Write a message to stderr on debug mode. This function is a no-op on
|
/// Write a message to stderr on debug mode. This function is a no-op on
|
||||||
/// release code.
|
/// release code.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue