Skip to content

Commit 86d380a

Browse files
CoAlloc: std/src/lib.rs: minor
1 parent a3c765e commit 86d380a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/std/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@
214214
#![needs_panic_runtime]
215215
//
216216
// Lints:
217+
#![allow(incomplete_features)]
218+
#![feature(generic_const_exprs)]
219+
#![feature(global_co_alloc)]
220+
#![feature(global_co_alloc_plvec)]
217221
#![warn(deprecated_in_future)]
218222
#![warn(missing_docs)]
219223
#![warn(missing_debug_implementations)]

0 commit comments

Comments
 (0)