Skip to content

Commit 2db2d76

Browse files
committed
fix import errors after merge
1 parent ab43e78 commit 2db2d76

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/web/rustdoc.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ use crate::{
1111
Config, Metrics, Storage,
1212
};
1313
use anyhow::{anyhow, Context};
14-
use iron::{
15-
headers::{CacheControl, CacheDirective},
16-
url::percent_encoding::percent_decode,
17-
};
1814
use iron::{
1915
headers::{CacheControl, CacheDirective, Expires, HttpDate},
2016
modifiers::Redirect,
21-
status, Handler, IronResult, Request, Response, Url,
17+
status,
18+
url::percent_encoding::percent_decode,
19+
Handler, IronResult, Request, Response, Url,
2220
};
2321
use lol_html::errors::RewritingError;
2422
use router::Router;

0 commit comments

Comments
 (0)