More float_ord docs

This commit is contained in:
Dorota Czaplejewicz
2019-09-10 09:24:02 +00:00
parent e9c236a682
commit ed8b6eec28

View File

@ -5,6 +5,10 @@
/* Adapted from https://github.com/notriddle/rust-float-ord revision e995165f
* maintained by Michael Howell <michael@notriddle.com>
* licensed under MIT / Apache-2.0 licenses
*
* This version drops any dependency on rand.
* Caution: Don't pull the version from crates.io
* before making sure rand is optional.
*/
extern crate core;