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

Fix unused Results #62

Closed
jonlamb-gh opened this issue Oct 9, 2019 · 1 comment
Closed

Fix unused Results #62

jonlamb-gh opened this issue Oct 9, 2019 · 1 comment

Comments

@jonlamb-gh
Copy link
Contributor

warning: unused `core::result::Result` that must be used
   --> ferros/src/userland/multi_consumer.rs:705:5
    |
705 |     consumer_vspace.skip_pages(1);
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(unused_must_use)]` on by default
    = note: this `Result` may be an `Err` variant, which should be handled

warning: unused `core::result::Result` that must be used
   --> ferros/src/userland/multi_consumer.rs:713:5
    |
713 |     consumer_vspace.skip_pages(1);
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: this `Result` may be an `Err` variant, which should be handled
@jonlamb-gh
Copy link
Contributor Author

Fixed as of 9c75775.

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

No branches or pull requests

1 participant