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 cf45e05 commit 082ea6dCopy full SHA for 082ea6d
dsc/src/main.rs
@@ -41,7 +41,7 @@ fn main() {
41
42
debug!("{}: {}", t!("main.usingDscVersion"), env!("CARGO_PKG_VERSION"));
43
44
- let progress_format = args.progress_format.unwrap_or_else(|| { ProgressFormat::Default });
+ let progress_format = args.progress_format.unwrap_or({ ProgressFormat::Default });
45
46
match args.subcommand {
47
SubCommand::Completer { shell } => {
0 commit comments