Stop initializing python in Rust headless if user plugins or repo plu… #389
Annotations
4 errors and 2 warnings
|
cargo fmt
Process completed with exit code 1.
|
|
cannot find type `Settings` in this scope:
rust/src/headless.rs#L176
error[E0412]: cannot find type `Settings` in this scope
--> rust/src/headless.rs:176:81
|
176 | fn init_adjusted_settings(options: &InitializationOptions, cb: impl FnOnce(&mut Settings)) {
| ^^^^^^^^ not found in this scope
|
help: consider importing this struct
|
15 + use crate::settings::Settings;
|
|
|
failed to resolve: use of undeclared type `Settings`:
rust/src/headless.rs#L177
error[E0433]: failed to resolve: use of undeclared type `Settings`
--> rust/src/headless.rs:177:24
|
177 | let mut settings = Settings::new();
| ^^^^^^^^ use of undeclared type `Settings`
|
help: consider importing this struct
|
15 + use crate::settings::Settings;
|
|
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
licensing
New version for cargo-about available: 0.7.0
|
|
cargo fmt:
rust/src/headless.rs#L180
Diff in /home/runner/work/binaryninja-api/binaryninja-api/rust/src/headless.rs
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
23 KB |
sha256:717de03e279e019cfaf54d03191539f8690fa3a2c033a9b96b2e081b958a089e
|
|