rust/library/core
Tomasz Miąsko dc3304c341 Turn may_have_side_effect into an associated constant
The `may_have_side_effect` is an implementation detail of `TrustedRandomAccess`
trait. It describes if obtaining an iterator element may have side effects. It
is currently implemented as an associated function.

Turn `may_have_side_effect` into an associated constant. This makes the
value immediately available to the optimizer.
2021-02-15 17:36:29 +01:00
..
benches Add more benchmarks 2021-01-08 09:50:35 +00:00
src Turn may_have_side_effect into an associated constant 2021-02-15 17:36:29 +01:00
tests stabilize partition_point 2021-02-12 21:57:17 +09:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00