fix warning in build.rs

This commit is contained in:
Kai Michaelis 2019-02-22 16:34:45 +01:00
parent d4ae08d881
commit 6133f81997
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ extern crate vergen;
use vergen::{generate_cargo_keys, ConstantsFlags};
fn main() {
let flags = ConstantsFlags::all();
// Generate the 'cargo:' key output
generate_cargo_keys(ConstantsFlags::all())
.expect("Unable to generate the cargo keys!");