]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb
authorMazdak Farrokhzad <twingoow@gmail.com>
Sun, 2 Jun 2019 13:23:46 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2019 13:23:46 +0000 (15:23 +0200)
commitc748c7b3febf5016ed1baa93448512e461dfb685
tree42db5a8d00e6c6eb27542825a3522225a2465606
parent538e17a3fdb517e0cd63f7c16d3292e7d710f7c7
parente82cd9528c127aff90d58a25573b9aeb43616c2b
Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb

Fix some issues with `unwrap_usize` instead of `assert_usize`

Fixes https://github.com/rust-lang/rust/issues/61337.
Fixes https://github.com/rust-lang/rust/issues/61341.
Fixes https://github.com/rust-lang/rust/issues/61422.

r? @eddyb