Skip to content

Clippy fixes

Clippy fixes #324

Triggered via pull request September 26, 2023 17:20
Status Success
Total duration 21m 48s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Matrix: ci_macos
Fit to window
Zoom out
Zoom in

Annotations

54 warnings
ci (ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (ubuntu-20.04)
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/
ci (ubuntu-20.04)
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/
ci (ubuntu-20.04)
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/
ci (ubuntu-20.04)
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/
ci (ubuntu-20.04): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-20.04): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci (ubuntu-20.04)
`only_f1` (lib test) generated 2 warnings (run `cargo clippy --fix --lib -p only_f1 --tests` to apply 2 suggestions)
ci (ubuntu-20.04): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-20.04): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci (ubuntu-20.04)
`only_f2` (lib test) generated 2 warnings (2 duplicates)
ci (ubuntu-20.04): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-20.04): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci (ubuntu-20.04)
`parametric_f2` (lib test) generated 2 warnings (1 duplicate) (run `cargo clippy --fix --lib -p parametric_f2 --tests` to apply 1 suggestion)
ci (ubuntu-20.04): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-20.04)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci (ubuntu-20.04)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci (ubuntu-20.04)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci (ubuntu-latest)
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/
ci (ubuntu-latest)
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/
ci (ubuntu-latest)
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/
ci (ubuntu-latest)
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/
ci (ubuntu-latest): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-latest): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci (ubuntu-latest)
`only_f1` (lib test) generated 2 warnings (run `cargo clippy --fix --lib -p only_f1 --tests` to apply 2 suggestions)
ci (ubuntu-latest): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-latest): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci (ubuntu-latest)
`only_f2` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p only_f2` to apply 2 suggestions)
ci (ubuntu-latest): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-latest): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci (ubuntu-latest)
`parametric_f2` (lib) generated 2 warnings (1 duplicate) (run `cargo clippy --fix --lib -p parametric_f2` to apply 1 suggestion)
ci (ubuntu-latest): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci (ubuntu-latest)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci_macos (macos-11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ci_macos (macos-11): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci_macos (macos-11): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci_macos (macos-11)
`only_f1` (lib test) generated 2 warnings (1 duplicate) (run `cargo clippy --fix --lib -p only_f1 --tests` to apply 1 suggestion)
ci_macos (macos-11): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci_macos (macos-11): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci_macos (macos-11)
`only_f2` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p only_f2` to apply 2 suggestions)
ci_macos (macos-11): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci_macos (macos-11): src/lib.rs#L184
casting raw pointers to the same type and constness is unnecessary (`*const f64` -> `*const f64`)
ci_macos (macos-11)
`parametric_f2` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p parametric_f2` to apply 2 suggestions)
ci_macos (macos-11): src/lib.rs#L178
casting raw pointers to the same type and constness is unnecessary (`*mut f64` -> `*mut f64`)
ci_macos (macos-11)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci_macos (macos-11)
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/
ci_macos (macos-11)
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/
ci_macos (macos-11)
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/
ci_macos (macos-11)
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/
ci_macos (macos-11)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3
ci_macos (macos-11)
the following packages contain code that will be rejected by a future version of Rust: cexpr v0.3.6, nom v4.2.3