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.
1 parent 53f2ca5 commit 2f3c07fCopy full SHA for 2f3c07f
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