From 5cedc103578ab63516ca7e4a1eac3fe8c42f87c6 Mon Sep 17 00:00:00 2001 From: Ibraheem Ahmed Date: Wed, 24 Mar 2021 11:52:06 -0400 Subject: [PATCH] update readme for rust 2018 edition --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 1ee1e1e9..36339622 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