Skip to content

Commit 20ff161

Browse files
committed
chore: fix
1 parent 5a8d177 commit 20ff161

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

rust/cubesql/cubesql/src/compile/engine/df/wrapper.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ use std::{
4444
convert::TryInto,
4545
fmt,
4646
future::Future,
47-
iter,
4847
pin::Pin,
4948
result,
5049
sync::{Arc, LazyLock},

rust/cubesql/pg-srv/src/values/date.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use byteorder::{BigEndian, ByteOrder};
55
use bytes::{BufMut, BytesMut};
66
use chrono::NaiveDate;
77
use std::backtrace::Backtrace;
8-
use std::io::{Error, ErrorKind};
8+
use std::io::Error;
99

1010
pub type DateValue = NaiveDate;
1111

0 commit comments

Comments
 (0)