We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c686ba5 commit 4a07678Copy full SHA for 4a07678
rclrs_proc_macros/src/impl.rs
@@ -10,7 +10,7 @@ pub(crate) fn derive_struct_parameters(input: DeriveInput) -> syn::Result<TokenS
10
_ => {
11
return syn::Result::Err(syn::Error::new_spanned(
12
ident,
13
- "StrucutredParameter trait can only be derived for structs",
+ "StructuredParameters trait can only be derived for structs",
14
));
15
}
16
};
@@ -62,7 +62,7 @@ pub(crate) fn derive_struct_parameters(input: DeriveInput) -> syn::Result<TokenS
62
e => {
63
64
e,
65
- "only PathType attributes are supported.",
+ "Only PathType attributes are supported",
66
67
68
0 commit comments