From b8c442ca22e0c7d632d53567ab3934dcd78cef34 Mon Sep 17 00:00:00 2001 From: DustInDark Date: Thu, 7 Apr 2022 01:55:03 +0900 Subject: [PATCH] inserted debug data --- src/options/level_tuning.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/options/level_tuning.rs b/src/options/level_tuning.rs index 94c9aef8..a275ebe5 100644 --- a/src/options/level_tuning.rs +++ b/src/options/level_tuning.rs @@ -164,8 +164,9 @@ mod tests { }, ) .ok(); - + println!("{:?}", parser); for (_filepath, yaml) in parser.files { + println!(); if yaml["id"].as_str().unwrap_or(&String::default()) == "12345678-1234-1234-1234-123456789012" {