Skip to content

Commit b3b3ada

Browse files
committed
---
yaml --- r: 23790 b: refs/heads/master c: b4d879a h: refs/heads/master v: v3
1 parent a5f134e commit b3b3ada

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: feb014eb3c3aa1ccaae1df407801dffa090499fd
2+
refs/heads/master: b4d879a2ef67230813bc6e361787731ca8ecdb04
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/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)