fix(os/hermit): deny(unsafe_op_in_unsafe_fn)
· patricklam/verify-rust-std@589c0a0 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 589c0a0
fix(os/hermit): deny(unsafe_op_in_unsafe_fn)
Signed-off-by: Martin Kröning martin.kroening@eonerc.rwth-aachen.de
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
1 | 1 | #![stable(feature = "rust1", since = "1.0.0")] |
2 | +#![deny(unsafe_op_in_unsafe_fn)] | |
2 | 3 | |
3 | 4 | #[allow(unused_extern_crates)] |
4 | 5 | #[stable(feature = "rust1", since = "1.0.0")] |