Skip to content

Merge pull request #135 from projectsyn/renovate/mikepenz-release-cha… #693

Merge pull request #135 from projectsyn/renovate/mikepenz-release-cha…

Merge pull request #135 from projectsyn/renovate/mikepenz-release-cha… #693

Triggered via push July 26, 2024 11:28
Status Success
Total duration 7m 20s
Artifacts 11

python.yml

on: push
get-version
2s
get-version
Matrix: linux
Matrix: macos
Matrix: windows
Release
0s
Release
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
assigning the result of `ToOwned::to_owned()` may be inefficient: src/config.rs#L148
warning: assigning the result of `ToOwned::to_owned()` may be inefficient --> src/config.rs:148:17 | 148 | / self.classes_path = cfg_path 149 | | .with_file_name(vstr) 150 | | .to_str() 151 | | .ok_or(anyhow!("Can't create nodes path from config file"))? 152 | | .to_owned(); | |_______________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones note: the lint level is defined here --> src/lib.rs:2:9 | 2 | #![warn(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::assigning_clones)]` implied by `#[warn(clippy::pedantic)]` help: use `clone_into()` | 148 ~ cfg_path 149 + .with_file_name(vstr) 150 + .to_str() 151 ~ .ok_or(anyhow!("Can't create nodes path from config file"))?.clone_into(&mut self.classes_path); |
associated items `new` and `merge_from` are never used: src/list/mod.rs#L7
warning: associated items `new` and `merge_from` are never used --> src/list/mod.rs:7:8 | 6 | pub trait List { | ---- associated items in this trait 7 | fn new() -> Self; | ^^^ ... 13 | fn merge_from(&mut self, other: &Self); | ^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
windows (x64)
Failed to save: Cache service responded with 429 during commit cache.

Artifacts

Produced during runtime
Name Size
wheels-linux-aarch64 Expired
11.2 MB
wheels-linux-armv7 Expired
10.8 MB
wheels-linux-ppc64le Expired
11.8 MB
wheels-linux-s390x Expired
12.6 MB
wheels-linux-x86 Expired
10.2 MB
wheels-linux-x86_64 Expired
9.97 MB
wheels-macos-aarch64 Expired
4.81 MB
wheels-macos-x86_64 Expired
5.04 MB
wheels-sdist Expired
75.4 KB
wheels-windows-x64 Expired
5.39 MB
wheels-windows-x86 Expired
4.97 MB