mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-09 21:38:20 +00:00
Clippy
This commit is contained in:
parent
a5396a9142
commit
7e8720a2ad
4 changed files with 3 additions and 4 deletions
|
@ -25,7 +25,7 @@ where
|
|||
db: &'db C::DbView,
|
||||
active_query: ActiveQueryGuard<'_>,
|
||||
opt_old_memo: Option<Arc<Memo<C::Output<'_>>>>,
|
||||
) -> StampedValue<&C::Output<'db>> {
|
||||
) -> StampedValue<&'db C::Output<'db>> {
|
||||
let zalsa = db.zalsa();
|
||||
let revision_now = zalsa.current_revision();
|
||||
let database_key_index = active_query.database_key_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue