Skip to content

Commit

Permalink
fix: box error
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy-lmao committed Jun 6, 2024
1 parent e555272 commit 7d130a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlx-postgres/src/types/cube.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::str::FromStr;

use crate::decode::Decode;
use crate::encode::{Encode, IsNull};
use crate::error::BoxDynError;
use crate::types::Type;
use crate::{PgArgumentBuffer, PgHasArrayType, PgTypeInfo, PgValueFormat, PgValueRef, Postgres};
use sqlx_core::Error;
use std::str::FromStr;

const BYTE_WIDTH: usize = 8;
const CUBE_TYPE_ZERO_VOLUME: usize = 128;
Expand Down

0 comments on commit 7d130a0

Please sign in to comment.