Compiling bloomfilter v0.0.9
/Users/kieran/.cargo/registry/src/github.com-1ecc6299db9ec823/bloomfilter-0.0.9/src/bloomfilter/lib.rs:21:5: 21:20 error: unresolved import `std::num::Float`. There is no `Float` in `std::num`
/Users/kieran/.cargo/registry/src/github.com-1ecc6299db9ec823/bloomfilter-0.0.9/src/bloomfilter/lib.rs:21 use std::num::Float;
^~~~~~~~~~~~~~~
/Users/kieran/.cargo/registry/src/github.com-1ecc6299db9ec823/bloomfilter-0.0.9/src/bloomfilter/lib.rs:22:5: 22:22 error: unresolved import `collections::bitv`. There is no `bitv` in `collections`
/Users/kieran/.cargo/registry/src/github.com-1ecc6299db9ec823/bloomfilter-0.0.9/src/bloomfilter/lib.rs:22 use collections::bitv;
^~~~~~~~~~~~~~~~~
error: aborting due to 2 previous errors
Could not compile `bloomfilter`.
To learn more, run the command again with --verbose.
Compiling straight from this git repo works fine though.
Compiling straight from this git repo works fine though.