Skip to content

Run cargo-fmt

Run cargo-fmt #224

Triggered via push March 11, 2026 17:28
Status Success
Total duration 12s
Artifacts

dox.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
doc list item without indentation: src/constraints/ballp.rs#L88
warning: doc list item without indentation --> src/constraints/ballp.rs:88:5 | 88 | /// in [`Ball2`](crate::constraints::Ball2) is more efficient | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#doc_lazy_continuation help: indent this line | 88 | /// in [`Ball2`](crate::constraints::Ball2) is more efficient | ++
doc list item without indentation: src/constraints/ballp.rs#L86
warning: doc list item without indentation --> src/constraints/ballp.rs:86:5 | 86 | /// \Vert_\infty$-ball, use the implementations in [`Ball1`](crate::constraints::Ball1) and [`BallInf`](crate::constraints::BallInf). | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#doc_lazy_continuation help: indent this line | 86 | /// \Vert_\infty$-ball, use the implementations in [`Ball1`](crate::constraints::Ball1) and [`BallInf`](crate::constraints::BallInf). | ++
doc list item without indentation: src/constraints/ballp.rs#L85
warning: doc list item without indentation --> src/constraints/ballp.rs:85:5 | 85 | /// to project on a $\Vert{}\cdot{}\Vert_1$-ball or an $\Vert{}\cdot{} | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 85 | /// to project on a $\Vert{}\cdot{}\Vert_1$-ball or an $\Vert{}\cdot{} | ++
this function has too many arguments (9/7): src/alm/alm_problem.rs#L135
warning: this function has too many arguments (9/7) --> src/alm/alm_problem.rs:135:5 | 135 | / pub fn new( 136 | | constraints: ConstraintsType, 137 | | alm_set_c: Option<AlmSetC>, 138 | | alm_set_y: Option<LagrangeSetY>, ... | 144 | | n2: usize, 145 | | ) -> Self { | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#too_many_arguments
this function has too many arguments (8/7): src/alm/alm_factory.rs#L158
warning: this function has too many arguments (8/7) --> src/alm/alm_factory.rs:158:5 | 158 | / pub fn new( 159 | | f: Cost, 160 | | df: CostGradient, 161 | | mapping_f1: Option<MappingF1>, ... | 166 | | n2: usize, 167 | | ) -> Self { | |_____________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default