Improve documentation on Parser::consume_token and friends #2109
rust.yml
on: pull_request
Matrix: test
codestyle
16s
lint
49s
compile
48s
docs
26s
compile-no-std
20s
test-coverage
2m 17s
publish-crate
0s
Annotations
11 errors and 6 warnings
codestyle:
src/parser/mod.rs#L2322
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/parser/mod.rs
|
codestyle
Process completed with exit code 1.
|
docs:
src/parser/mod.rs#L2274
unresolved link to `must_use`
|
docs:
src/ast/visitor.rs#L493
redundant explicit link target
|
docs:
src/parser/mod.rs#L6907
redundant explicit link target
|
docs
Process completed with exit code 101.
|
lint:
src/ast/mod.rs#L158
redundant guard
|
lint:
src/parser/mod.rs#L4711
redundant guard
|
lint:
src/parser/mod.rs#L5863
redundant guard
|
lint:
src/parser/mod.rs#L5864
redundant guard
|
lint
Process completed with exit code 101.
|
codestyle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|