Skip to content

Commit

Permalink
fix: cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Hoi Chau committed May 23, 2024
1 parent 81b9712 commit 591c578
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,6 @@ mod tests {

use crate::parse::ParseArguments;
use pretty_assertions::assert_eq;
use std::collections::HashMap;
use std::io::prelude::*;

fn file_get_contents(fname: &str) -> String {
let mut f = ::std::fs::File::open(fname)
Expand Down

0 comments on commit 591c578

Please sign in to comment.