We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf7bd6 commit c394a6cCopy full SHA for c394a6c
src/libstd/sys/common/thread_local.rs
@@ -193,7 +193,7 @@ impl StaticKey {
193
// prove that it has not yet been set. As such, we'll continue using a
194
// value of 0, but with some gyrations to make sure we have a non-0
195
// value returned from the creation routine.
196
- // TODO: this is clearly a hack, and should be cleaned up.
+ // FIXME: this is clearly a hack, and should be cleaned up.
197
let key1 = imp::create(self.dtor);
198
let key = if key1 != 0 {
199
key1
0 commit comments