We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c22c66 commit 7048164Copy full SHA for 7048164
crates/syn2mas/src/mas_writer/mod.rs
@@ -443,8 +443,8 @@ impl<'conn> MasWriter<'conn> {
443
Ok((indices_to_restore, constraints_to_restore))
444
}
445
446
- async fn restore_indices<'a>(
447
- conn: &mut LockedMasDatabase<'a>,
+ async fn restore_indices(
+ conn: &mut LockedMasDatabase,
448
indices_to_restore: &[IndexDescription],
449
constraints_to_restore: &[ConstraintDescription],
450
) -> Result<(), Error> {
0 commit comments