[Fusion] Support multi-precision fusion #4049
Annotations
7 errors and 1 warning
[clippy] xtask/src/runchecks.rs#L118:
xtask/src/runchecks.rs#L118
error: function `cargo_fmt` is never used
--> xtask/src/runchecks.rs:118:4
|
118 | fn cargo_fmt() {
| ^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
[clippy] xtask/src/runchecks.rs#L130:
xtask/src/runchecks.rs#L130
error: function `cargo_clippy` is never used
--> xtask/src/runchecks.rs:130:4
|
130 | fn cargo_clippy() {
| ^^^^^^^^^^^^
|
[clippy] xtask/src/runchecks.rs#L190:
xtask/src/runchecks.rs#L190
error: function `setup_coverage` is never used
--> xtask/src/runchecks.rs:190:4
|
190 | fn setup_coverage() {
| ^^^^^^^^^^^^^^
|
[clippy] xtask/src/runchecks.rs#L118:
xtask/src/runchecks.rs#L118
error: function `cargo_fmt` is never used
--> xtask/src/runchecks.rs:118:4
|
118 | fn cargo_fmt() {
| ^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
[clippy] xtask/src/runchecks.rs#L130:
xtask/src/runchecks.rs#L130
error: function `cargo_clippy` is never used
--> xtask/src/runchecks.rs:130:4
|
130 | fn cargo_clippy() {
| ^^^^^^^^^^^^
|
[clippy] xtask/src/runchecks.rs#L190:
xtask/src/runchecks.rs#L190
error: function `setup_coverage` is never used
--> xtask/src/runchecks.rs:190:4
|
190 | fn setup_coverage() {
| ^^^^^^^^^^^^^^
|
tests (ubuntu-22.04, stable, std)
Process completed with exit code 1.
|
tests (ubuntu-22.04, stable, std)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|