Skip to content

Commit

Permalink
remove unnecessary attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Natoandro committed Feb 19, 2024
1 parent 113b81a commit dbdfea3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ impl QueryWhereExpr {
}
}

#[allow(dead_code)]
pub fn unique(mut self) -> Self {
self.unique = true;
self
Expand Down

0 comments on commit dbdfea3

Please sign in to comment.