[INFO] fetching crate anl 0.3.0... [INFO] documenting anl-0.3.0 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate anl 0.3.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate anl 0.3.0 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate anl 0.3.0 [INFO] finished tweaking crates.io crate anl 0.3.0 [INFO] tweaked toml for crates.io crate anl 0.3.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded image v0.10.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb1bc6e415fa0507da3ffab65bd38a20574bc078301c47e338c08b876b73cd02 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fb1bc6e415fa0507da3ffab65bd38a20574bc078301c47e338c08b876b73cd02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb1bc6e415fa0507da3ffab65bd38a20574bc078301c47e338c08b876b73cd02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb1bc6e415fa0507da3ffab65bd38a20574bc078301c47e338c08b876b73cd02", kill_on_drop: false }` [INFO] [stdout] fb1bc6e415fa0507da3ffab65bd38a20574bc078301c47e338c08b876b73cd02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57d5a7f74f1a0e4cb2c29acba5c99b26d406bd43d52121001224054fd0fdb401 [INFO] running `Command { std: "docker" "start" "-a" "57d5a7f74f1a0e4cb2c29acba5c99b26d406bd43d52121001224054fd0fdb401", kill_on_drop: false }` [INFO] [stderr] Documenting anl v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/utility.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | (t * t * (3.0 - 2.0 * t)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/noise_gen.rs:1328:2 [INFO] [stdout] | [INFO] [stdout] 1328 | (t * t * (3.0 - 2.0*t)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1586:18 [INFO] [stdout] | [INFO] [stdout] 1586 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1587:18 [INFO] [stdout] | [INFO] [stdout] 1587 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1600:18 [INFO] [stdout] | [INFO] [stdout] 1600 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1601:18 [INFO] [stdout] | [INFO] [stdout] 1601 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1602:18 [INFO] [stdout] | [INFO] [stdout] 1602 | let zs = interp((z - z0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1618:18 [INFO] [stdout] | [INFO] [stdout] 1618 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1619:18 [INFO] [stdout] | [INFO] [stdout] 1619 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1620:18 [INFO] [stdout] | [INFO] [stdout] 1620 | let zs = interp((z - z0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1621:18 [INFO] [stdout] | [INFO] [stdout] 1621 | let ws = interp((w - w0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1641:18 [INFO] [stdout] | [INFO] [stdout] 1641 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1642:18 [INFO] [stdout] | [INFO] [stdout] 1642 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1643:18 [INFO] [stdout] | [INFO] [stdout] 1643 | let zs = interp((z - z0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1644:18 [INFO] [stdout] | [INFO] [stdout] 1644 | let ws = interp((w - w0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1645:18 [INFO] [stdout] | [INFO] [stdout] 1645 | let us = interp((u - u0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1646:18 [INFO] [stdout] | [INFO] [stdout] 1646 | let vs = interp((v - v0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1658:18 [INFO] [stdout] | [INFO] [stdout] 1658 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1659:18 [INFO] [stdout] | [INFO] [stdout] 1659 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1673:18 [INFO] [stdout] | [INFO] [stdout] 1673 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1674:18 [INFO] [stdout] | [INFO] [stdout] 1674 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1675:18 [INFO] [stdout] | [INFO] [stdout] 1675 | let zs = interp((z - z0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1691:18 [INFO] [stdout] | [INFO] [stdout] 1691 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1692:18 [INFO] [stdout] | [INFO] [stdout] 1692 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1693:18 [INFO] [stdout] | [INFO] [stdout] 1693 | let zs = interp((z - z0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1694:18 [INFO] [stdout] | [INFO] [stdout] 1694 | let ws = interp((w - w0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1714:18 [INFO] [stdout] | [INFO] [stdout] 1714 | let xs = interp((x - x0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1715:18 [INFO] [stdout] | [INFO] [stdout] 1715 | let ys = interp((y - y0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1716:18 [INFO] [stdout] | [INFO] [stdout] 1716 | let zs = interp((z - z0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1717:18 [INFO] [stdout] | [INFO] [stdout] 1717 | let ws = interp((w - w0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1718:18 [INFO] [stdout] | [INFO] [stdout] 1718 | let us = interp((u - u0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/noise_gen.rs:1719:18 [INFO] [stdout] | [INFO] [stdout] 1719 | let vs = interp((v - v0 as f64)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:355:29 [INFO] [stdout] | [INFO] [stdout] 355 | x *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:356:29 [INFO] [stdout] | [INFO] [stdout] 356 | y *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:379:29 [INFO] [stdout] | [INFO] [stdout] 379 | x *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:380:29 [INFO] [stdout] | [INFO] [stdout] 380 | y *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:381:29 [INFO] [stdout] | [INFO] [stdout] 381 | z *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:406:29 [INFO] [stdout] | [INFO] [stdout] 406 | x *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:407:29 [INFO] [stdout] | [INFO] [stdout] 407 | y *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:408:29 [INFO] [stdout] | [INFO] [stdout] 408 | z *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:409:29 [INFO] [stdout] | [INFO] [stdout] 409 | w *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:437:29 [INFO] [stdout] | [INFO] [stdout] 437 | x *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:438:29 [INFO] [stdout] | [INFO] [stdout] 438 | y *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:439:29 [INFO] [stdout] | [INFO] [stdout] 439 | z *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:440:29 [INFO] [stdout] | [INFO] [stdout] 440 | w *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:441:29 [INFO] [stdout] | [INFO] [stdout] 441 | u *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/implicit_fractal.rs:442:29 [INFO] [stdout] | [INFO] [stdout] 442 | v *= self.frequency;; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/rgba_blend.rs:73:20 [INFO] [stdout] | [INFO] [stdout] 73 | Rgba::with_all((low[0] + control * (high[0] - low[0])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/rgba_blend.rs:74:20 [INFO] [stdout] | [INFO] [stdout] 74 | (low[1] + control * (high[1] - low[1])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/rgba_blend.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | (low[2] + control * (high[2] - low[2])), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/rgba_blend.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | (low[3] + control * (high[3] - low[3]))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | (2.0 * s1[0] * s2[0]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | (1.0 - 2.0 * (1.0 - s1[0]) * (1.0 - s2[0])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:112:9 [INFO] [stdout] | [INFO] [stdout] 112 | (2.0 * s1[1] * s2[1]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | (1.0 - 2.0 * (1.0 - s1[1]) * (1.0 - s2[1])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | (2.0 * s1[2] * s2[2]) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:119:9 [INFO] [stdout] | [INFO] [stdout] 119 | (1.0 - 2.0 * (1.0 - s1[2]) * (1.0 - s2[2])) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | (s1[0] + s2[0] - 1.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:226:9 [INFO] [stdout] | [INFO] [stdout] 226 | (s1[1] + s2[1] - 1.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/rgba_color_ops.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | (s1[2] + s2[2] - 1.0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 60 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.27s [INFO] running `Command { std: "docker" "inspect" "57d5a7f74f1a0e4cb2c29acba5c99b26d406bd43d52121001224054fd0fdb401", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57d5a7f74f1a0e4cb2c29acba5c99b26d406bd43d52121001224054fd0fdb401", kill_on_drop: false }` [INFO] [stdout] 57d5a7f74f1a0e4cb2c29acba5c99b26d406bd43d52121001224054fd0fdb401