Skip to content

Commit 34ebdc0

Browse files
stepanchegfacebook-github-bot
authored andcommitted
Remove three const_ features
Summary: Not needed or already stable. Reviewed By: bobyangyf Differential Revision: D40893884 fbshipit-source-id: edbbd09a1d011ddbce09cf3bfbc5ad3b47570fbd
1 parent 0b0ff72 commit 34ebdc0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

starlark/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,8 @@
350350
#![feature(bench_black_box)]
351351
#![feature(box_patterns)]
352352
#![feature(box_syntax)]
353-
#![feature(const_fn_fn_ptr_basics)]
354-
#![feature(const_fn_trait_bound)]
355353
#![feature(const_mut_refs)]
356354
#![feature(const_ptr_offset)]
357-
#![feature(const_refs_to_cell)]
358355
#![feature(const_type_id)]
359356
#![feature(core_intrinsics)]
360357
#![feature(generic_associated_types)]

0 commit comments

Comments
 (0)