Skip to content

Commit

Permalink
macro_internal: Remove CqlValue and Row
Browse files Browse the repository at this point in the history
Those are not used by the new macros.
  • Loading branch information
Lorak-mmk committed Jan 30, 2025
1 parent e1b6169 commit 6542a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scylla-cql/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub use crate::frame::types::Consistency;

#[doc(hidden)]
pub mod _macro_internal {
pub use crate::frame::response::result::{ColumnSpec, ColumnType, CqlValue, Row};
pub use crate::frame::response::result::{ColumnSpec, ColumnType};
pub use crate::macros::*;

pub use crate::deserialize::row::{
Expand Down

0 comments on commit 6542a09

Please sign in to comment.