Skip to content

Commit

Permalink
in clippy we trust
Browse files Browse the repository at this point in the history
  • Loading branch information
callicles committed Feb 23, 2025
1 parent 4eda405 commit dfcb4e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/framework-cli/src/cli/local_webserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1324,10 +1324,7 @@ async fn validate_admin_auth(
}
}

fn find_table_definition<'a>(
table_name: &str,
discrepancies: &'a InfraDiscrepancies,
) -> Option<Table> {
fn find_table_definition(table_name: &str, discrepancies: &InfraDiscrepancies) -> Option<Table> {
debug!("Looking for table definition: {}", table_name);

if discrepancies
Expand Down

0 comments on commit dfcb4e9

Please sign in to comment.