zola/components/site
Travis Cross 983e021d5b Fix warning when building site tests (#936)
For the site integration tests, we have a file of common code which is
used by multiple files in `tests/`.  However, not all functions in
this file are used by all files in `tests/`.

As Cargo compiles each `tests/*.rs` file as a separate crate, this
means that some of these crates end up with unused code.  Rust notices
this and prints a warning.

Let's tell Rust that we don't care about dead code in this file so
that the warning is not printed.
2020-02-02 17:48:43 -08:00
..
benches Fix benchmarks (#901) 2020-02-02 17:48:43 -08:00
src Add --root global argument. Fixes #899. (#932) 2020-02-02 17:48:43 -08:00
tests Fix warning when building site tests (#936) 2020-02-02 17:48:43 -08:00
Cargo.toml Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00