mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
chore: deny unused results (#1825)
* chore: deny unused results * rebase
This commit is contained in:
@@ -78,7 +78,7 @@ where
|
||||
V: VisitMut,
|
||||
{
|
||||
let mut index = 1;
|
||||
visit_expressions_mut(v, |expr| {
|
||||
let _ = visit_expressions_mut(v, |expr| {
|
||||
if let Expr::Value(ValueExpr::Placeholder(s)) = expr {
|
||||
*s = format_placeholder(index);
|
||||
index += 1;
|
||||
|
||||
Reference in New Issue
Block a user