Skip to content

Commit ac79f61

Browse files
committed
libcore: Remove bogus FIXME from core::tuple
1 parent 943fcf6 commit ac79f61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)