We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90be103 commit 11633c0Copy full SHA for 11633c0
enclave_build/src/lib.rs
@@ -218,7 +218,7 @@ impl<'a> Docker2Eif<'a> {
218
let customer_ramfs = format!("{}/customer-initrd.img", self.artifacts_prefix);
219
220
let output = Command::new(&self.linuxkit_path)
221
- .args(&[
+ .args([
222
"build",
223
"-name",
224
&bootstrap_ramfs,
@@ -238,7 +238,7 @@ impl<'a> Docker2Eif<'a> {
238
239
// Prefix the docker image filesystem, as expected by init
240
241
242
243
"-docker",
244
0 commit comments