rust/library/core
Mara Bos 3541280753
Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-se
Correct unsigned equivalent of isize to be usize

See [#74913 (comment)](https://github.com/rust-lang/rust/issues/74913#issuecomment-722334456) for why this matters. Apparently it hasn't been used anywhere else, though CI will tell for sure.
2020-11-08 13:36:18 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-se 2020-11-08 13:36:18 +01:00
tests Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay 2020-11-08 13:36:14 +01:00
Cargo.toml