diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-17 11:20:20 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-17 11:20:20 -0800 |
| commit | ac79f6100b5620a744e6b883c646e1a43f0300a3 (patch) | |
| tree | 8102dc43b834c75df3bd414757b4ac57b020bc08 /src/libcore/tuple.rs | |
| parent | 943fcf6cdfd6623895056a3c322983b7dfa5bf09 (diff) | |
| download | rust-ac79f6100b5620a744e6b883c646e1a43f0300a3.tar.gz rust-ac79f6100b5620a744e6b883c646e1a43f0300a3.zip | |
libcore: Remove bogus FIXME from core::tuple
Diffstat (limited to 'src/libcore/tuple.rs')
| -rw-r--r-- | src/libcore/tuple.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tuple.rs b/src/libcore/tuple.rs index 9d24f428d42..b8f8dafc1aa 100644 --- a/src/libcore/tuple.rs +++ b/src/libcore/tuple.rs @@ -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; |
