diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-24 11:06:59 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-24 11:06:59 +0200 |
| commit | 0357929946dbaa437637d75310a6e819481a5925 (patch) | |
| tree | 918429cf942e0d1a49e026d528c73adc8aa00b54 /src/main.rs | |
| parent | b9e321ff444970998a43cbf581648b3a15111804 (diff) | |
Add CI and some clippy cleanup
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 72869af..fdc0012 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -use anyhow::{bail, Result}; +use anyhow::{Result, bail}; use clap::Parser; use hound::{SampleFormat, WavReader}; use std::path::PathBuf; |
