mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-27 04:50:36 +00:00
fix clippy absolute paths warning
This commit is contained in:
parent
a8bdd17333
commit
168b6cf789
@ -14,7 +14,7 @@ pub fn wrap_in_const(serde_path: Option<&syn::Path>, code: TokenStream) -> Token
|
||||
|
||||
quote! {
|
||||
#[doc(hidden)]
|
||||
#[allow(non_upper_case_globals, unused_attributes, unused_qualifications)]
|
||||
#[allow(non_upper_case_globals, unused_attributes, unused_qualifications, clippy::absolute_paths)]
|
||||
const _: () = {
|
||||
#use_serde
|
||||
#code
|
||||
|
Loading…
x
Reference in New Issue
Block a user