v0.1.0-pre.021

This commit is contained in:
2026-07-24 22:52:37 +02:00
parent 4190b2c0ce
commit 34f96582bc
14 changed files with 2317 additions and 88 deletions

View File

@@ -774,7 +774,8 @@ mod tests {
.filter(|line| {
let trimmed = line.trim();
return trimmed.starts_with("pub(crate) const ")
&& trimmed.contains("TRACING_TARGET")
&& trimmed.contains("TRACING_")
&& trimmed.contains("TARGET")
&& trimmed.contains(": &str");
})
.count();