This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Allow user to select GitHub account (#922) #2144
Annotations
10 warnings
importing legacy numeric constants:
src/util/webhook.rs#L8
warning: importing legacy numeric constants
--> src/util/webhook.rs:8:5
|
8 | use std::usize;
| ^^^^^^^^^^
|
= help: remove this import
= note: then `usize::<CONST>` will resolve to the respective associated constant
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants
= note: `#[warn(clippy::legacy_numeric_constants)]` on by default
|
fields `report_type`, `item_id`, `item_type`, and `body` are never read:
src/routes/v2/reports.rs#L23
warning: fields `report_type`, `item_id`, `item_type`, and `body` are never read
--> src/routes/v2/reports.rs:23:9
|
22 | pub struct CreateReport {
| ------------ fields in this struct
23 | pub report_type: String,
| ^^^^^^^^^^^
24 | pub item_id: String,
| ^^^^^^^
25 | pub item_type: ItemType,
| ^^^^^^^^^
26 | pub body: String,
| ^^^^
|
field `bio` is never read:
src/routes/internal/flows.rs#L683
warning: field `bio` is never read
--> src/routes/internal/flows.rs:683:25
|
679 | pub struct GoogleUser {
| ---------- field in this struct
...
683 | pub bio: Option<String>,
| ^^^
|
= note: `GoogleUser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
fields `description` and `disclosure` are never read:
src/queue/payouts.rs#L294
warning: fields `description` and `disclosure` are never read
--> src/queue/payouts.rs:294:21
|
290 | pub struct Product {
| ------- fields in this struct
...
294 | pub description: String,
| ^^^^^^^^^^^
295 | pub disclosure: String,
| ^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
ubuntu-latest-rust-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, 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/
|
ubuntu-latest-rust-stable
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ubuntu-latest-rust-stable
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/
|
ubuntu-latest-rust-stable
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/
|
ubuntu-latest-rust-stable
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/
|
ubuntu-latest-rust-stable
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/
|