mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 17:49:46 +00:00
impl runtime_mut for test in debug.rs
This commit is contained in:
parent
2912e60938
commit
ea0df0fc03
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ impl salsa::Database for Database {
|
|||
fn salsa_runtime(&self) -> &salsa::Runtime {
|
||||
self.storage.runtime()
|
||||
}
|
||||
|
||||
fn salsa_runtime_mut(&mut self) -> &mut salsa::Runtime {
|
||||
self.storage.runtime_mut()
|
||||
}
|
||||
}
|
||||
|
||||
impl Db for Database {}
|
||||
|
|
Loading…
Reference in a new issue