mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
Update components/salsa-macro-rules/src/setup_input_struct.rs
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
118e89ce20
commit
6ff1975e17
1 changed files with 2 additions and 2 deletions
|
@ -159,9 +159,9 @@ macro_rules! setup_input_struct {
|
|||
// FIXME(rust-lang/rust#65991): The `db` argument *should* have the type `dyn Database`
|
||||
$Db: ?Sized + $zalsa::Database,
|
||||
{
|
||||
let (ingredient, runtime) = $Configuration::ingredient_mut(db.as_dyn_database_mut());
|
||||
let (ingredient, revision) = $Configuration::ingredient_mut(db.as_dyn_database_mut());
|
||||
$zalsa::input::SetterImpl::new(
|
||||
runtime,
|
||||
revision,
|
||||
self,
|
||||
$field_index,
|
||||
ingredient,
|
||||
|
|
Loading…
Reference in a new issue