diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-06-20 16:17:05 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-06-20 16:17:05 -0400 |
| commit | 16e660f5cd3787e587a5d082f57ab9d900aee0ca (patch) | |
| tree | b6d67d820f2342f42f2dae00318f416d8a6142f9 /src/audio/timeutil.rs | |
| parent | 7cd17b04f7422dcce1410ec26922cba161cd6e0d (diff) | |
move configuration into envconfig
Diffstat (limited to 'src/audio/timeutil.rs')
| -rw-r--r-- | src/audio/timeutil.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio/timeutil.rs b/src/audio/timeutil.rs index c9b38dd..238897f 100644 --- a/src/audio/timeutil.rs +++ b/src/audio/timeutil.rs @@ -50,6 +50,7 @@ pub fn parse_times<A: AsRef<str>>(s: A) -> (Option<Duration>, Option<Duration>) #[cfg(test)] mod test { use time::Duration; + use itertools::iproduct; use super::*; |
