Skip to content

Commit

Permalink
elide lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Jan 27, 2025
1 parent 0c22c66 commit 7048164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/syn2mas/src/mas_writer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ impl<'conn> MasWriter<'conn> {
Ok((indices_to_restore, constraints_to_restore))
}

async fn restore_indices<'a>(
conn: &mut LockedMasDatabase<'a>,
async fn restore_indices(
conn: &mut LockedMasDatabase,
indices_to_restore: &[IndexDescription],
constraints_to_restore: &[ConstraintDescription],
) -> Result<(), Error> {
Expand Down

0 comments on commit 7048164

Please sign in to comment.