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 c15aa5e commit 4b23ea5Copy full SHA for 4b23ea5
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