We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e467bf commit 7ef22daCopy full SHA for 7ef22da
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: c15aa5e3a373a4dfad8c276a9de06bc8f5ed44df
+refs/heads/master: 4b23ea51bcdf93d981b25510d92e62e0e3fc10ed
trunk/src/lib/bitv.rs
@@ -24,8 +24,6 @@ export eq_vec;
24
// an optimizing version of this module that produces a different obj
25
// for the case where nbits <= 32.
26
27
-// FIXME: Almost all the functions in this module should be state fns, but the
28
-// effect system isn't currently working correctly.
29
type t = rec(vec[mutable uint] storage, uint nbits);
30
31
0 commit comments