diff --git a/src/lib/bitv.rs b/src/lib/bitv.rs index f2d4d9c8ddf..cfd20b983dc 100644 --- a/src/lib/bitv.rs +++ b/src/lib/bitv.rs @@ -24,8 +24,6 @@ export eq_vec; // an optimizing version of this module that produces a different obj // for the case where nbits <= 32. -// FIXME: Almost all the functions in this module should be state fns, but the -// effect system isn't currently working correctly. type t = rec(vec[mutable uint] storage, uint nbits);