Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Jul 17, 2022
1 parent 5ee24d1 commit 990b9c7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/utils/name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,6 @@ fn test1() {
println!("{:?}", strw.is_empty());
}

#[test]
fn test2() {
let strw = "ooga.wav".split('.').collect::<Vec<&str>>()[0];
println!("{:?}", strw);
}
#[test]
fn test3() { // is this desirable?
let strw = "ooga v1.2 e.wav".split('.').collect::<Vec<&str>>()[0];
println!("{:?}", strw);
}

#[test]
fn test4() {
println!("{:02}",99);
Expand Down

0 comments on commit 990b9c7

Please sign in to comment.