aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2022-12-13 08:12:42 +0100
committerJeff Vander Stoep <jeffv@google.com>2022-12-13 08:13:12 +0100
commit45f0c454805f8e571d97d4871ca11d6d0c884132 (patch)
treea46ea374237b97ba208970171b08f627c3b33e21 /README.md
parentd92e3fb7b91ea3506c16c7a01c21927608f36c34 (diff)
downloadnum-traits-45f0c454805f8e571d97d4871ca11d6d0c884132.tar.gz
Upgrade num-traits to 0.2.15
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/num-traits For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ib712393e1371ed920552a4194b6aae0c0acd22d3
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1ee1e1e..3633962 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,6 @@ Add this to your `Cargo.toml`:
num-traits = "0.2"
```
-and this to your crate root:
-
-```rust
-extern crate num_traits;
-```
-
## Features
This crate can be used without the standard library (`#![no_std]`) by disabling