We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
One of the methods takes &mut self, the other takes self, which is strange, since they are almost exactly the same code.
&mut self
self
I'm guessing that IteratorExt::all should take &mut self, like any does.
IteratorExt::all
any