You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/code.rs
+2-2
Original file line number
Diff line number
Diff line change
@@ -569,7 +569,7 @@ fn build_table_fns(
569
569
// "Option::None" will never match anything, and "is_null" is required to be used, see https://docs.diesel.rs/master/diesel/expression_methods/trait.ExpressionMethods.html#method.eq
570
570
format!(
571
571
r##"
572
-
if let Some(filter_{column_name}) = filter.{column_name}.clone() {{
572
+
if let Some(filter_{column_name}) = filter.{column_name} {{
0 commit comments