mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
fix: remove unused variable
This commit is contained in:
@@ -104,7 +104,7 @@ impl Stmt {
|
||||
pub fn check(&self) -> Result<(), ParserError> {
|
||||
match self {
|
||||
Self::AlterTable(alter_table) => {
|
||||
let (old_name, body) = &**alter_table;
|
||||
let (_, body) = &**alter_table;
|
||||
match body {
|
||||
AlterTableBody::AddColumn(cd) => {
|
||||
for c in cd {
|
||||
|
||||
Reference in New Issue
Block a user