Prevent the README cargo example to be compiled as a test.

This commit is contained in:
Sébastien Crozet 2016-08-29 21:22:09 +02:00
parent 7914d7bdcb
commit d442b0479d
2 changed files with 2 additions and 2 deletions

View File

@ -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.*"
```

View File

@ -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.*"
```