File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a4ba11189db2773072fbe9e241669a3e9f4b4429
2
+ refs/heads/master: 08bc19cbcd2638f41a5a613150b3d8a7d32072ea
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ use core::prelude::*;
25
25
26
26
// FIXME (#2347): Should not be @; there's a bug somewhere in rustc that
27
27
// requires this to be.
28
- struct SmallIntMap_ < T : Copy > {
28
+ struct SmallIntMap_ < T > {
29
29
v : DVec < Option < T > > ,
30
30
}
31
31
32
- pub enum SmallIntMap < T : Copy > {
32
+ pub enum SmallIntMap < T > {
33
33
SmallIntMap_ ( @SmallIntMap_ < T > )
34
34
}
35
35
You can’t perform that action at this time.
0 commit comments