Remove SpecOptionPartialEq

This commit is contained in:
clubby789
2024-03-05 13:26:47 +00:00
parent f296c162d8
commit 5f254d8b66
5 changed files with 51 additions and 136 deletions

View File

@@ -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)