Skip to content

Commit 41bd373

Browse files
committed
---
yaml --- r: 42041 b: refs/heads/master c: 08bc19c h: refs/heads/master i: 42039: 6eab8eb v: v3
1 parent 506135e commit 41bd373

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a4ba11189db2773072fbe9e241669a3e9f4b4429
2+
refs/heads/master: 08bc19cbcd2638f41a5a613150b3d8a7d32072ea
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libstd/smallintmap.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ use core::prelude::*;
2525

2626
// FIXME (#2347): Should not be @; there's a bug somewhere in rustc that
2727
// requires this to be.
28-
struct SmallIntMap_<T: Copy> {
28+
struct SmallIntMap_<T> {
2929
v: DVec<Option<T>>,
3030
}
3131

32-
pub enum SmallIntMap<T:Copy> {
32+
pub enum SmallIntMap<T> {
3333
SmallIntMap_(@SmallIntMap_<T>)
3434
}
3535

0 commit comments

Comments
 (0)