This commit is contained in:
Robin Appelman 2023-03-04 17:20:59 +01:00
commit a27d1a8f6b
9 changed files with 25 additions and 22 deletions

View file

@ -1,5 +1,5 @@
use iai::black_box;
use tf_log_parser::{LineSplit, parse, RawEvent};
use tf_log_parser::{parse, LineSplit, RawEvent};
static LOG: &str = include_str!("../test_data/log_2892242.log");