Skip to content

Commit b3d748d

Browse files
committed
cluster: underive Clone for CassCluster
There's no need to derive Clone for CassCluster, as there's never a need to clone it.
1 parent f52a779 commit b3d748d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scylla-rust-wrapper/src/cluster.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const DEFAULT_SHARD_AWARE_LOCAL_PORT_RANGE: ShardAwarePortRange =
8181
const DRIVER_NAME: &str = "ScyllaDB Cpp-Rust Driver";
8282
const DRIVER_VERSION: &str = env!("CARGO_PKG_VERSION");
8383

84-
#[derive(Clone)]
8584
pub struct CassCluster {
8685
runtime: Arc<tokio::runtime::Runtime>,
8786

0 commit comments

Comments
 (0)