diff options
Diffstat (limited to 'components/util/opts.rs')
-rw-r--r-- | components/util/opts.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/opts.rs b/components/util/opts.rs index 40309515435..9b5dea10f9c 100644 --- a/components/util/opts.rs +++ b/components/util/opts.rs @@ -518,7 +518,6 @@ pub fn default_opts() -> Opts { } } -#[allow(str_to_string)] pub fn from_cmdline_args(args: &[String]) -> ArgumentParsingResult { let (app_name, args) = args.split_first().unwrap(); |