Skip to content

Commit

Permalink
style: remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Mar 21, 2024
1 parent 998de98 commit a162ef0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ pub enum DatabaseError {
#[source]
csv::Error,
),
#[error("alias expr: {0} already exists")]
DuplicateAliasExpr(String),
#[error("alias table: {0} already exists")]
DuplicateAliasTable(String),
#[error("column: {0} already exists")]
DuplicateColumn(String),
#[error("index: {0} already exists")]
Expand Down

0 comments on commit a162ef0

Please sign in to comment.