Skip to content

Commit af291c6

Browse files
committed
---
yaml --- r: 163127 b: refs/heads/snap-stage3 c: c394a6c h: refs/heads/master i: 163125: 4d060ba 163123: 47a3232 163119: c45924a v: v3
1 parent 684f476 commit af291c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 9146a919b616e39e528e4d7100d16eef52f1f852
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 7bf7bd6a75c38ed71df69cb9149eb7fdce23ced5
4+
refs/heads/snap-stage3: c394a6c238a2e981f9092e142029ec5b465c1dcd
55
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/libstd/sys/common/thread_local.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ impl StaticKey {
193193
// prove that it has not yet been set. As such, we'll continue using a
194194
// value of 0, but with some gyrations to make sure we have a non-0
195195
// value returned from the creation routine.
196-
// TODO: this is clearly a hack, and should be cleaned up.
196+
// FIXME: this is clearly a hack, and should be cleaned up.
197197
let key1 = imp::create(self.dtor);
198198
let key = if key1 != 0 {
199199
key1

0 commit comments

Comments
 (0)