Skip to content

Commit 897aaba

Browse files
stepanchegfacebook-github-bot
authored andcommitted
Remove feature const_ptr_offset
Summary: Another feature we don't use. Reviewed By: bobyangyf Differential Revision: D41015661 fbshipit-source-id: 7f73bc9b47e5e8d6008247026cc6ae8fe8864ac7
1 parent 3125ca9 commit 897aaba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

starlark/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@
351351
#![feature(box_patterns)]
352352
#![feature(box_syntax)]
353353
#![feature(const_mut_refs)]
354-
#![feature(const_ptr_offset)]
355354
#![feature(const_type_id)]
356355
#![feature(core_intrinsics)]
357356
#![feature(generic_associated_types)]

0 commit comments

Comments
 (0)