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.
2 parents 53f2ca5 + 2f3c07f commit 5915418Copy full SHA for 5915418
site/src/selector.rs
@@ -48,7 +48,7 @@ pub fn artifact_id_for_bound(data: &Index, bound: Bound, is_left: bool) -> Optio
48
} else {
49
commits
50
.iter()
51
- .rfind(|commit| bound.left_match(commit))
+ .rfind(|commit| bound.right_match(commit))
52
.cloned()
53
};
54
commit.map(|c| ArtifactId::Commit(c)).or_else(|| {
0 commit comments