Skip to content

Commit e997fcc

Browse files
sypharjyn514
authored andcommitted
remove unused imports
1 parent 92d3f9d commit e997fcc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/index/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::{path::PathBuf, process::Command};
22

3-
use anyhow::{anyhow, Context};
3+
use anyhow::Context;
44
use url::Url;
55

66
use self::api::Api;

src/utils/queue_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::{
33
utils::{pubsubhubbub, report_error},
44
BuildQueue,
55
};
6-
use anyhow::{anyhow, Context, Error};
6+
use anyhow::{Context, Error};
77
use log::{debug, error, info, warn};
88
use std::panic::{catch_unwind, AssertUnwindSafe};
99
use std::sync::Arc;

src/web/statics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use super::{error::Nope, redirect, redirect_base, STATIC_FILE_CACHE_DURATION};
22
use crate::utils::report_error;
3-
use anyhow::{anyhow, Context};
3+
use anyhow::Context;
44
use chrono::Utc;
55
use iron::{
66
headers::CacheDirective,

0 commit comments

Comments
 (0)