rust/library/alloc
bors 0239876020 Auto merge of #83582 - jyn514:might-not, r=joshtriplett
may not -> might not

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-28 14:16:03 +00:00
..
benches add transmute-via-iterators bench 2021-03-21 20:54:05 +01:00
src Auto merge of #83582 - jyn514:might-not, r=joshtriplett 2021-03-28 14:16:03 +00:00
tests Auto merge of #81728 - Qwaz:fix-80335, r=joshtriplett 2021-03-28 06:32:34 +00:00
Cargo.toml Add license metadata for std dependencies 2021-02-21 13:36:18 -05:00