3
0
Fork 0
forked from mirrors/nixpkgs

docs: Fix markdown in Rust language section

This commit is contained in:
Andreas Stührk 2021-12-18 14:05:46 +01:00
parent aaea8029e4
commit 192fcbd32a

View file

@ -293,7 +293,7 @@ Test flags, e.g., `--package foo`, can be passed to `cargo test` via the
Another attribute, called `checkFlags`, is used to pass arguments to the test
binary itself, as stated
(here)[https://doc.rust-lang.org/cargo/commands/cargo-test.html].
[here](https://doc.rust-lang.org/cargo/commands/cargo-test.html).
#### Tests relying on the structure of the `target/` directory {#tests-relying-on-the-structure-of-the-target-directory}