We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff769ee + d9e489b commit cd554e2Copy full SHA for cd554e2
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