From aa796fb93c774eb32a230a876c946b51808f6ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Tue, 2 Jul 2019 14:56:47 +0000 Subject: [PATCH] Remove duplicate Rust 2018 documentation This is a follow-up for changes 0da424552703 and 0f3ffb9d051c. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index d0ae148..3fd2829 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,6 @@ pub fn shave_the_yak(yak: &mut Yak) { } ``` -If you use Rust 2018 (by setting `edition = 2018` in your `Cargo.toml`), you can use instead the following code to import the crate macros: - -```rust -use log::{info, trace, warn}; - -pub fn shave_the_yak(yak: &mut Yak) { - // … -} -``` - ## In executables In order to produce log output, executables have to use a logger implementation compatible with the facade.