Skip to content

Commit

Permalink
made clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouaix committed Nov 14, 2024
1 parent 6f76f6d commit 7c3ece8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,12 @@ pub fn collect_timesync(path: &str) -> Result<Vec<TimesyncBoot>, ParserError> {
#[cfg(test)]
mod tests {
use crate::parser::{
build_log, collect_shared_strings, collect_shared_strings_system, collect_strings,
collect_strings_system, collect_timesync, collect_timesync_system, parse_log,
build_log, collect_shared_strings, collect_strings, collect_timesync, parse_log,
};
#[cfg(target_os = "macos")]
use crate::parser::{
collect_shared_strings_system, collect_strings_system, collect_timesync_system,
};

use std::path::PathBuf;

#[test]
Expand Down

0 comments on commit 7c3ece8

Please sign in to comment.