Skip to content

Commit 7048164

Browse files
committed
elide lifetime
1 parent 0c22c66 commit 7048164

File tree

1 file changed

+2
-2
lines changed
  • crates/syn2mas/src/mas_writer

1 file changed

+2
-2
lines changed

crates/syn2mas/src/mas_writer/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ impl<'conn> MasWriter<'conn> {
443443
Ok((indices_to_restore, constraints_to_restore))
444444
}
445445

446-
async fn restore_indices<'a>(
447-
conn: &mut LockedMasDatabase<'a>,
446+
async fn restore_indices(
447+
conn: &mut LockedMasDatabase,
448448
indices_to_restore: &[IndexDescription],
449449
constraints_to_restore: &[ConstraintDescription],
450450
) -> Result<(), Error> {

0 commit comments

Comments
 (0)