Skip to content

chore: Bump version of yup_oauth2to 10.0.1 #86

chore: Bump version of yup_oauth2to 10.0.1

chore: Bump version of yup_oauth2to 10.0.1 #86

Triggered via push June 17, 2024 06:36
Status Success
Total duration 22s
Artifacts
security_audit
12s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 3 warnings
empty doc comment: src/model/training_options.rs#L336
error: empty doc comment --> src/model/training_options.rs:336:5 | 336 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/training_options.rs#L166
error: empty doc comment --> src/model/training_options.rs:166:5 | 166 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/training_options.rs#L154
error: empty doc comment --> src/model/training_options.rs:154:5 | 154 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/training_options.rs#L136
error: empty doc comment --> src/model/training_options.rs:136:5 | 136 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/training_options.rs#L124
error: empty doc comment --> src/model/training_options.rs:124:5 | 124 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/training_options.rs#L112
error: empty doc comment --> src/model/training_options.rs:112:5 | 112 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/training_options.rs#L100
error: empty doc comment --> src/model/training_options.rs:100:5 | 100 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/routine.rs#L51
error: empty doc comment --> src/model/routine.rs:51:5 | 51 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/routine.rs#L39
error: empty doc comment --> src/model/routine.rs:39:5 | 39 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/model.rs#L44
error: empty doc comment --> src/model/model.rs:44:5 | 44 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/arima_single_model_forecasting_metrics.rs#L23
error: empty doc comment --> src/model/arima_single_model_forecasting_metrics.rs:23:5 | 23 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/arima_result.rs#L16
error: empty doc comment --> src/model/arima_result.rs:16:5 | 16 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/arima_model_info.rs#L26
error: empty doc comment --> src/model/arima_model_info.rs:26:5 | 26 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/arima_forecasting_metrics.rs#L26
error: empty doc comment --> src/model/arima_forecasting_metrics.rs:26:5 | 26 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/argument.rs#L35
error: empty doc comment --> src/model/argument.rs:35:5 | 35 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
empty doc comment: src/model/argument.rs#L21
error: empty doc comment --> src/model/argument.rs:21:5 | 21 | /// | ^^^ | = help: consider removing or filling it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs = note: `-D clippy::empty-docs` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`
assigning the result of `Clone::clone()` may be inefficient: src/job.rs#L340
error: assigning the result of `Clone::clone()` may be inefficient --> src/job.rs:340:38 | 340 | Ok(job_list) => {page_token=job_list.next_page_token.clone(); Ok(job_list.clone())} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `page_token.clone_from(&job_list.next_page_token)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones = note: `-D clippy::assigning-clones` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::assigning_clones)]`
security_audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
security_audit
1 warnings found!