Skip to content

Commit 514848b

Browse files
authored
Merge pull request #2906 from davidzeng0/master
fix clippy absolute paths warning
2 parents a8bdd17 + 168b6cf commit 514848b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde_derive/src/dummy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub fn wrap_in_const(serde_path: Option<&syn::Path>, code: TokenStream) -> Token
1414

1515
quote! {
1616
#[doc(hidden)]
17-
#[allow(non_upper_case_globals, unused_attributes, unused_qualifications)]
17+
#[allow(non_upper_case_globals, unused_attributes, unused_qualifications, clippy::absolute_paths)]
1818
const _: () = {
1919
#use_serde
2020
#code

0 commit comments

Comments
 (0)