]> git.lizzy.rs Git - rust.git/commit
Fix warnings in libextra tests
authorblake2-ppc <blake2-ppc>
Wed, 17 Jul 2013 19:12:01 +0000 (21:12 +0200)
committerblake2-ppc <blake2-ppc>
Thu, 18 Jul 2013 00:18:53 +0000 (02:18 +0200)
commite93dd34cd3acabe64e9166753e52964677232adf
tree3570b6853520b6638451cecbbd5bad2ee4230cd8
parent3d13d4b58d5d871312537fabd736811c13ebcf4d
Fix warnings in libextra tests

Most of these are "unneccesary allocation" in bitv, for ~[false, ..] instead
of [false, ..].
src/libextra/bitv.rs
src/libextra/sort.rs