rust/library/core
Matthew Jasper 04a0b1d087 Rename Iterator::get_unchecked
It's possible for method resolution to pick this method over a lower
priority stable method,  causing compilation errors. Since this method
is permanently unstable, give it a name that is very unlikely to be used
in user code.
2020-09-25 19:52:01 +01:00
..
benches flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
src Rename Iterator::get_unchecked 2020-09-25 19:52:01 +01:00
tests add array from_ref 2020-09-22 21:35:43 +02:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00