Skip to content

Commit 59ba8a1

Browse files
authored
Merge pull request #352 from wprzytula/cass_error-refactors
errors: Make Rust errors conversion to `CassError` more appropriate
2 parents ee7064f + 3ab3159 commit 59ba8a1

File tree

6 files changed

+484
-461
lines changed

6 files changed

+484
-461
lines changed

scylla-rust-wrapper/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ pub mod result {
713713
pub mod error {
714714
// Disabling rustfmt to have one item per line for better readability.
715715
#[rustfmt::skip]
716-
pub use crate::execution_error::{
716+
pub use crate::cass_error::{
717717
CassError,
718718
CassErrorResult,
719719
CassErrorSource,

0 commit comments

Comments
 (0)