Post dora 0.3.10 release fix #3894
Annotations
14 warnings
Test:
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
Test:
examples/benchmark/node/src/main.rs#L2
unused import: `Error`
|
Check:
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.
|
Check:
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.
|
Check:
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.
|
Check:
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.
|
Check:
apis/python/operator/src/lib.rs#L101
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.
|
Check:
apis/python/operator/src/lib.rs#L110
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.
|
Check:
apis/python/operator/src/lib.rs#L113
use of deprecated method `pyo3::types::IntoPyDict::into_py_dict_bound`: renamed to `IntoPyDict::into_py_dict`
|
Check:
apis/python/operator/src/lib.rs#L151
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.
|
Check:
apis/python/operator/src/lib.rs#L221
use of deprecated associated function `pyo3::types::PyDict::new_bound`: renamed to `PyDict::new`
|
Check:
binaries/runtime/src/operator/python.rs#L26
use of deprecated method `pyo3::PyErr::traceback_bound`: renamed to `PyErr::traceback`
|
Build (Without Python dep as it is build with maturin):
binaries/coordinator/src/lib.rs#L160
method `iter` is never used
|
|
Loading