summaryrefslogtreecommitdiff
path: root/receme
diff options
context:
space:
mode:
Diffstat (limited to 'receme')
-rw-r--r--receme/src/lib.rs2
-rw-r--r--receme/src/tree.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/receme/src/lib.rs b/receme/src/lib.rs
index be1f028..d9e6249 100644
--- a/receme/src/lib.rs
+++ b/receme/src/lib.rs
@@ -48,7 +48,7 @@ pub mod ralgebra;
// The following modules are for default implementations.
pub mod tree;
-// TODO: benchmarks
+// REVIEW: Do we really need this crate?
#[cfg(test)]
mod test_expr_tree {
diff --git a/receme/src/tree.rs b/receme/src/tree.rs
index eb64f31..521f913 100644
--- a/receme/src/tree.rs
+++ b/receme/src/tree.rs
@@ -365,4 +365,4 @@ where
}
}
-// TODO: Para, Apo, Histo, and Futu await us.
+// REVIEW: Para, Apo, Histo, and Futu await us.