We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2075e87 commit 485c2b7Copy full SHA for 485c2b7
impl/src/expand.rs
@@ -12,7 +12,7 @@ pub fn derive(input: &DeriveInput) -> TokenStream {
12
match try_expand(input) {
13
Ok(expanded) => expanded,
14
// If there are invalid attributes in the input, expand to an Error impl
15
- // anyway to minimize spurious knock-on errors in other code that uses
+ // anyway to minimize spurious secondary errors in other code that uses
16
// this type as an Error.
17
Err(error) => fallback::expand(input, error),
18
}
0 commit comments