We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f444c commit 96389c3Copy full SHA for 96389c3
src/commands/explore.rs
@@ -41,7 +41,6 @@ impl ExploreCommand {
41
42
let output = self
43
.output
44
- .clone()
45
.unwrap_or_else(|| self.module.with_extension("explore.html"));
46
let output_file = std::fs::File::create(&output)
47
.with_context(|| format!("failed to create file: {}", output.display()))?;
0 commit comments