better pathfinder timeouts #524
Annotations
10 warnings
variable does not need to be mutable:
azalea/src/pathfinder/mod.rs#L345
warning: variable does not need to be mutable
--> azalea/src/pathfinder/mod.rs:345:9
|
345 | let mut is_partial: bool;
| ----^^^^^^^^^^
| |
| help: remove this `mut`
|
variable does not need to be mutable:
azalea/src/pathfinder/mod.rs#L344
warning: variable does not need to be mutable
--> azalea/src/pathfinder/mod.rs:344:9
|
344 | let mut path;
| ----^^^^
| |
| help: remove this `mut`
|
variable does not need to be mutable:
azalea/src/pathfinder/mod.rs#L342
warning: variable does not need to be mutable
--> azalea/src/pathfinder/mod.rs:342:9
|
342 | let mut attempt_number = 0;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
|
unused variable: `attempt_number`:
azalea/src/pathfinder/mod.rs#L342
warning: unused variable: `attempt_number`
--> azalea/src/pathfinder/mod.rs:342:13
|
342 | let mut attempt_number = 0;
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attempt_number`
|
= note: `#[warn(unused_variables)]` on by default
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "github-pages".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Invalid file permissions automatically fixed
mode of './target/doc/.lock' changed from 0600 (rw-------) to 0644 (rw-r--r--)
|
deploy
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/
|
deploy
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/
|
deploy
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/
|
deploy
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
github-pages
Expired
|
184 MB |
|