Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
libhermit-rs
Commits
064aa594
Commit
064aa594
authored
Aug 21, 2021
by
Martin Kröning
🦀
Browse files
Fix clippy::branches_sharing_code in current nightly
parent
a8a5a94b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/scheduler/task.rs
View file @
064aa594
...
...
@@ -562,14 +562,10 @@ impl BlockedTaskQueue {
cursor
.move_next
();
}
}
// No, then just insert it at the end of the list.
self
.list
.push_back
(
new_node
);
}
else
{
// No, then just insert it at the end of the list.
self
.list
.push_back
(
new_node
);
}
}
/// Manually wake up a blocked task.
pub
fn
custom_wakeup
(
&
mut
self
,
task
:
TaskHandle
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment