Prevent the README cargo example to be compiled as a test.
This commit is contained in:
parent
7914d7bdcb
commit
d442b0479d
|
@ -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:
|
Simply add the following to your `Cargo.toml` file:
|
||||||
|
|
||||||
```
|
```.ignore
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nalgebra = "0.10.*"
|
nalgebra = "0.10.*"
|
||||||
```
|
```
|
||||||
|
|
|
@ -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:
|
Simply add the following to your `Cargo.toml` file:
|
||||||
|
|
||||||
```
|
```.ignore
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nalgebra = "0.10.*"
|
nalgebra = "0.10.*"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue