1
Fork 0

Remove some cfg(not(bootstrap))

This commit is contained in:
Jules Bertholet 2022-11-08 20:11:13 -05:00
parent f8138110bc
commit 371d57084d
No known key found for this signature in database
GPG key ID: 32034DAFC38C1BFC
5 changed files with 3 additions and 7 deletions

View file

@ -113,8 +113,7 @@ impl f64 {
/// assert_eq!(h.round_ties_even(), 4.0);
/// assert_eq!(i.round_ties_even(), 4.0);
/// ```
#[cfg(not(bootstrap))]
#[cfg_attr(not(bootstrap), rustc_allow_incoherent_impl)]
#[rustc_allow_incoherent_impl]
#[must_use = "method returns a new number and does not mutate the original value"]
#[unstable(feature = "round_ties_even", issue = "96710")]
#[inline]