Add windows release for rust nodes #3902
Annotations
10 warnings
Clippy:
libraries/message/src/lib.rs#L33
returning the result of a `let` binding from a block
|
Clippy:
libraries/message/src/lib.rs#L49
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
libraries/core/src/descriptor/visualize.rs#L23
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
libraries/core/src/metadata.rs#L11
unsafe function's docs are missing a `# Safety` section
|
Clippy:
apis/rust/node/src/event_stream/scheduler.rs#L28
useless conversion to the same type: `std::collections::hash_map::Keys<'_, dora_core::config::DataId, (usize, std::collections::VecDeque<event_stream::thread::EventItem>)>`
|
Clippy:
apis/rust/node/src/event_stream/mod.rs#L197
returning the result of a `let` binding from a block
|
Clippy:
apis/python/operator/src/lib.rs#L84
use of deprecated method `pyo3::ToPyObject::to_object`: `ToPyObject` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23.0/migration) for more information.
|
Clippy:
apis/python/operator/src/lib.rs#L85
use of deprecated method `pyo3::ToPyObject::to_object`: `ToPyObject` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23.0/migration) for more information.
|
Clippy:
apis/python/operator/src/lib.rs#L90
use of deprecated method `pyo3::IntoPy::into_py`: `IntoPy` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23.0/migration) for more information.
|
Clippy:
apis/python/operator/src/lib.rs#L92
use of deprecated method `pyo3::ToPyObject::to_object`: `ToPyObject` is going to be replaced by `IntoPyObject`. See the migration guide (https://pyo3.rs/v0.23.0/migration) for more information.
|
Loading