Skip to content

Commit ad9f0ab

Browse files
committed
chore(core): fix clippy warnings
1 parent 8ae1cc7 commit ad9f0ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/registry_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use {
22
crate::dependency::UpdateUrl,
3-
log::{debug, error},
3+
log::debug,
44
reqwest::{header::ACCEPT, Client, StatusCode},
55
serde::{Deserialize, Serialize},
66
serde_json::Value,

src/test/expect.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl ActualInstance {
5454
}
5555
}
5656

57-
pub fn expect(ctx: &Context) -> Expects {
57+
pub fn expect(ctx: &Context) -> Expects<'_> {
5858
Expects::new(ctx)
5959
}
6060

0 commit comments

Comments
 (0)