Commit 49df7997 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: remove wrong chapter

parent d82f3358
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -49,12 +49,6 @@ The Rust template uses some global configuration used throughout all jobs.
| `rustflags` / `RUST_RUSTFLAGS`     | Compiler flags to pass to all [`rustc`](https://doc.rust-lang.org/rustc/) invocations. | _none_                                        |
| `project-dir` / `RUST_PROJECT_DIR` | Cargo project root directory                                                           | `.`                                           |

> :information_source: Important:
>
> * :construction: :construction: :construction:
>   The default value for `RUST_RUSTFLAGS` is currently set to tarpaulin defaults, in order to reduce the need of unnecessary recompilation.
>   :construction: :construction: :construction:

## Jobs

### `rust-build-test` job