]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22254 - huonw:float-value--, r=aturon
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 12:55:40 +0000 (18:25 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 15 Feb 2015 12:55:40 +0000 (18:25 +0530)
commitda1a1f515fbedb32cfd954e2dc9cbf93a02453c8
tree726ded6777835fe1ff31e676b605b16e11832724
parentd014548d5a90500d285686a8a70c2598bf2fd554
parente4a9eb95ce4a457e800571d86942561ada28304a
Rollup merge of #22254 - huonw:float-value--, r=aturon

 In `std::f32` and `std::f64`:

- `MIN_VALUE` → `MIN`
- `MAX_VALUE` → `MAX`
- `MIN_POS_VALUE` → `MIN_POSITIVE`

This matches the corresponding integer constants.

[breaking-change]