prefer "FIXME" to "TODO".

This commit is contained in:
Aidan Cully 2014-12-05 18:39:58 -05:00
parent 7bf7bd6a75
commit c394a6c238
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ impl StaticKey {
// prove that it has not yet been set. As such, we'll continue using a
// value of 0, but with some gyrations to make sure we have a non-0
// value returned from the creation routine.
// TODO: this is clearly a hack, and should be cleaned up.
// FIXME: this is clearly a hack, and should be cleaned up.
let key1 = imp::create(self.dtor);
let key = if key1 != 0 {
key1