Skip to content

Allow refining Self #205

Allow refining Self

Allow refining Self #205

Triggered via pull request January 6, 2024 00:52
@nilehmannnilehmann
synchronize #589
assoc-pred
Status Success
Total duration 1m 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
unneeded `return` statement: crates/flux-desugar/src/desugar.rs#L217
warning: unneeded `return` statement --> crates/flux-desugar/src/desugar.rs:217:5 | 217 | return SelfRes::None; | ^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 217 - return SelfRes::None; 217 + SelfRes::None |
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/