Fix some warnings on nightly Rust (#3148)
Looks like these trailing-semicolons-in-macros are likely to become a hard error in the future, so this updates to remove them as necessary.
This commit is contained in:
@@ -386,7 +386,7 @@ impl CompiledExpression {
|
||||
}
|
||||
} else {
|
||||
return Ok(None);
|
||||
};
|
||||
}
|
||||
};
|
||||
}
|
||||
for part in &self.parts {
|
||||
|
||||
Reference in New Issue
Block a user