From 6b9663a2c20b6483c1f4b1b9cc964719cfe43a0e Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Fri, 26 May 2023 00:19:28 -0400 Subject: other: clean up some fixmes (#1171) --- src/app/query.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/query.rs b/src/app/query.rs index eb2d281f..17cc1c44 100644 --- a/src/app/query.rs +++ b/src/app/query.rs @@ -338,7 +338,8 @@ pub fn parse_query( let mut condition: Option = None; let mut value: Option = None; - // TODO: Jeez, what the heck did I write here... add some tests and clean this up, please. + // TODO: Jeez, what the heck did I write here... add some tests and clean this up in the + // future. if content == "=" { condition = Some(QueryComparison::Equal); if let Some(queue_next) = query.pop_front() { -- cgit v1.2.3