Aatch / ramp

RAMP - Rust Arithmetic in Multiple Precision
Apache License 2.0
263 stars 38 forks source link

fix alloc with std alloc 1.28.0 #120

Closed HaoXuan40404 closed 4 years ago

HaoXuan40404 commented 4 years ago
ramp version:0.5.6
rustc 1.40.0-nightly (e413dc36a 2019-10-14)
problem: could not find `AllocInit` in `alloc`

I found in std alloc 1.28.0 could't found AllocInit, these changes can make it work it.