Skip to content

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

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

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

Triggered via pull request May 14, 2024 01:47
Status Success
Total duration 2m 21s
Artifacts

rust-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id`: src/lib.rs#L618
warning: use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id` --> src/lib.rs:618:76 | 618 | ... 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#L702
warning: use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id` --> src/lib.rs:702:82 | 702 | ... 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#L711
warning: use of deprecated function `handlers::group_handler::update_group_by_tracking_id` --> src/lib.rs:711:92 | 711 | ... 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
use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id`: src/lib.rs#L618
warning: use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id` --> src/lib.rs:618:76 | 618 | ... 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#L702
warning: use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id` --> src/lib.rs:702:82 | 702 | ... 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#L711
warning: use of deprecated function `handlers::group_handler::update_group_by_tracking_id` --> src/lib.rs:711:92 | 711 | ... 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
use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id`: src/lib.rs#L618
warning: use of deprecated function `handlers::chunk_handler::update_chunk_by_tracking_id` --> src/lib.rs:618:76 | 618 | ... 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#L702
warning: use of deprecated function `handlers::group_handler::add_chunk_to_group_by_tracking_id` --> src/lib.rs:702:82 | 702 | ... 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#L711
warning: use of deprecated function `handlers::group_handler::update_group_by_tracking_id` --> src/lib.rs:711:92 | 711 | ... 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/