-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't silently ignore errors in the manual auxv code. (#947)
When we have `default-features = false` and we don't have either "use-explicitly-provided-auxv" or "use-libc-auxv", we fall back t using src/backend/linux_raw/param/auxv.rs Add `#[must_use]` to several functions.
- Loading branch information
1 parent
2e4f70e
commit 3056dec
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters