Fail on error

This commit is contained in:
Valentin Brandl 2019-04-23 22:31:25 +02:00
parent 74ce296310
commit b704d00531
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -9,5 +9,6 @@ fn main() {
generate_cargo_keys(flags).expect("Unable to generate the cargo keys!"); generate_cargo_keys(flags).expect("Unable to generate the cargo keys!");
Ructe::from_env() Ructe::from_env()
.expect("ructe") .expect("ructe")
.compile_templates("templates"); .compile_templates("templates")
.unwrap();
} }