Skip to content

Commit

Permalink
Remove unused trait
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Dec 10, 2024
1 parent 3fd70f5 commit 2bc67c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,11 +580,6 @@ impl From<Arc<dyn Array>> for Column {
}
}

pub trait ArrayType {
type Array: Array;
type Elem;
}

#[derive(Debug, Eq, PartialEq)]
pub struct TypeError();

Expand Down

0 comments on commit 2bc67c9

Please sign in to comment.