Skip to content

Commit b2cfb2f

Browse files
committed
Follow rename of nightly optin_builtin_traits feature to auto_traits
This was renamed in rust-lang/rust#79336. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 563f685 commit b2cfb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
#![cfg_attr(
88
feature = "nightly",
9-
feature(coerce_unsized, optin_builtin_traits, unsize, specialization)
9+
feature(coerce_unsized, auto_traits, unsize, specialization)
1010
)]
1111

1212
use crate::gc::GcBox;

0 commit comments

Comments
 (0)