Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
xxchan committed Jul 29, 2024
1 parent 15cdf3b commit cf0df38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqllogictest/src/column_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ pub trait ColumnType: Debug + PartialEq + Eq + Clone + Send + Sync {
/// - 'T' - text, varchar results
/// - 'I' - integers
/// - 'R' - floating point numbers
///
/// Any other types are represented with `?`([`DefaultColumnType::Any`]).
#[derive(Debug, PartialEq, Eq, Clone)]
pub enum DefaultColumnType {
Expand Down

0 comments on commit cf0df38

Please sign in to comment.