From 4b23ea51bcdf93d981b25510d92e62e0e3fc10ed Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 12 Jul 2011 11:36:01 -0700 Subject: [PATCH] stdlib: Remove obsolete FIXME about state fns --- src/lib/bitv.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/bitv.rs b/src/lib/bitv.rs index f2d4d9c8ddfb..cfd20b983dc3 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);