granite-rust/library/alloc
The 8472 5796b3c167 fix: Drop guard was deallocating with the incorrect size
InPlaceDstBufDrop holds onto the allocation before the shrinking happens
which means it must deallocate the destination elements but the source
allocation.
2024-01-19 23:05:30 +01:00
..
benches remove redundant imports 2023-12-10 10:56:22 +08:00
src fix: Drop guard was deallocating with the incorrect size 2024-01-19 23:05:30 +01:00
tests apply fmt 2024-01-11 15:04:48 +03:00
Cargo.toml Rename {collections=>alloc}{tests,benches} 2023-11-26 12:04:56 +00:00