Skip to content

Commit

Permalink
ci: fix clippy failure
Browse files Browse the repository at this point in the history
Signed-off-by: Erdem Meydanli <[email protected]>
  • Loading branch information
meerd committed Mar 21, 2024
1 parent c592f73 commit 4427982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enclave_build/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

use clap::{App, AppSettings, Arg};
Expand All @@ -7,6 +7,7 @@ use std::fs::OpenOptions;
use aws_nitro_enclaves_image_format::generate_build_info;
use enclave_build::Docker2Eif;

#[allow(clippy::suspicious_open_options)]
fn main() {
let matches = App::new("Docker2Eif builder")
.about("Generate consistent EIF image from a Docker image")
Expand Down

0 comments on commit 4427982

Please sign in to comment.