Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Dec 11, 2024
1 parent 08929dc commit 3a41e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/release-phase/src/bin/load-release-artifacts.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Required due to: https://github.com/rust-lang/rust/issues/95513
#![allow(unused_crate_dependencies)]

use std::{collections::HashMap, env, path::Path};
use std::{collections::HashMap, path::Path};

use libcnb::data::exec_d::ExecDProgramOutputKey;
use libcnb::data::exec_d_program_output_key;
Expand Down

0 comments on commit 3a41e1a

Please sign in to comment.