rust/library/core
Josh Stone b62b352f47 Check for exhaustion in RangeInclusive::contains
When a range has finished iteration, `is_empty` returns true, so it
should also be the case that `contains` returns false.
2020-10-19 10:02:51 -07:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Check for exhaustion in RangeInclusive::contains 2020-10-19 10:02:51 -07:00
tests Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr 2020-10-14 06:02:36 +09:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00