Skip to content

Commit b4d879a

Browse files
committed
rustc: Trailing whitespace
1 parent feb014e commit b4d879a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rustc/middle/ty.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3780,7 +3780,6 @@ impl FnSig : cmp::Eq {
37803780
self.output == other.output
37813781
}
37823782
pure fn ne(&&other: FnSig) -> bool { !self.eq(other) }
3783-
37843783
}
37853784

37863785
impl<M: cmp::Eq> FnTyBase<M> : cmp::Eq {

0 commit comments

Comments
 (0)