We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0803686 commit d9e489bCopy full SHA for d9e489b
alloc/tests/boxed.rs
@@ -59,6 +59,7 @@ fn box_deref_lval() {
59
assert_eq!(x.get(), 1000);
60
}
61
62
+#[allow(unused)]
63
pub struct ConstAllocator;
64
65
unsafe impl Allocator for ConstAllocator {
0 commit comments