- ) -> Option
{
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator- `
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition!
[INFO] [stdout] = note: for more information, see issue #80165
[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 3.44s
[INFO] running `Command { std: "docker" "inspect" "531dc6cb764dc832c919ac901357210c84e89e5f4e91e153b84d0ebece1bb22c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "531dc6cb764dc832c919ac901357210c84e89e5f4e91e153b84d0ebece1bb22c", kill_on_drop: false }`
[INFO] [stdout] 531dc6cb764dc832c919ac901357210c84e89e5f4e91e153b84d0ebece1bb22c