Improve array support #248
sqlformat.yml
on: pull_request
Matrix: build-test-unix
code-coverage
0s
Annotations
4 errors
|
build-test-unix (latest-stable)
Clippy had exited with the 101 exit code
|
|
unused variable: `t`:
src/formatter.rs#L306
error: unused variable: `t`
--> src/formatter.rs:306:26
|
306 | if let Some((t, s)) = self.indentation.previous_top_level_reserved() {
| ^ help: if this is intentional, prefix it with an underscore: `_t`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
|
build-test-unix (latest-beta)
The strategy configuration was canceled because "build-test-unix.latest-stable" failed
|
|
build-test-unix (minimum)
The strategy configuration was canceled because "build-test-unix.latest-stable" failed
|