Skip to content

Commit b2d0d18

Browse files
author
Kagamihime
committed
fixup
1 parent bafbac4 commit b2d0d18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libarena/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323
html_root_url = "https://doc.rust-lang.org/nightly/",
2424
test(no_crate_inject, attr(deny(warnings))))]
2525
#![deny(warnings)]
26+
2627
#![feature(alloc)]
2728
#![feature(core_intrinsics)]
2829
#![feature(dropck_eyepatch)]
2930
#![feature(generic_param_attrs)]
3031
#![cfg_attr(test, feature(test))]
32+
3133
#![allow(deprecated)]
3234

3335
extern crate alloc;

0 commit comments

Comments
 (0)