libcore: Remove bogus FIXME from core::tuple
This commit is contained in:
parent
943fcf6cdf
commit
ac79f6100b
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
Module: tuple
|
||||
*/
|
||||
|
||||
// FIXME #1546: Would rather write fst<T, U>(+pair: (T, U)) -> T
|
||||
fn first<T:copy, U:copy>(pair: (T, U)) -> T {
|
||||
let (t, _) = pair;
|
||||
ret t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue