]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #87736 - the8472:inline-advance-by, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Wed, 4 Aug 2021 15:39:20 +0000 (15:39 +0000)
committerbors <bors@rust-lang.org>
Wed, 4 Aug 2021 15:39:20 +0000 (15:39 +0000)
#[inline] slice::Iter::advance_by

https://github.com/rust-lang/rust/pull/87387#issuecomment-891942661 was marked as a regression. One of the methods in the PR was missing an inline annotation unlike all the other methods on slice iterators.

Let's see if that makes a difference.


Trivial merge