Narrow core ranking public surface

This commit is contained in:
fawney19
2026-04-27 16:05:00 +08:00
parent 9da47ceb22
commit 51c3beb614
5 changed files with 18 additions and 25 deletions

View File

@@ -2,7 +2,7 @@ use std::cmp::Ordering;
use super::types::SchedulerRankableCandidate;
pub fn compare_format_state(
pub(super) fn compare_format_state(
left: &SchedulerRankableCandidate,
right: &SchedulerRankableCandidate,
) -> Ordering {