zola/components
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
..
config Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
errors Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
front_matter Format code using cargo fmt (#896) 2020-02-02 17:48:43 -08:00
imageproc Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
library Format code using cargo fmt (#896) 2020-02-02 17:48:43 -08:00
link_checker fixed warning (#912) 2020-02-02 17:48:43 -08:00
rebuild Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
rendering Add Markdown strikethrough rendering (#924) 2020-02-02 17:48:43 -08:00
search Use Rust 2018 edition (#885) 2020-02-02 17:48:43 -08:00
site Fix warning when building site tests (#936) 2020-02-02 17:48:43 -08:00
templates Update reqwest to v0.10 (#892) 2020-02-02 17:48:43 -08:00
utils Format code using cargo fmt (#896) 2020-02-02 17:48:43 -08:00