mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
add salsa_struct_deleted
for input fields
This commit is contained in:
parent
689751b243
commit
7b99365620
1 changed files with 5 additions and 0 deletions
|
@ -93,4 +93,9 @@ where
|
||||||
fn mark_validated_output(&self, _db: &DB, _executor: DatabaseKeyIndex, _output_key: Id) {}
|
fn mark_validated_output(&self, _db: &DB, _executor: DatabaseKeyIndex, _output_key: Id) {}
|
||||||
|
|
||||||
fn remove_stale_output(&self, _db: &DB, _executor: DatabaseKeyIndex, _stale_output_key: Id) {}
|
fn remove_stale_output(&self, _db: &DB, _executor: DatabaseKeyIndex, _stale_output_key: Id) {}
|
||||||
|
|
||||||
|
fn salsa_struct_deleted(&self, _db: &DB, _id: Id) {
|
||||||
|
panic!("unexpected call: input fields are never deleted");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue