From 52bc8eb22bc6c483ef56c1c4936ed1ad901bc246 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 7 Feb 2018 12:47:12 +0100 Subject: [PATCH] Mention FloatCore in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f0c236..834c66b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ version = "0.2" default-features = false ``` -The `Float` and `Real` traits are only available when `std` is enabled. +The `Float` and `Real` traits are only available when `std` is enabled. The +`FloatCore` trait is always available. ## Releases