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 79b061a commit b97ea0cCopy full SHA for b97ea0c
test/test_sched.rs
@@ -50,7 +50,7 @@ fn test_sched_priority() {
50
assert_eq!(priority, 0);
51
52
let max = sched_get_priority_max(Scheduler::SCHED_FIFO).unwrap();
53
- let min = sched_get_priority_min(Scheduler::SCHED_FIFO).unwrap();
+ let _ = sched_get_priority_min(Scheduler::SCHED_FIFO).unwrap();
54
55
// can't set priority unless process has correct capabilities and PREEMPT_RT kernel
56
match sched_setscheduler(
0 commit comments