Skip to content

Commit 8e46833

Browse files
sypharjyn514
authored andcommitted
fix build and clippy warnings
1 parent 4b5ea4a commit 8e46833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/build_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::docbuilder::PackageKind;
33
use crate::error::Result;
44
use crate::utils::{get_crate_priority, report_error};
55
use crate::{Config, Index, Metrics, RustwideBuilder};
6-
use anyhow::{anyhow, Context};
6+
use anyhow::Context;
77

88
use crates_index_diff::ChangeKind;
99
use log::debug;

src/web/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pub(crate) mod page;
44

55
use crate::utils::report_error;
6-
use anyhow::{anyhow, Context};
6+
use anyhow::{anyhow, Context as _};
77
use log::info;
88
use serde_json::Value;
99

0 commit comments

Comments
 (0)