Skip to content

chore(deps): update rust crate radians to 0.3.1 #407

chore(deps): update rust crate radians to 0.3.1

chore(deps): update rust crate radians to 0.3.1 #407

Triggered via push May 1, 2024 17:02
Status Success
Total duration 4m 17s
Artifacts

coverage.yml

on: push
Test Coverage
4m 9s
Test Coverage
Fit to window
Zoom out
Zoom in

Annotations

2 errors
bound is defined in more than one place: src/test_utils.rs#L314
error: bound is defined in more than one place --> src/test_utils.rs:314:5 | 314 | A: Axis, | ^ ... 323 | A: BestFromDists<T, B>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
bound is defined in more than one place: src/test_utils.rs#L133
error: bound is defined in more than one place --> src/test_utils.rs:133:45 | 133 | pub fn build_populated_tree_immutable_float<A: Axis, T: Content, const K: usize, const B: usize>( | ^ ... 141 | A: BestFromDists<T, B>, | ^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations = note: `-D clippy::multiple-bound-locations` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`