diff --git a/typegraph/core/src/runtimes/prisma/type_generation/query_where_expr.rs b/typegraph/core/src/runtimes/prisma/type_generation/query_where_expr.rs index 5a5e753e54..389a8ac8e3 100644 --- a/typegraph/core/src/runtimes/prisma/type_generation/query_where_expr.rs +++ b/typegraph/core/src/runtimes/prisma/type_generation/query_where_expr.rs @@ -20,7 +20,6 @@ impl QueryWhereExpr { } } - #[allow(dead_code)] pub fn unique(mut self) -> Self { self.unique = true; self