Remove SpecOptionPartialEq
This commit is contained in:
@@ -34,13 +34,7 @@ mod newtype;
|
||||
#[proc_macro]
|
||||
#[cfg_attr(
|
||||
feature = "nightly",
|
||||
allow_internal_unstable(
|
||||
step_trait,
|
||||
rustc_attrs,
|
||||
trusted_step,
|
||||
spec_option_partial_eq,
|
||||
min_specialization
|
||||
)
|
||||
allow_internal_unstable(step_trait, rustc_attrs, trusted_step, min_specialization)
|
||||
)]
|
||||
pub fn newtype_index(input: TokenStream) -> TokenStream {
|
||||
newtype::newtype(input)
|
||||
|
||||
Reference in New Issue
Block a user