mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 11:00:05 +00:00
change #[salsa::query_group]
attribute to take a struct name
This commit is contained in:
parent
690a118472
commit
9b5c7eeb5e
23 changed files with 133 additions and 111 deletions
|
@ -11,10 +11,10 @@ pub(crate) trait TestContext: salsa::Database {
|
|||
}
|
||||
|
||||
#[salsa::database(
|
||||
constants::ConstantsDatabase,
|
||||
memoized_dep_inputs::MemoizedDepInputsContext,
|
||||
memoized_inputs::MemoizedInputsContext,
|
||||
memoized_volatile::MemoizedVolatileContext
|
||||
constants::Constants,
|
||||
memoized_dep_inputs::MemoizedDepInputs,
|
||||
memoized_inputs::MemoizedInputs,
|
||||
memoized_volatile::MemoizedVolatile
|
||||
)]
|
||||
#[derive(Default)]
|
||||
pub(crate) struct TestContextImpl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue