wip: More metrics #14
sqlformat.yml
on: push
Matrix: build-test-unix
code-coverage
0s
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)]`
|