mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
fix warning in build.rs
This commit is contained in:
2
build.rs
2
build.rs
@@ -3,8 +3,6 @@ extern crate vergen;
|
|||||||
use vergen::{generate_cargo_keys, ConstantsFlags};
|
use vergen::{generate_cargo_keys, ConstantsFlags};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let flags = ConstantsFlags::all();
|
|
||||||
|
|
||||||
// Generate the 'cargo:' key output
|
// Generate the 'cargo:' key output
|
||||||
generate_cargo_keys(ConstantsFlags::all())
|
generate_cargo_keys(ConstantsFlags::all())
|
||||||
.expect("Unable to generate the cargo keys!");
|
.expect("Unable to generate the cargo keys!");
|
||||||
|
Reference in New Issue
Block a user