Skip to content

Add environment variable override for cookie configuration (#195) #312

Add environment variable override for cookie configuration (#195)

Add environment variable override for cookie configuration (#195) #312

Triggered via push June 23, 2025 14:49
Status Success
Total duration 2m 13s
Artifacts

rust.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator: src/cache/parser.rs#L18
warning: called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator --> src/cache/parser.rs:18:21 | 18 | None => fid_obj.as_str()?.split(' ').last()?.parse::<i32>().ok()?, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------ | | | help: try: `next_back()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last = note: `#[warn(clippy::double_ended_iterator_last)]` on by default
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`: src/cmds/pick.rs#L158
warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range` --> src/cmds/pick.rs:158:68 | 158 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`: src/cmds/pick.rs#L147
warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range` --> src/cmds/pick.rs:147:68 | 147 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^
use of deprecated function `rand::thread_rng`: Renamed to `rng`: src/cmds/pick.rs#L158
warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` --> src/cmds/pick.rs:158:55 | 158 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^^
use of deprecated function `rand::thread_rng`: Renamed to `rng`: src/cmds/pick.rs#L147
warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` --> src/cmds/pick.rs:147:55 | 147 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
empty lines after doc comment: src/cmds/completions.rs#L12
warning: empty lines after doc comment --> src/cmds/completions.rs:12:1 | 12 | / /// Generate shell Completions 13 | | 14 | | /// USAGE: 15 | | /// leetcode completions <shell> 16 | | | |_^ ... 20 | pub struct CompletionCommand; | ---------------------------- the comment documents this struct | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default = help: if the empty lines are unintentional, remove them help: if the documentation should include the empty lines include them in the comment | 13 + /// 14 | /// USAGE: 15 | /// leetcode completions <shell> 16 + /// |
called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator: src/cache/parser.rs#L18
warning: called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator --> src/cache/parser.rs:18:21 | 18 | None => fid_obj.as_str()?.split(' ').last()?.parse::<i32>().ok()?, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------ | | | help: try: `next_back()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last = note: `#[warn(clippy::double_ended_iterator_last)]` on by default
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`: src/cmds/pick.rs#L158
warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range` --> src/cmds/pick.rs:158:68 | 158 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^
use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`: src/cmds/pick.rs#L147
warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range` --> src/cmds/pick.rs:147:68 | 147 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^
use of deprecated function `rand::thread_rng`: Renamed to `rng`: src/cmds/pick.rs#L158
warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` --> src/cmds/pick.rs:158:55 | 158 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^^
use of deprecated function `rand::thread_rng`: Renamed to `rng`: src/cmds/pick.rs#L147
warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` --> src/cmds/pick.rs:147:55 | 147 | let problem = &problems[rand::thread_rng().gen_range(0..problems.len())]; | ^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
empty lines after doc comment: src/cmds/completions.rs#L12
warning: empty lines after doc comment --> src/cmds/completions.rs:12:1 | 12 | / /// Generate shell Completions 13 | | 14 | | /// USAGE: 15 | | /// leetcode completions <shell> 16 | | | |_^ ... 20 | pub struct CompletionCommand; | ---------------------------- the comment documents this struct | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default = help: if the empty lines are unintentional, remove them help: if the documentation should include the empty lines include them in the comment | 13 + /// 14 | /// USAGE: 15 | /// leetcode completions <shell> 16 + /// |
build (ubuntu-latest)
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/
build (ubuntu-latest)
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/
build (ubuntu-latest)
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/
build (ubuntu-latest)
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/
build (macOS-latest)
sqlite 3.50.1 is already installed and up-to-date. To reinstall 3.50.1, run: brew reinstall sqlite
build (macOS-latest)
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/
build (macOS-latest)
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/
build (macOS-latest)
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/
build (macOS-latest)
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/
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy