Skip to content

wip: More metrics

wip: More metrics #14

Triggered via push September 11, 2025 13:16
Status Failure
Total duration 37s
Artifacts

sqlformat.yml

on: push
Matrix: build-test-unix
code-coverage
0s
code-coverage
Fit to window
Zoom out
Zoom in

Annotations

2 errors
build-test-unix (latest-stable)
Clippy had exited with the 101 exit code
fields `arguments` and `max_nesting` are never read: src/lib.rs#L103
error: fields `arguments` and `max_nesting` are never read --> src/lib.rs:103:9 | 101 | pub(crate) struct SpanInfo { | -------- fields in this struct 102 | pub full_span: usize, 103 | pub arguments: usize, | ^^^^^^^^^ ... 106 | pub max_nesting: usize, | ^^^^^^^^^^^ | = note: `SpanInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`