From 75e3ccdcd5a008e1de5700aa7e96ffec47700b40 Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Wed, 14 Dec 2022 16:10:03 +0100 Subject: [PATCH] style: remove comment --- core/src/database/query/parent.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/database/query/parent.rs b/core/src/database/query/parent.rs index 01368f5..52fd6e7 100644 --- a/core/src/database/query/parent.rs +++ b/core/src/database/query/parent.rs @@ -19,7 +19,6 @@ impl Query { Entity::find_by_id(id).one(db).await } - // TODO limit to two parents?? pub async fn find_candidate_parents( db: &DbConn, candidate: candidate::Model,