Skip to content

Commit f2102d1

Browse files
committed
clippy: remove an empty line between docstring and definition
1 parent 7f33ebf commit f2102d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scylla/src/transport/load_balancing/plan.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ enum PlanState<'a> {
6565
/// }
6666
/// }
6767
/// ```
68-
6968
pub struct Plan<'a> {
7069
policy: &'a dyn LoadBalancingPolicy,
7170
routing_info: &'a RoutingInfo<'a>,

scylla/src/transport/locator/tablets.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ impl TabletsInfo {
577577
/// * Removing the keyspace and recreating it immediately without tablets. This seems so absurd
578578
/// that we most likely don't need to worry about it, but I'm putting it here as a potential problem
579579
/// for completeness.
580-
581580
pub(crate) fn perform_maintenance(
582581
&mut self,
583582
table_predicate: &impl Fn(&TableSpec) -> bool,

0 commit comments

Comments
 (0)