This repository has been archived by the owner on May 5, 2024. It is now read-only.
fix(deps): update rust crate fancy-regex to 0.13.0 #127
Annotations
9 warnings
this expression borrows a value the compiler would automatically borrow:
src/handler.rs#L46
warning: this expression borrows a value the compiler would automatically borrow
--> src/handler.rs:46:21
|
46 | let msg_s = (&env_config.report_channel)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `env_config.report_channel`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression borrows a value the compiler would automatically borrow:
src/handler.rs#L26
warning: this expression borrows a value the compiler would automatically borrow
--> src/handler.rs:26:32
|
26 | let notes: Vec<&str> = (&config.rules)
| ^^^^^^^^^^^^^^^ help: change this to: `config.rules`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
this expression borrows a value the compiler would automatically borrow:
src/handler.rs#L22
warning: this expression borrows a value the compiler would automatically borrow
--> src/handler.rs:22:12
|
22 | if (&msg.guild_id).filter(|v| v == &env_config.guild).is_none() {
| ^^^^^^^^^^^^^^^ help: change this to: `msg.guild_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
rust
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/[email protected], Swatinem/[email protected], actions-rs/[email protected], actions-rs/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions-rs/[email protected], actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
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/
|
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/
|
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/
|