Removed code

This commit is contained in:
2025-04-12 12:21:42 -04:00
parent 50ada1d484
commit 5e52839256

View File

@@ -1,7 +1,3 @@
pub fn add(left: u64, right: u64) -> u64 {
left + right
}
mod meta_type { mod meta_type {
pub enum Type { pub enum Type {
Title, Title,
@@ -46,12 +42,6 @@ mod meta {
mod tests { mod tests {
use super::*; use super::*;
#[test]
fn it_works() {
let result = add(2, 2);
assert_eq!(result, 4);
}
#[test] #[test]
fn test_get_title() { fn test_get_title() {
let filename = String::from("track01.flac"); let filename = String::from("track01.flac");