mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Fix nit
Co-Authored-By: waynr <wayne.warren.s@gmail.com>
This commit is contained in:
parent
cb5e327c58
commit
d4a6ee4a0c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ impl<'a, 'tcx> TriviallyCopyPassByRef {
|
|||
for (input, &ty) in decl.inputs.iter().zip(sig.inputs()) {
|
||||
// All spans generated from a proc-macro invocation are the same...
|
||||
match span {
|
||||
Some(s) if s == input.span => return,
|
||||
Some(s) if s == input.span => return,
|
||||
_ => (),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue