Skip to content

Commit 7b2e311

Browse files
committed
fix: Remove missed part
1 parent 7793680 commit 7b2e311

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/iceberg/src/error.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ impl From<ErrorKind> for &'static str {
8080
ErrorKind::NamespaceAlreadyExists => "NamespaceAlreadyExists",
8181
ErrorKind::NamespaceNotFound => "NamespaceNotFound",
8282
ErrorKind::PreconditionFailed => "PreconditionFailed",
83-
ErrorKind::InvalidArgument => "InvalidArgument",
8483
}
8584
}
8685
}

0 commit comments

Comments
 (0)