Skip to content

Commit 9d9b920

Browse files
committed
---
yaml --- r: 7377 b: refs/heads/master c: ac79f61 h: refs/heads/master i: 7375: 145a80b v: v3
1 parent 922e4b7 commit 9d9b920

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,2 +1,2 @@
11
---
2-
refs/heads/master: 943fcf6cdfd6623895056a3c322983b7dfa5bf09
2+
refs/heads/master: ac79f6100b5620a744e6b883c646e1a43f0300a3

trunk/src/libcore/tuple.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Module: tuple
33
*/
44

5-
// FIXME #1546: Would rather write fst<T, U>(+pair: (T, U)) -> T
65
fn first<T:copy, U:copy>(pair: (T, U)) -> T {
76
let (t, _) = pair;
87
ret t;

0 commit comments

Comments
 (0)