Rollup merge of #129544 - mu001999-contrib:dead-code/clean, r=compile… · patricklam/verify-rust-std@cd554e2 (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 cd554e2
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 |
---|---|---|
@@ -59,6 +59,7 @@ fn box_deref_lval() { | ||
59 | 59 | assert_eq!(x.get(), 1000); |
60 | 60 | } |
61 | 61 | |
62 | +#[allow(unused)] | |
62 | 63 | pub struct ConstAllocator; |
63 | 64 | |
64 | 65 | unsafe impl Allocator for ConstAllocator { |