From c6a3397b29999f8599c42b50640862c3def036b9 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sun, 23 Aug 2020 11:16:08 +0800 Subject: [PATCH] Remove dependency on num-traits. --- doc/src/about/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/about/features.md b/doc/src/about/features.md index d0624c2b..b88599ff 100644 --- a/doc/src/about/features.md +++ b/doc/src/about/features.md @@ -14,7 +14,7 @@ Easy * Easily [call a script-defined function]({{rootUrl}}/engine/call-fn.md) from Rust. -* Very few additional dependencies (right now only [`num-traits`](https://crates.io/crates/num-traits/) to do checked arithmetic operations, and [`smallvec`](https://crates.io/crates/smallvec/)); +* Very few additional dependencies (right now only [`smallvec`](https://crates.io/crates/smallvec/)); for [`no-std`] builds, a number of additional dependencies are pulled in to provide for functionalities that used to be in `std`. Fast