mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
Narrow core ranking public surface
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user