]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcm
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 29 May 2019 06:15:49 +0000 (08:15 +0200)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 06:15:49 +0000 (08:15 +0200)
commit61545b697568a9e590e89585961b5f78b3a7df53
tree6949de6d7e39aa591863f21de1281c0f14379508
parentd67d1f24dc8b7ba8c00dacde3ee86c75aa85e91e
parentf1d0829e20e3ff3ff78a09136968612887544af2
Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcm

Add Step::sub_usize

Required for #54054.

I'm aware that the `Step` trait needs a rework, but this still seems like a reasonable addition?

This currently doesn't compile because Chalk contains a type that implement this trait, and this is a breaking change. How can that be fixed?