about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2015-01-05 21:14:50 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2015-01-06 23:21:27 +1100
commitae4762761c995494726e8c9f41b05e99e6c7c81b (patch)
tree5661aad98d93e56e853a4c37871e46690d1eb492 /src/rustllvm/RustWrapper.cpp
parent1291fc76e097d92680da83cb58912018dbf82266 (diff)
downloadrust-ae4762761c995494726e8c9f41b05e99e6c7c81b.tar.gz
rust-ae4762761c995494726e8c9f41b05e99e6c7c81b.zip
Merge core::num::Float and std::num::FloatMath.
`FloatMath` no longer exists and all functionality from both traits is
available under `Float`. Change from

    use std::num::{Float, FloatMath};

to

    use std::num::Float;

[breaking-change]
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions