From 8e6b646e64ed73e35176faee51782a207b14db98 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 25 Oct 2019 15:59:19 -0700 Subject: [PATCH] Remove extern crate instructions. This is no longer required in Rust 2018, which is the default. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5035df2..2eb08c0 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,6 @@ your project's `Cargo.toml`: ```toml curve25519-dalek = "2" ``` -Then import the crate as: -```rust,no_run -extern crate curve25519_dalek; -``` # Backends and Features