From 546e142722042d0748d2a873fc509ca890891a3e Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 7 May 2018 22:10:37 -0700 Subject: [PATCH] Clean up comment. --- query-pull/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/query-pull/src/lib.rs b/query-pull/src/lib.rs index c873bd4f..24cd62a6 100644 --- a/query-pull/src/lib.rs +++ b/query-pull/src/lib.rs @@ -232,9 +232,7 @@ impl Puller { // - Recursing. (TODO: we'll need AttributeCaches to not overwrite in case of recursion! And // ideally not do excess work when some entity/attribute pairs are known.) // - Building a structure by walking the pull expression with the caches. - // TODO: aliases. // TODO: limits. - // TODO: fts. // Build a cache for these attributes and entities. // TODO: use the store's existing cache!