mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
more comments
This commit is contained in:
parent
16563b3666
commit
8184723357
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ impl CompilerQueryContext for QueryContextImpl {
|
||||||
// FIXME: This code... probably should not live here. But maybe we
|
// FIXME: This code... probably should not live here. But maybe we
|
||||||
// just want to provide some helpers or something? I do suspect I want
|
// just want to provide some helpers or something? I do suspect I want
|
||||||
// people to be able to customize this.
|
// people to be able to customize this.
|
||||||
|
//
|
||||||
|
// Seems like a classic case where specialization could be useful to
|
||||||
|
// permit behavior refinement.
|
||||||
|
|
||||||
impl BaseQueryContext for QueryContextImpl {
|
impl BaseQueryContext for QueryContextImpl {
|
||||||
type QueryDescriptor = DynDescriptor;
|
type QueryDescriptor = DynDescriptor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue