clippy: Fix lint
This commit is contained in:
parent
d901b911c6
commit
f46d396e12
|
|
@ -180,7 +180,7 @@ fn notify(
|
||||||
}
|
}
|
||||||
if let RefUpdate::Skipped { .. } = update {
|
if let RefUpdate::Skipped { .. } = update {
|
||||||
// Don't notify about skipped refs.
|
// Don't notify about skipped refs.
|
||||||
} else if let Err(e) = store.insert(&rid, update, now) {
|
} else if let Err(e) = store.insert(rid, update, now) {
|
||||||
log::error!(
|
log::error!(
|
||||||
target: "worker",
|
target: "worker",
|
||||||
"Failed to update notification store for {rid}: {e}"
|
"Failed to update notification store for {rid}: {e}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue