Skip to content

Commit

Permalink
doc: remove unresolved link
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaocheng0201 authored and cljoly committed Aug 11, 2024
1 parent 4d30f1d commit a4a4fd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rusqlite_migration/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ impl<'u> MigrationsBuilder<'u> {
self
}

/// Finalizes the builder and creates either a [`crate::Migrations`] or a
/// [`crate::AsyncMigrations`] instance.
/// Finalizes the builder and creates a [`crate::Migrations`] instance.
pub fn finalize<T: FromIterator<M<'u>>>(mut self) -> T {
T::from_iter(self.migrations.drain(..).flatten())
}
Expand Down

0 comments on commit a4a4fd2

Please sign in to comment.