libextra: Allow unnecessary allocations

This commit is contained in:
Patrick Walton 2013-05-22 18:14:11 -07:00
parent 3a66d732bb
commit a5ca58ae34

View File

@ -27,6 +27,7 @@ not required in or otherwise suitable for the core library.
#[crate_type = "lib"];
#[deny(non_camel_case_types)];
#[allow(unnecessary_allocation)];
#[no_core];
#[no_std];