We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8d177 commit 20ff161Copy full SHA for 20ff161
rust/cubesql/cubesql/src/compile/engine/df/wrapper.rs
@@ -44,7 +44,6 @@ use std::{
44
convert::TryInto,
45
fmt,
46
future::Future,
47
- iter,
48
pin::Pin,
49
result,
50
sync::{Arc, LazyLock},
rust/cubesql/pg-srv/src/values/date.rs
@@ -5,7 +5,7 @@ use byteorder::{BigEndian, ByteOrder};
5
use bytes::{BufMut, BytesMut};
6
use chrono::NaiveDate;
7
use std::backtrace::Backtrace;
8
-use std::io::{Error, ErrorKind};
+use std::io::Error;
9
10
pub type DateValue = NaiveDate;
11
0 commit comments