coreutils/src/cksum
Roy Ivy III c969becbf8 refactor ~ remove unneeded mem::uninitialized() code
.# [why]

`mem::ununitialized()` is deprecated as of rust v1.39.0.

And this use is likely a premature optimization attempting to avoid
initializing the byte array to 0, which is usually a *very* fast operation.

* ref: <https://github.com/rust-lang/rust/blob/master/RELEASES.md>
* ref: <https://stackoverflow.com/questions/3654905/faster-way-to-zero-memory-than-with-memset>
2020-01-27 21:33:47 -06:00
..
build.rs Fix more clippy warnings and remove redundant 'static 2018-09-04 14:33:36 +02:00
Cargo.toml Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
cksum.rs refactor ~ remove unneeded mem::uninitialized() code 2020-01-27 21:33:47 -06:00