mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 19:08:32 +00:00
move query/query-mut to DatabaseQueryExt
This commit is contained in:
parent
28b642e8c0
commit
12f54d66f4
10 changed files with 37 additions and 31 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::db;
|
||||
use crate::group::{FibonacciQuery, GcDatabase};
|
||||
use salsa::debug::DebugQueryTable;
|
||||
use salsa::{Database, Durability, SweepStrategy};
|
||||
use salsa::{Database, DatabaseQueryExt, Durability, SweepStrategy};
|
||||
|
||||
#[test]
|
||||
fn sweep_default() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue