Skip to content

Add functional updates #893

Add functional updates

Add functional updates #893

Triggered via pull request November 20, 2024 18:59
Status Success
Total duration 58s
Artifacts

gh-pages.yml

on: pull_request
Build and Deploy Website
48s
Build and Deploy Website
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Build and Deploy Website
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/
Build and Deploy Website
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, peaceiris/[email protected], Swatinem/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
this expression creates a reference which is immediately dereferenced by the compiler: crates/flux-fhir-analysis/src/wf/sortck.rs#L150
warning: this expression creates a reference which is immediately dereferenced by the compiler --> crates/flux-fhir-analysis/src/wf/sortck.rs:150:77 | 150 | Err(self.emit_err(errors::UnexpectedConstructor::new(expr_span, &expected))) | ^^^^^^^^^ help: change this to: `expected` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: crates/flux-fhir-analysis/src/wf/sortck.rs#L101
warning: this expression creates a reference which is immediately dereferenced by the compiler --> crates/flux-fhir-analysis/src/wf/sortck.rs:101:45 | 101 | self.check_expr(&expr.expr, &sort)?; | ^^^^^ help: change this to: `sort` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: crates/flux-fhir-analysis/src/wf/sortck.rs#L96
warning: this expression creates a reference which is immediately dereferenced by the compiler --> crates/flux-fhir-analysis/src/wf/sortck.rs:96:62 | 96 | let sort_by_field_name = sort_def.sort_by_field_name(&sort_args); | ^^^^^^^^^^ help: change this to: `sort_args` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default