Update Rust crate pyo3 to v0.23.1 #714
python.yml
on: pull_request
get-version
2s
Release
0s
Annotations
3 warnings
useless conversion to the same type: `pyo3::Bound<'_, pyo3::types::PyDict>`:
src/node/nodeinfo.rs#L208
warning: useless conversion to the same type: `pyo3::Bound<'_, pyo3::types::PyDict>`
--> src/node/nodeinfo.rs:208:12
|
208 | Ok(dict.into())
| ^^^^^^^^^^^ help: consider removing `.into()`: `dict`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::Bound<'_, pyo3::types::PyDict>`:
src/node/nodeinfo.rs#L190
warning: useless conversion to the same type: `pyo3::Bound<'_, pyo3::types::PyDict>`
--> src/node/nodeinfo.rs:190:12
|
190 | Ok(dict.into())
| ^^^^^^^^^^^ help: consider removing `.into()`: `dict`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
|
useless conversion to the same type: `pyo3::Bound<'_, pyo3::types::PyDict>`:
src/inventory.rs#L93
warning: useless conversion to the same type: `pyo3::Bound<'_, pyo3::types::PyDict>`
--> src/inventory.rs:93:12
|
93 | Ok(dict.into())
| ^^^^^^^^^^^ help: consider removing `.into()`: `dict`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
wheels-linux-aarch64
|
8.37 MB |
|
wheels-linux-armv7
|
8.23 MB |
|
wheels-linux-ppc64le
|
9.12 MB |
|
wheels-linux-s390x
|
9.66 MB |
|
wheels-linux-x86
|
7.5 MB |
|
wheels-linux-x86_64
|
7.3 MB |
|
wheels-macos-aarch64
|
4.91 MB |
|
wheels-macos-x86_64
|
5.2 MB |
|
wheels-sdist
|
75.2 KB |
|
wheels-windows-x64
|
4.43 MB |
|
wheels-windows-x86
|
4.13 MB |
|