We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee2f89 commit 6b271fbCopy full SHA for 6b271fb
scylla/src/errors.rs
@@ -1,12 +1,10 @@
1
//! This module contains various errors which can be returned by [`Session`](crate::client::session::Session).
2
3
-use std::{
4
- error::Error,
5
- io::ErrorKind,
6
- net::{AddrParseError, IpAddr, SocketAddr},
7
- num::ParseIntError,
8
- sync::Arc,
9
-};
+use std::error::Error;
+use std::io::ErrorKind;
+use std::net::{AddrParseError, IpAddr, SocketAddr};
+use std::num::ParseIntError;
+use std::sync::Arc;
10
11
use thiserror::Error;
12
0 commit comments