diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 98429ee..b33d8d1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -136,8 +136,7 @@ fn generate_wav_file(cli: &Cli, text: &str) -> Result<()> { let output_path = cli .output - .as_ref() - .map(|p| p.clone()) + .clone() .unwrap_or_else(|| PathBuf::from("output.wav")); if cli.verbose { |
