Reorganized imports

This commit is contained in:
Jamie Hardt
2021-01-02 15:16:38 -08:00
parent 8d55b126ae
commit b160284e21
3 changed files with 14 additions and 6 deletions

View File

@@ -6,6 +6,8 @@
use std::io;
extern crate bwavfile;
#[macro_use]
extern crate clap;
use clap::{Arg, App};