rust/library/core
Jacob Pratt 35ce36812a
Unify feature flags as step_trait
While stdlib implementations of the unchecked methods require unchecked
math, there is no reason to gate it behind this for external users. The
reasoning for a separate `step_trait_ext` feature is unclear, and as
such has been merged as well.
2021-05-26 18:07:10 -04:00
..
benches move core::hint::black_box under its own feature gate 2021-04-25 11:08:12 +02:00
src Unify feature flags as step_trait 2021-05-26 18:07:10 -04:00
tests Unify feature flags as step_trait 2021-05-26 18:07:10 -04:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00