Port to Winnow (#70) #150
Annotations
9 errors and 9 warnings
using `clone` on type `bool` which implements the `Copy` trait:
src/tokenizer.rs#L121
error: using `clone` on type `bool` which implements the `Copy` trait
--> src/tokenizer.rs:121:54
|
121 | |input: &mut _| get_placeholder_token(input, named_placeholders.clone()),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `named_placeholders`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
build-test-unix (latest-stable)
could not compile `sqlformat` (lib) due to 1 previous error
|
build-test-unix (latest-stable)
Clippy had exited with the 101 exit code
|
build-test-unix (latest-beta)
The job was canceled because "latest-stable" failed.
|
build-test-unix (latest-beta)
The operation was canceled.
|
build-test-unix (latest-nightly)
The job was canceled because "latest-stable" failed.
|
build-test-unix (latest-nightly)
The operation was canceled.
|
build-test-unix (minimum)
The job was canceled because "latest-stable" failed.
|
build-test-unix (minimum)
The operation was canceled.
|
build-test-unix (latest-stable)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build-test-unix (latest-nightly)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build-test-unix (latest-beta)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build-test-unix (minimum)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build-test-unix (latest-stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-test-unix (latest-stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-unix (latest-stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-unix (latest-stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-test-unix (latest-stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|