rust/library/alloc
Frank Steffahn 1b66a799c7 Remove unsound TrustedRandomAccess implementations
Removes the implementations that depend on the user-definable trait `Copy`.

Only fix regressions to ensure merge in 1.55: Does not modify `vec::IntoIter`.
2021-07-21 14:37:23 +02:00
..
benches BTree: encapsulate LeafRange better & some debug asserts 2021-06-09 12:03:07 +02:00
src Remove unsound TrustedRandomAccess implementations 2021-07-21 14:37:23 +02:00
tests Lint for unused borrows as part of UNUSED_MUST_USE 2021-06-18 15:09:40 +08:00
Cargo.toml Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00