Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
update comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
keorn committed Jul 28, 2016
1 parent 3ca319b commit 8a676cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/src/migration/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl Manager {
}
}

/// Find all needed migrations and arrange them.
/// Find all needed migrations.
fn migrations_from(&mut self, version: u32) -> Vec<&mut Box<Migration>> {
self.migrations.iter_mut().filter(|m| m.version() > version).collect()
}
Expand Down

0 comments on commit 8a676cb

Please sign in to comment.