Skip to content

Generate import libraries without Command #1297

Generate import libraries without Command

Generate import libraries without Command #1297

Triggered via pull request September 10, 2024 21:50
Status Failure
Total duration 1m 26s
Artifacts

rust.yml

on: pull_request
Format and Clippy
1m 17s
Format and Clippy
Matrix: arch-test
Code coverage
0s
Code coverage
Fit to window
Zoom out
Zoom in

Annotations

2 errors
this expression creates a reference which is immediately dereferenced by the compiler: src/build.rs#L218
error: this expression creates a reference which is immediately dereferenced by the compiler --> src/build.rs:218:39 | 218 | let module_def = ModuleDef::parse(&def_contents, machine_type)?; | ^^^^^^^^^^^^^ help: change this to: `def_contents` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `-D clippy::needless-borrow` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
Format and Clippy
Clippy had exited with the 101 exit code