Skip to content

Commit 485c2b7

Browse files
committed
Reword spurious errors comment
1 parent 2075e87 commit 485c2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/src/expand.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub fn derive(input: &DeriveInput) -> TokenStream {
1212
match try_expand(input) {
1313
Ok(expanded) => expanded,
1414
// 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
15+
// anyway to minimize spurious secondary errors in other code that uses
1616
// this type as an Error.
1717
Err(error) => fallback::expand(input, error),
1818
}

0 commit comments

Comments
 (0)