Skip to content

Commit

Permalink
rename iterable run method
Browse files Browse the repository at this point in the history
  • Loading branch information
superstator committed Dec 28, 2023
1 parent 7b2664d commit b1d6a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery_core/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ impl Runner {
/// Creates an iterator over pending migrations, applying each before returning
/// the result from `next()`. If a migration fails, the iterator will return that
/// result and further calls to `next()` will return `None`.
pub fn run_stepwise<C>(
pub fn run_iter<C>(
self,
connection: &mut C,
) -> impl Iterator<Item = Result<Migration, Error>> + '_
Expand Down

0 comments on commit b1d6a90

Please sign in to comment.