mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-30 08:08:58 +01:00
Address clippy lints
This commit is contained in:
@@ -156,7 +156,7 @@ impl Parse for DeriveSerde {
|
||||
result,
|
||||
syn::Error::new(
|
||||
meta.span(),
|
||||
format!("tarpc::service does not support this meta item")
|
||||
"tarpc::service does not support this meta item"
|
||||
)
|
||||
);
|
||||
continue;
|
||||
@@ -167,7 +167,7 @@ impl Parse for DeriveSerde {
|
||||
result,
|
||||
syn::Error::new(
|
||||
meta.span(),
|
||||
format!("tarpc::service does not support this meta item")
|
||||
"tarpc::service does not support this meta item"
|
||||
)
|
||||
);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user