Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Jun 3, 2024
1 parent 44b4ac5 commit 8e497a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl VersionSpecifier {
}
}

/// Returns an iterator over the versions specified by this specifier.
/// Returns an iterator over the versions specified as the upper and lower bound.
pub fn versions(&self) -> impl Iterator<Item = &Version> {
match self {
VersionSpecifier::Never => [None, None],
Expand Down

0 comments on commit 8e497a9

Please sign in to comment.