Skip to content

Commit

Permalink
makes clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Sep 14, 2023
1 parent b257f5e commit 32bb33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub fn derive_deserialize(input: TokenStream) -> TokenStream {
TagType::External =>
syn::Error::new(
Span::call_site(),
r##"Externally tagged enums are not supported yet by deserr. Add #[deserr(tag = "some_tag_key")]"##,
r#"Externally tagged enums are not supported yet by deserr. Add #[deserr(tag = "some_tag_key")]"#,
).to_compile_error().into()
},
TraitImplementationInfo::UnfallibleUserProvidedFunction { from_attr } => {
Expand Down

0 comments on commit 32bb33a

Please sign in to comment.