Skip to content

Commit

Permalink
Follow rename of nightly optin_builtin_traits feature to auto_traits
Browse files Browse the repository at this point in the history
This was renamed in rust-lang/rust#79336.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk committed Dec 28, 2020
1 parent 563f685 commit b2cfb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#![cfg_attr(
feature = "nightly",
feature(coerce_unsized, optin_builtin_traits, unsize, specialization)
feature(coerce_unsized, auto_traits, unsize, specialization)
)]

use crate::gc::GcBox;
Expand Down

0 comments on commit b2cfb2f

Please sign in to comment.