mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: Automatic beta clippy fixes
e.g. cargo clippy --all --tests --all-targets --fix --features=.. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -377,7 +377,7 @@ fn create_app<'a>(
|
||||
Arg::new("seccomp")
|
||||
.long("seccomp")
|
||||
.takes_value(true)
|
||||
.possible_values(&["true", "false", "log"])
|
||||
.possible_values(["true", "false", "log"])
|
||||
.default_value("true"),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user