We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0963c3b commit 0b1adfeCopy full SHA for 0b1adfe
derive/src/lib.rs
@@ -44,7 +44,7 @@ fn generate(input: TokenStream2) -> Result<TokenStream2> {
44
let type_info_impl = TypeInfoImpl::parse(input)?;
45
let type_info_impl_toks = type_info_impl.expand()?;
46
Ok(quote! {
47
- #[allow(non_upper_case_globals, unused_attributes, unused_qualifications)]
+ #[allow(non_upper_case_globals, deprecated, unused_attributes, unused_qualifications)]
48
const _: () = {
49
#type_info_impl_toks;
50
};
0 commit comments