Skip to content
Snippets Groups Projects
Commit c12b4ee7 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

CLI::image_path: Allow dead_code

parent dcbda1a3
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ impl Default for Env {
#[derive(Debug)]
struct Cli {
#[allow(dead_code)]
image_path: Option<String>,
freq: Option<u16>,
env_vars: Vec<String>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment