From d442b0479d2e93ad835449fa25928eaf36fe5274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Mon, 29 Aug 2016 21:22:09 +0200 Subject: [PATCH] =?UTF-8?q?Prevent=20the=20README=C2=A0cargo=20example=20t?= =?UTF-8?q?o=20be=20compiled=20as=20a=20test.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 761ea297..c860659c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ and the official package manager: [cargo](https://github.com/rust-lang/cargo). Simply add the following to your `Cargo.toml` file: -``` +```.ignore [dependencies] nalgebra = "0.10.*" ``` diff --git a/src/lib.rs b/src/lib.rs index 7c9c85b4..21d7fce5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ and the official package manager: [cargo](https://github.com/rust-lang/cargo). Simply add the following to your `Cargo.toml` file: -``` +```.ignore [dependencies] nalgebra = "0.10.*" ```