Skip to content

Commit

Permalink
fix clippy issue
Browse files Browse the repository at this point in the history
Change-Id: Id68bb45585b2f368fa8e2716a8ae59bf1d52af3c
  • Loading branch information
wangfenjin committed Aug 15, 2022
1 parent 963a8de commit c30f031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub struct Null;

/// DuckDB data types.
/// See [Fundamental Datatypes](https://duckdb.org/docs/sql/data_types/overview).
#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum Type {
/// NULL
Null,
Expand Down

0 comments on commit c30f031

Please sign in to comment.