Skip to content

Commit 4b23ea5

Browse files
committed
stdlib: Remove obsolete FIXME about state fns
1 parent c15aa5e commit 4b23ea5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/bitv.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ export eq_vec;
2424
// an optimizing version of this module that produces a different obj
2525
// for the case where nbits <= 32.
2626

27-
// FIXME: Almost all the functions in this module should be state fns, but the
28-
// effect system isn't currently working correctly.
2927
type t = rec(vec[mutable uint] storage, uint nbits);
3028

3129

0 commit comments

Comments
 (0)