From 7c9caa032b7888f2134c577af42b14c600cea871 Mon Sep 17 00:00:00 2001 From: Yuriy Dupyn <2153100+omedusyo@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:20:24 +0100 Subject: [PATCH] Remove HEY_BTW: comment --- minisql/src/interpreter.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/minisql/src/interpreter.rs b/minisql/src/interpreter.rs index 5955c54..09b5e18 100644 --- a/minisql/src/interpreter.rs +++ b/minisql/src/interpreter.rs @@ -573,8 +573,6 @@ pub fn example() { { { - // HEY_BTW: Seems that there is some Rust inference feature still missing when it comes to - // ownership. That's why we put this block in braces. let _delete_response: Response = state .interpret(Delete(users_position, Some(Eq(id_column, id0.clone())))) .unwrap();