Skip to content

Commit

Permalink
chore: add #[delete_query] macro to prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Sep 6, 2023
1 parent 9fee999 commit ab2e5a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Re-exports of the most commonly used types and traits.
pub use crate::{
entity, error::BuildUpsertQueryError, executor::Executor, maybe_unset::MaybeUnset,
select_query, upsert_query, util::v1_uuid, DeleteQuery, Entity, EntityExt, FromRow,
ImplValueList, ScyllaxError, SelectQuery, UpsertQuery,
delete_query, entity, error::BuildUpsertQueryError, executor::Executor,
maybe_unset::MaybeUnset, select_query, upsert_query, util::v1_uuid, DeleteQuery, Entity,
EntityExt, FromRow, ImplValueList, ScyllaxError, SelectQuery, UpsertQuery,
};

pub use scylla::frame::value::SerializeValuesError;
Expand Down

0 comments on commit ab2e5a8

Please sign in to comment.