rust/library/alloc
Joshua Nelson e051db6838 may not -> might not
"may not" has two possible meanings:
1. A command: "You may not stay up past your bedtime."
2. A fact that's only sometimes true: "Some cities may not have bike lanes."

In some cases, the meaning is ambiguous: "Some cars may not have snow
tires." (do the cars *happen* to not have snow tires, or is it
physically impossible for them to have snow tires?)

This changes places where the standard library uses the "description of
fact" meaning to say "might not" instead.

This is just `std::vec` for now - if you think this is a good idea I can
convert the rest of the standard library.
2021-03-27 16:01:16 -04:00
..
benches add transmute-via-iterators bench 2021-03-21 20:54:05 +01:00
src may not -> might not 2021-03-27 16:01:16 -04:00
tests Revert "Revert stabilizing integer::BITS." 2021-03-24 22:34:36 +01:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00