chore: raw fix for cloudinary fallback upload issue #87
Annotations
10 warnings
field `url` is never read:
functions/fetch-quote/src/models.rs#L27
warning: field `url` is never read
--> functions/fetch-quote/src/models.rs:27:9
|
23 | pub struct InputQuote {
| ---------- field in this struct
...
27 | pub url: String,
| ^^^
|
fields `id` and `url` are never read:
functions/fetch-quote/src/models.rs#L15
warning: fields `id` and `url` are never read
--> functions/fetch-quote/src/models.rs:15:9
|
14 | pub struct Author {
| ------ fields in this struct
15 | pub id: String,
| ^^
...
19 | pub url: String,
| ^^^
|
fields `all`, `first`, `last`, and `url_prefix` are never read:
functions/fetch-quote/src/models.rs#L6
warning: fields `all`, `first`, `last`, and `url_prefix` are never read
--> functions/fetch-quote/src/models.rs:6:9
|
4 | pub struct Stats {
| ----- fields in this struct
5 | pub total: u32,
6 | pub all: String,
| ^^^
7 | pub first: String,
| ^^^^^
8 | pub last: String,
| ^^^^
9 | #[serde(rename = "urlPrefix")]
10 | pub url_prefix: String,
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
test-node
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-rust
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-rust
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/
|
test-rust
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/
|
test-rust
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/
|
test-rust
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/
|