Skip to content

Commit a5ca58a

Browse files
committed
libextra: Allow unnecessary allocations
1 parent 3a66d73 commit a5ca58a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libextra/std.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ not required in or otherwise suitable for the core library.
2727
#[crate_type = "lib"];
2828

2929
#[deny(non_camel_case_types)];
30+
#[allow(unnecessary_allocation)];
3031

3132
#[no_core];
3233
#[no_std];

0 commit comments

Comments
 (0)