salsa/src
Niko Matsakis 3cde493e4e remove the virtual fn call for creating query descriptors
Previously, to "make the connection" between the database type `DB` and
the query type `Q`, we were passing down a fn pointer that would crate
the query descriptor. But now we have this `GetQueryTable` trait -- use
that instead.
2018-12-13 05:51:45 -05:00
..
debug.rs remove the virtual fn call for creating query descriptors 2018-12-13 05:51:45 -05:00
derived.rs Refactor overwrite_placeholder into PanicGuard 2018-11-01 16:53:08 -07:00
input.rs name the field runtime_id 2018-10-30 21:00:33 -04:00
lib.rs remove the virtual fn call for creating query descriptors 2018-12-13 05:51:45 -05:00
plumbing.rs remove the virtual fn call for creating query descriptors 2018-12-13 05:51:45 -05:00
runtime.rs document (and start warning on missing docs) 2018-11-01 04:57:52 -04:00