Skip to content

Commit

Permalink
clippy: remove an empty line between docstring and definition
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Dec 2, 2024
1 parent 7f33ebf commit f2102d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scylla/src/transport/load_balancing/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ enum PlanState<'a> {
/// }
/// }
/// ```
pub struct Plan<'a> {
policy: &'a dyn LoadBalancingPolicy,
routing_info: &'a RoutingInfo<'a>,
Expand Down
1 change: 0 additions & 1 deletion scylla/src/transport/locator/tablets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ impl TabletsInfo {
/// * Removing the keyspace and recreating it immediately without tablets. This seems so absurd
/// that we most likely don't need to worry about it, but I'm putting it here as a potential problem
/// for completeness.
pub(crate) fn perform_maintenance(
&mut self,
table_predicate: &impl Fn(&TableSpec) -> bool,
Expand Down

0 comments on commit f2102d1

Please sign in to comment.