Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Nov 30, 2021
1 parent d24dc9d commit 26f11b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/compute/cast/primitive_to.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::hash::Hash;

use crate::error::Result;
use crate::{
array::*,
bitmap::Bitmap,
Expand All @@ -9,10 +10,6 @@ use crate::{
types::NativeType,
util::lexical_to_bytes_mut,
};
use crate::{
error::Result,
util::{lexical_to_bytes, lexical_to_string},
};

use super::CastOptions;

Expand Down

0 comments on commit 26f11b9

Please sign in to comment.