Instrument the code.

This commit is contained in:
Tom Alexander
2023-03-27 15:08:29 -04:00
parent 5db4e07c99
commit a77d2655bd
6 changed files with 26 additions and 30 deletions

View File

@@ -108,6 +108,7 @@ pub fn non_whitespace_character(input: &str) -> Res<&str, char> {
}
/// Check that we are at the start of a line
#[tracing::instrument(ret, level = "debug")]
pub fn exit_matcher_parser<'r, 's>(
context: Context<'r, 's>,
input: &'s str,