[Rust] Prepare rust bindings for publishing #1296
Annotations
2 errors and 1 warning
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
function call inside of `expect`:
rust/binaryninjacore-sys/build.rs#L116
error: function call inside of `expect`
--> rust/binaryninjacore-sys/build.rs:116:44
|
116 | let file = File::open(&ui_header_path).expect(&format!(
| ____________________________________________^
117 | | "Couldn't open '{}'",
118 | | ui_header_path.to_string_lossy()
119 | | ));
| |______^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#expect_fun_call
= note: `-D clippy::expect-fun-call` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::expect_fun_call)]`
help: try
|
116 ~ let file = File::open(&ui_header_path).unwrap_or_else(|_| panic!("Couldn't open '{}'",
117 ~ ui_header_path.to_string_lossy()));
|
|
|
licensing
New version for cargo-about available: 0.8.4
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
28.2 KB |
sha256:5c149dcdec827020490b73123878499e2227089fcf18f4447d92d41651eaef78
|
|