Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed some smaller warnings from clippy #71

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

robamu
Copy link
Contributor

@robamu robamu commented May 29, 2024

Just some easy fixes I noticed when compiling the Linux example :)
Optionally, the loop which is never reached could also be replaced by a panic! to make it clear this code is actually never reached..

@schteve
Copy link
Collaborator

schteve commented Jun 2, 2024

Thanks!

FYI the unreachable code should be truly unreachable since start_scheduler() diverges - it cannot return. So that loop / print should be fine to remove.

@schteve schteve merged commit aacb0ed into lobaro:master Jun 2, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants