From ed8b6eec2887a568edb966d22804ffe003bdb641 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Tue, 10 Sep 2019 09:24:02 +0000 Subject: [PATCH] More float_ord docs --- src/float_ord.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/float_ord.rs b/src/float_ord.rs index ce562694..0c81217d 100644 --- a/src/float_ord.rs +++ b/src/float_ord.rs @@ -5,6 +5,10 @@ /* Adapted from https://github.com/notriddle/rust-float-ord revision e995165f * maintained by Michael Howell * 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;