Skip to content

Commit 0b0ff72

Browse files
stepanchegfacebook-github-bot
authored andcommitted
Remove features array_from_fn, alloc_layout_extra
Summary: Not used. Reviewed By: bobyangyf Differential Revision: D40893544 fbshipit-source-id: c181ce80aa7413a5d84b4366b1ba7f1812fef0d0
1 parent 5e3895e commit 0b0ff72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

starlark/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@
347347
348348
// Features we use
349349
#![allow(stable_features)]
350-
#![feature(alloc_layout_extra)]
351350
#![feature(bench_black_box)]
352351
#![feature(box_patterns)]
353352
#![feature(box_syntax)]
@@ -363,7 +362,6 @@
363362
#![feature(maybe_uninit_write_slice)]
364363
#![feature(ptr_metadata)]
365364
#![feature(thread_local)]
366-
#![feature(array_from_fn)]
367365
// Plugins
368366
#![cfg_attr(feature = "gazebo_lint", feature(plugin))]
369367
#![cfg_attr(feature = "gazebo_lint", allow(deprecated))] // :(

0 commit comments

Comments
 (0)