rust/library/alloc
Kevin Reid b5e8a5d393 Document collection From and FromIterator impls that drop duplicate keys.
This behavior is worth documenting because there are other plausible
alternatives, such as panicking when a duplicate is encountered, and
it reminds the programmer to consider whether they should, for example,
coalesce duplicate keys first.
2024-12-21 19:57:42 -08:00
..
benches update cfgs 2024-11-27 15:14:54 +00:00
src Document collection From and FromIterator impls that drop duplicate keys. 2024-12-21 19:57:42 -08:00
tests Add a range argument to vec.extract_if 2024-12-16 22:06:52 +01:00
Cargo.toml Update compiler_builtins to 0.1.138 and pin it 2024-11-03 17:43:16 -06:00