Skip to content

feature: added autocomplete, cleanup: cleaned up slim response types #2151

feature: added autocomplete, cleanup: cleaned up slim response types

feature: added autocomplete, cleanup: cleaned up slim response types #2151

Triggered via pull request May 13, 2024 22:09
Status Success
Total duration 3m 22s
Artifacts

rust-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id`: src/lib.rs#L621
warning: use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id` --> src/lib.rs:621:76 | 621 | ... web::put().to(handlers::chunk_handler::update_chunk_by_tracking_id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id`: src/lib.rs#L705
warning: use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id` --> src/lib.rs:705:82 | 705 | ... handlers::group_handler::add_chunk_to_group_by_tracking_id | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
use of deprecated function `handlers::group_handler::update_group_by_tracking_id`: src/lib.rs#L714
warning: use of deprecated function `handlers::group_handler::update_group_by_tracking_id` --> src/lib.rs:714:92 | 714 | ... web::put().to(handlers::group_handler::update_group_by_tracking_id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
casting to the same type is unnecessary (`usize` -> `usize`): src/operators/parse_operator.rs#L42
warning: casting to the same type is unnecessary (`usize` -> `usize`) --> src/operators/parse_operator.rs:42:28 | 42 | chunk.drain(0..amt_to_take as usize); | ^^^^^^^^^^^^^^^^^^^^ help: try: `amt_to_take` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `#[warn(clippy::unnecessary_cast)]` on by default
casting to the same type is unnecessary (`usize` -> `usize`): src/operators/parse_operator.rs#L77
warning: casting to the same type is unnecessary (`usize` -> `usize`) --> src/operators/parse_operator.rs:77:33 | 77 | target_group_size + cmp::min(remainder as usize, remainder_per_group as usize) as usize; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `cmp::min(remainder as usize, remainder_per_group as usize)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
clippy_check
Failed to save: Cache entry already exists for key Linux-cargo-d893fb23d5b3821f5ef974dcaf41b4dfc3b7dd509fad727844afdb986d530f3b
use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id`: src/lib.rs#L621
warning: use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id` --> src/lib.rs:621:76 | 621 | ... web::put().to(handlers::chunk_handler::update_chunk_by_tracking_id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id`: src/lib.rs#L705
warning: use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id` --> src/lib.rs:705:82 | 705 | ... handlers::group_handler::add_chunk_to_group_by_tracking_id | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
use of deprecated function `handlers::group_handler::update_group_by_tracking_id`: src/lib.rs#L714
warning: use of deprecated function `handlers::group_handler::update_group_by_tracking_id` --> src/lib.rs:714:92 | 714 | ... web::put().to(handlers::group_handler::update_group_by_tracking_id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
casting to the same type is unnecessary (`usize` -> `usize`): src/operators/parse_operator.rs#L42
warning: casting to the same type is unnecessary (`usize` -> `usize`) --> src/operators/parse_operator.rs:42:28 | 42 | chunk.drain(0..amt_to_take as usize); | ^^^^^^^^^^^^^^^^^^^^ help: try: `amt_to_take` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `#[warn(clippy::unnecessary_cast)]` on by default
casting to the same type is unnecessary (`usize` -> `usize`): src/operators/parse_operator.rs#L77
warning: casting to the same type is unnecessary (`usize` -> `usize`) --> src/operators/parse_operator.rs:77:33 | 77 | target_group_size + cmp::min(remainder as usize, remainder_per_group as usize) as usize; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `cmp::min(remainder as usize, remainder_per_group as usize)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
clippy_check_file_worker
Failed to save: Cache entry already exists for key Linux-cargo-d893fb23d5b3821f5ef974dcaf41b4dfc3b7dd509fad727844afdb986d530f3b
use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id`: src/lib.rs#L621
warning: use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id` --> src/lib.rs:621:76 | 621 | ... web::put().to(handlers::chunk_handler::update_chunk_by_tracking_id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default
use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id`: src/lib.rs#L705
warning: use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id` --> src/lib.rs:705:82 | 705 | ... handlers::group_handler::add_chunk_to_group_by_tracking_id | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
use of deprecated function `handlers::group_handler::update_group_by_tracking_id`: src/lib.rs#L714
warning: use of deprecated function `handlers::group_handler::update_group_by_tracking_id` --> src/lib.rs:714:92 | 714 | ... web::put().to(handlers::group_handler::update_group_by_tracking_id), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
casting to the same type is unnecessary (`usize` -> `usize`): src/operators/parse_operator.rs#L42
warning: casting to the same type is unnecessary (`usize` -> `usize`) --> src/operators/parse_operator.rs:42:28 | 42 | chunk.drain(0..amt_to_take as usize); | ^^^^^^^^^^^^^^^^^^^^ help: try: `amt_to_take` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `#[warn(clippy::unnecessary_cast)]` on by default
casting to the same type is unnecessary (`usize` -> `usize`): src/operators/parse_operator.rs#L77
warning: casting to the same type is unnecessary (`usize` -> `usize`) --> src/operators/parse_operator.rs:77:33 | 77 | target_group_size + cmp::min(remainder as usize, remainder_per_group as usize) as usize; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `cmp::min(remainder as usize, remainder_per_group as usize)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
redoc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
redoc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
redoc
Failed to save: Cache entry already exists for key Linux-cargo-d893fb23d5b3821f5ef974dcaf41b4dfc3b7dd509fad727844afdb986d530f3b