We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bdd17 commit 168b6cfCopy full SHA for 168b6cf
serde_derive/src/dummy.rs
@@ -14,7 +14,7 @@ pub fn wrap_in_const(serde_path: Option<&syn::Path>, code: TokenStream) -> Token
14
15
quote! {
16
#[doc(hidden)]
17
- #[allow(non_upper_case_globals, unused_attributes, unused_qualifications)]
+ #[allow(non_upper_case_globals, unused_attributes, unused_qualifications, clippy::absolute_paths)]
18
const _: () = {
19
#use_serde
20
#code
0 commit comments