Allow memoizing Results #79
Annotations
18 warnings
|
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)
`memoize` (example "issue30") generated 3 warnings (run `cargo fix --example "issue30"` to apply 1 suggestion)
|
|
Rust project (--no-default-features):
examples/issue30.rs#L7
struct `Error` is never constructed
|
|
Rust project (--no-default-features):
examples/issue30.rs#L5
struct `Struct` is never constructed
|
|
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):
examples/ahash.rs#L2
unused import: `memoize::memoize`
|
|
Rust project (--no-default-features):
examples/ahash.rs#L1
unused imports: `HashMapExt` and `HashMap`
|
|
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):
examples/fxhash.rs#L2
unused import: `rustc_hash::FxHashMap`
|
|
Rust project (--no-default-features):
examples/custom_hasher.rs#L3
unused import: `memoize::memoize`
|
|
Rust project (--no-default-features):
examples/fxhash.rs#L1
unused import: `memoize::memoize`
|
|
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/
|