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 7f33ebf commit f2102d1Copy full SHA for f2102d1
scylla/src/transport/load_balancing/plan.rs
@@ -65,7 +65,6 @@ enum PlanState<'a> {
65
/// }
66
67
/// ```
68
-
69
pub struct Plan<'a> {
70
policy: &'a dyn LoadBalancingPolicy,
71
routing_info: &'a RoutingInfo<'a>,
scylla/src/transport/locator/tablets.rs
@@ -577,7 +577,6 @@ impl TabletsInfo {
577
/// * Removing the keyspace and recreating it immediately without tablets. This seems so absurd
578
/// that we most likely don't need to worry about it, but I'm putting it here as a potential problem
579
/// for completeness.
580
581
pub(crate) fn perform_maintenance(
582
&mut self,
583
table_predicate: &impl Fn(&TableSpec) -> bool,
0 commit comments