diff options
| author | Tobias Bucher <tobiasbucher5991@gmail.com> | 2014-12-22 22:50:57 +0100 |
|---|---|---|
| committer | Tobias Bucher <tobiasbucher5991@gmail.com> | 2014-12-23 13:42:09 +0100 |
| commit | 16f01cc13f6a092873096c44eed546561b88d245 (patch) | |
| tree | 878df21a28ad63754019346cf9a390bb0bb9eabe /src/libstd/sys/unix/stack_overflow.rs | |
| parent | 658529467d9d69ac9e09cacf98a6d61d781c2c76 (diff) | |
| download | rust-16f01cc13f6a092873096c44eed546561b88d245.tar.gz rust-16f01cc13f6a092873096c44eed546561b88d245.zip | |
Rename and namespace `FPCategory`
Rename `FPCategory` to `FpCategory` and `Fp* to `*` in order to adhere to the
naming convention
This is a [breaking-change].
Existing code like this:
```
use std::num::{FPCategory, FPNaN};
```
should be adjusted to this:
```
use std::num::FpCategory as Fp
```
In the following code you can use the constants `Fp::Nan`, `Fp::Normal`, etc.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
