Skip to content

Commit d4a6ee4

Browse files
flip1995waynr
andcommitted
Fix nit
Co-Authored-By: waynr <wayne.warren.s@gmail.com>
1 parent cb5e327 commit d4a6ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/trivially_copy_pass_by_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ impl<'a, 'tcx> TriviallyCopyPassByRef {
118118
for (input, &ty) in decl.inputs.iter().zip(sig.inputs()) {
119119
// All spans generated from a proc-macro invocation are the same...
120120
match span {
121-
Some(s) if s == input.span => return,
121+
Some(s) if s == input.span => return,
122122
_ => (),
123123
}
124124

0 commit comments

Comments
 (0)