diff --git a/src/types.rs b/src/types.rs index a43d92e..b7efc00 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,4 +1,4 @@ -// TODO: Have this derive Debug +#[derive(Debug)] pub enum Type { Title, Artist,