- ) -> Option
{
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator- `
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout] --> src/lib.rs:492:25
[INFO] [stdout] |
[INFO] [stdout] 492 | / (self.cmp_p.cmp_points(axis, &needle_min, &shape_max) == Ordering::Greater ||
[INFO] [stdout] 493 | | self.cmp_p.cmp_points(axis, &needle_max, &shape_min) == Ordering::Less)
[INFO] [stdout] | |________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 492 ~ self.cmp_p.cmp_points(axis, &needle_min, &shape_max) == Ordering::Greater ||
[INFO] [stdout] 493 + self.cmp_p.cmp_points(axis, &needle_max, &shape_min) == Ordering::Less
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.30s
[INFO] running `Command { std: "docker" "inspect" "c862f1004d5a5e32600b5672054efb7f612d7aad8389572ca3eccc41aacfe487", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c862f1004d5a5e32600b5672054efb7f612d7aad8389572ca3eccc41aacfe487", kill_on_drop: false }`
[INFO] [stdout] c862f1004d5a5e32600b5672054efb7f612d7aad8389572ca3eccc41aacfe487