Skip to content

Suppress warning about unused mut in memoizer function #63

Suppress warning about unused mut in memoizer function

Suppress warning about unused mut in memoizer function #63

Triggered via push December 23, 2023 14:43
Status Success
Total duration 22s
Artifacts

test.yml

on: push
Matrix: Rust project
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Rust project (--features=full)
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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rust project (--features=full)
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/
Rust project (--features=full)
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/
Rust project (--features=full)
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/
Rust project (--features=full)
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/
Rust project (--no-default-features)
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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rust project (--no-default-features): examples/full_featured.rs#L1
unused import: `memoize::memoize`
Rust project (--no-default-features): examples/fxhash.rs#L1
unused import: `memoize::memoize`
Rust project (--no-default-features): examples/full_featured.rs#L2
unused import: `std::thread`
Rust project (--no-default-features): examples/fxhash.rs#L2
unused import: `rustc_hash::FxHashMap`
Rust project (--no-default-features): examples/full_featured.rs#L3
unused import: `Duration`
Rust project (--no-default-features)
`memoize` (example "fxhash") generated 2 warnings (run `cargo fix --example "fxhash"` to apply 2 suggestions)
Rust project (--no-default-features): examples/ahash.rs#L1
unused imports: `HashMapExt`, `HashMap`
Rust project (--no-default-features): examples/ahash.rs#L2
unused import: `memoize::memoize`
Rust project (--no-default-features)
`memoize` (example "ahash") generated 2 warnings (run `cargo fix --example "ahash"` to apply 2 suggestions)
Rust project (--no-default-features)
`memoize` (example "custom_hasher") generated 1 warning (run `cargo fix --example "custom_hasher"` to apply 1 suggestion)
Rust project (--no-default-features)
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/
Rust project (--no-default-features)
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/
Rust project (--no-default-features)
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/
Rust project (--no-default-features)
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/