Skip to content

Commit

Permalink
cmm: Address warning
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 28, 2024
1 parent b532b4a commit a7c4ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl Policy {
fn matching_rules_in_order_of_precedence<'a>(
&'a self,
path: &'a [PathSegment],
) -> impl 'a + Iterator<Item = &TableRule> {
) -> impl 'a + Iterator<Item = &'a TableRule> {
self.table_rules
.iter()
.rev()
Expand Down

0 comments on commit a7c4ff0

Please sign in to comment.