Remove HEY_BTW: comment

This commit is contained in:
Yuriy Dupyn 2024-02-01 14:20:24 +01:00
parent a3e3390c85
commit 7c9caa032b

View file

@ -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();