allow examples to be run (#201) #125
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
15 warnings
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
|
tests
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
|
tests:
pdf_derive/src/lib.rs#L99
unused imports: `punctuated::Punctuated`, `token::Where`
|
tests:
pdf_derive/src/lib.rs#L273
unused variable: `attrs`
|
tests:
pdf_derive/src/lib.rs#L457
unused variable: `f`
|
tests:
pdf_derive/src/lib.rs#L755
variable does not need to be mutable
|
tests
`pdf_derive` (lib) generated 4 warnings (run `cargo fix --lib -p pdf_derive` to apply 4 suggestions)
|
tests:
pdf/src/any.rs#L5
unused import: `Object`
|
tests:
pdf/src/build.rs#L25
`Rect` is ambiguous
|
tests:
pdf/src/build.rs#L26
`Rect` is ambiguous
|
tests:
pdf/src/build.rs#L27
`Rect` is ambiguous
|
tests
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/
|
tests
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/
|
tests
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/
|
tests
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/
|