rust/library/core
Sebastian Dröge f436630ac8 Add a note about the correctness and the effect on unsafe code to the ExactSizeIterator docs
As it is a safe trait it does not provide any guarantee that the
returned length is correct and as such unsafe code must not rely on it.

That's why `TrustedLen` exists.

Fixes https://github.com/rust-lang/rust/issues/81739
2021-02-04 11:31:31 +02:00
..
benches Add more benchmarks 2021-01-08 09:50:35 +00:00
src Add a note about the correctness and the effect on unsafe code to the ExactSizeIterator docs 2021-02-04 11:31:31 +02:00
tests stabilize int_bits_const 2021-01-31 21:50:47 +10:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00