[INFO] fetching crate guion 0.5.0-dev1... [INFO] linting guion-0.5.0-dev1 against nightly for clippy-nonminimal_bool-denied [INFO] extracting crate guion 0.5.0-dev1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate guion 0.5.0-dev1 [INFO] finished tweaking crates.io crate guion 0.5.0-dev1 [INFO] tweaked toml for crates.io crate guion 0.5.0-dev1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate guion 0.5.0-dev1 on toolchain nightly [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded qwutils v0.3.1 [INFO] [stderr] Downloaded boolinator v2.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2f07843e7c05d02fc0c8048d8284ff82b1b54e5c3f192b82e9dc4e585375505 [INFO] running `Command { std: "docker" "start" "-a" "a2f07843e7c05d02fc0c8048d8284ff82b1b54e5c3f192b82e9dc4e585375505", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2f07843e7c05d02fc0c8048d8284ff82b1b54e5c3f192b82e9dc4e585375505", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2f07843e7c05d02fc0c8048d8284ff82b1b54e5c3f192b82e9dc4e585375505", kill_on_drop: false }` [INFO] [stdout] a2f07843e7c05d02fc0c8048d8284ff82b1b54e5c3f192b82e9dc4e585375505 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "clippy" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c5ded30f45068c5f54aeb4a31ae6f94aaaa80dd9f6980ece17974e3b87855a9 [INFO] running `Command { std: "docker" "start" "-a" "5c5ded30f45068c5f54aeb4a31ae6f94aaaa80dd9f6980ece17974e3b87855a9", kill_on_drop: false }` [INFO] [stderr] Checking boolinator v2.4.0 [INFO] [stderr] Checking qwutils v0.3.1 [INFO] [stderr] Checking guion v0.5.0-dev1 (/opt/rustwide/workdir) [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:384:33 [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] = note: `#[warn(clippy::zero_prefixed_literal)]` on by default [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 384 - 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 384 + 03 => senf. 3,02 => senf. 2,1 => senf. 1,00 => senf. 0 [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,0o1 => senf. 1,00 => senf. 0 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:384:19 [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 384 - 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 384 + 03 => senf. 3,2 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,0o2 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:384:5 [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 384 - 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 384 + 3 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 384 | 0o3 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:47 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 07 => senf. 7,06 => senf. 6,05 => senf. 5,4 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,0o4 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:33 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 07 => senf. 7,06 => senf. 6,5 => senf. 5,04 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,0o5 => senf. 5,04 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:19 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 07 => senf. 7,6 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,0o6 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 7 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 0o7 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:382:47 [INFO] [stdout] | [INFO] [stdout] 382 | 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 382 - 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] 382 + 11 => senf.11,10 => senf.10,09 => senf. 9,8 => senf. 8, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:382:33 [INFO] [stdout] | [INFO] [stdout] 382 | 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 382 - 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] 382 + 11 => senf.11,10 => senf.10,9 => senf. 9,08 => senf. 8, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:384:33 [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] = note: `#[warn(clippy::zero_prefixed_literal)]` on by default [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 384 - 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 384 + 03 => senf. 3,02 => senf. 2,1 => senf. 1,00 => senf. 0 [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,0o1 => senf. 1,00 => senf. 0 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:384:19 [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 384 - 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 384 + 03 => senf. 3,2 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,0o2 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:384:5 [INFO] [stdout] | [INFO] [stdout] 384 | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 384 - 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 384 + 3 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 384 | 0o3 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:47 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 07 => senf. 7,06 => senf. 6,05 => senf. 5,4 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,0o4 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:33 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 07 => senf. 7,06 => senf. 6,5 => senf. 5,04 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,0o5 => senf. 5,04 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:19 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 07 => senf. 7,6 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,0o6 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:383:5 [INFO] [stdout] | [INFO] [stdout] 383 | 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 383 - 07 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] 383 + 7 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | [INFO] [stdout] help: if you mean to use an octal constant, use `0o` [INFO] [stdout] | [INFO] [stdout] 383 | 0o7 => senf. 7,06 => senf. 6,05 => senf. 5,04 => senf. 4, [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:382:47 [INFO] [stdout] | [INFO] [stdout] 382 | 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 382 - 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] 382 + 11 => senf.11,10 => senf.10,09 => senf. 9,8 => senf. 8, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this is a decimal constant [INFO] [stdout] --> src/widget/array.rs:382:33 [INFO] [stdout] | [INFO] [stdout] 382 | 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#zero_prefixed_literal [INFO] [stdout] help: if you mean to use a decimal constant, remove the `0` to avoid confusion [INFO] [stdout] | [INFO] [stdout] 382 - 11 => senf.11,10 => senf.10,09 => senf. 9,08 => senf. 8, [INFO] [stdout] 382 + 11 => senf.11,10 => senf.10,9 => senf. 9,08 => senf. 8, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / impl_traitcast!( [INFO] [stdout] 109 | | dyn IButton => |s| s; [INFO] [stdout] 110 | | dyn Trigger => |s| &s.trigger; [INFO] [stdout] 111 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / impl_traitcast_mut!( [INFO] [stdout] 139 | | dyn IButton => |s| s; [INFO] [stdout] 140 | | dyn Trigger => |s| &mut s.trigger; [INFO] [stdout] 141 | | dyn TriggerMut => |s| &mut s.trigger_mut; [INFO] [stdout] 142 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestType... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / impl_traitcast!( [INFO] [stdout] 63 | | dyn AtomState> => |s| &s.glyph_cache; [INFO] [stdout] 64 | | dyn Validation => |s| &s.text; [INFO] [stdout] 65 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::De... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | / impl_traitcast_mut!( [INFO] [stdout] 91 | | dyn AtomStateMut> => |s| &mut s.glyph_cache; [INFO] [stdout] 92 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 93 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 94 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestType... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | / impl_traitcast!( [INFO] [stdout] 52 | | dyn AtomState => |s| &s.value; [INFO] [stdout] 53 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::De... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / impl_traitcast_mut!( [INFO] [stdout] 74 | | dyn AtomStateMut => |s| &mut s.value; [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | / impl_traitcast!( [INFO] [stdout] 124 | | dyn ICheckBox => |s| s; [INFO] [stdout] 125 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 126 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | / impl_traitcast_mut!( [INFO] [stdout] 153 | | dyn ICheckBox => |s| s; [INFO] [stdout] 154 | | dyn ICheckBoxMut => |s| s; [INFO] [stdout] 155 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 156 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 157 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / impl_traitcast!( [INFO] [stdout] 149 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 150 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / impl_traitcast_mut!( [INFO] [stdout] 179 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 180 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | / impl_traitcast!( [INFO] [stdout] 237 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 238 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 239 | | dyn AtomState => |s| &s.cursor; [INFO] [stdout] ... | [INFO] [stdout] 243 | | dyn Validation => |s| &s.text; [INFO] [stdout] 244 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | / impl_traitcast_mut!( [INFO] [stdout] 273 | | dyn TextStor => |s| &mut s.text; [INFO] [stdout] 274 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 275 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] ... | [INFO] [stdout] 286 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 287 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / impl_traitcast!( [INFO] [stdout] 122 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 123 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / impl_traitcast_mut!( [INFO] [stdout] 150 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] 151 | | dyn AtomStateMut => |s| &mut s.scroll; [INFO] [stdout] 152 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant field names in struct initialization [INFO] [stdout] --> src/widgets/area/mod.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | scroll: scroll, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: replace it with: `scroll` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stdout] = note: `#[warn(clippy::redundant_field_names)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 108 | / impl_traitcast!( [INFO] [stdout] 109 | | dyn IButton => |s| s; [INFO] [stdout] 110 | | dyn Trigger => |s| &s.trigger; [INFO] [stdout] 111 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/button/widget.rs:138:5 [INFO] [stdout] | [INFO] [stdout] 138 | / impl_traitcast_mut!( [INFO] [stdout] 139 | | dyn IButton => |s| s; [INFO] [stdout] 140 | | dyn Trigger => |s| &mut s.trigger; [INFO] [stdout] 141 | | dyn TriggerMut => |s| &mut s.trigger_mut; [INFO] [stdout] 142 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestType... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / impl_traitcast!( [INFO] [stdout] 63 | | dyn AtomState> => |s| &s.glyph_cache; [INFO] [stdout] 64 | | dyn Validation => |s| &s.text; [INFO] [stdout] 65 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::De... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/label/widget.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 90 | / impl_traitcast_mut!( [INFO] [stdout] 91 | | dyn AtomStateMut> => |s| &mut s.glyph_cache; [INFO] [stdout] 92 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 93 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 94 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestType... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | / impl_traitcast!( [INFO] [stdout] 52 | | dyn AtomState => |s| &s.value; [INFO] [stdout] 53 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::De... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/pbar/widget.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | / impl_traitcast_mut!( [INFO] [stdout] 74 | | dyn AtomStateMut => |s| &mut s.value; [INFO] [stdout] 75 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:123:5 [INFO] [stdout] | [INFO] [stdout] 123 | / impl_traitcast!( [INFO] [stdout] 124 | | dyn ICheckBox => |s| s; [INFO] [stdout] 125 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 126 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/checkbox/widget.rs:152:5 [INFO] [stdout] | [INFO] [stdout] 152 | / impl_traitcast_mut!( [INFO] [stdout] 153 | | dyn ICheckBox => |s| s; [INFO] [stdout] 154 | | dyn ICheckBoxMut => |s| s; [INFO] [stdout] 155 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 156 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 157 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 148 | / impl_traitcast!( [INFO] [stdout] 149 | | dyn AtomState => |s| &s.state; [INFO] [stdout] 150 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/splitpane/widget.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | / impl_traitcast_mut!( [INFO] [stdout] 179 | | dyn AtomState => |s| &mut s.state; [INFO] [stdout] 180 | | dyn AtomStateMut => |s| &mut s.state; [INFO] [stdout] 181 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | / impl_traitcast!( [INFO] [stdout] 237 | | dyn TextStor => |s| &s.text; [INFO] [stdout] 238 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 239 | | dyn AtomState => |s| &s.cursor; [INFO] [stdout] ... | [INFO] [stdout] 243 | | dyn Validation => |s| &s.text; [INFO] [stdout] 244 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/textbox/widget.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | / impl_traitcast_mut!( [INFO] [stdout] 273 | | dyn TextStor => |s| &mut s.text; [INFO] [stdout] 274 | | dyn TextStorMut => |s| &mut s.text; [INFO] [stdout] 275 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] ... | [INFO] [stdout] 286 | | dyn ValidationMut => |s| &mut s.text; [INFO] [stdout] 287 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:30:49 [INFO] [stdout] | [INFO] [stdout] 30 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::Widget<_>) as $crate::util::traitcast::Traitcast::<$trait,_>>::DestTyp... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | / impl_traitcast!( [INFO] [stdout] 122 | | dyn AtomState => |s| &s.scroll; [INFO] [stdout] 123 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/util/traitcast.rs:57:49 [INFO] [stdout] | [INFO] [stdout] 57 | ... if t == std::any::TypeId::of::<<(dyn $crate::widget::WidgetMut<_>) as $crate::util::traitcast::TraitcastMut::<$trait,_>>::D... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/widgets/area/widget.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | / impl_traitcast_mut!( [INFO] [stdout] 150 | | dyn AtomState => |s| &mut s.scroll; [INFO] [stdout] 151 | | dyn AtomStateMut => |s| &mut s.scroll; [INFO] [stdout] 152 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_traitcast_mut` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant field names in struct initialization [INFO] [stdout] --> src/widgets/area/mod.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | scroll: scroll, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: replace it with: `scroll` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stdout] = note: `#[warn(clippy::redundant_field_names)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/id/standard.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | impl SubPath for StdID where E: Env, E::WidgetID: Into + From { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | S: SubPath + From+Into + Debug + Send+Sync + 'static, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:145:44 [INFO] [stdout] | [INFO] [stdout] 145 | impl SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:155:60 [INFO] [stdout] | [INFO] [stdout] 155 | impl RefClonable for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:162:66 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/path/standard.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:71:58 [INFO] [stdout] | [INFO] [stdout] 71 | self.v.get(self.v.len()-1).cloned().map(SubPath::into_id) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `path::sub::SubPath::from_id` [INFO] [stdout] --> src/path/standard.rs:132:40 [INFO] [stdout] | [INFO] [stdout] 132 | self.clone().attached(SubPath::from_id(child_id)) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl Statize for dyn Validation where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl Statize for dyn ValidationMut where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl Statize for dyn AtomState where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | unsafe impl Statize for dyn AtomStateMut where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/id/standard.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | impl SubPath for StdID where E: Env, E::WidgetID: Into + From { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | S: SubPath + From+Into + Debug + Send+Sync + 'static, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:145:44 [INFO] [stdout] | [INFO] [stdout] 145 | impl SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:155:60 [INFO] [stdout] | [INFO] [stdout] 155 | impl RefClonable for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `path::sub::SubPath` [INFO] [stdout] --> src/path/standard.rs:162:66 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/path/standard.rs:162:18 [INFO] [stdout] | [INFO] [stdout] 162 | unsafe impl Statize for SimplePath where E: Env, S: SubPath + Send+Sync + 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:71:58 [INFO] [stdout] | [INFO] [stdout] 71 | self.v.get(self.v.len()-1).cloned().map(SubPath::into_id) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `path::sub::SubPath::from_id` [INFO] [stdout] --> src/path/standard.rs:132:40 [INFO] [stdout] | [INFO] [stdout] 132 | self.clone().attached(SubPath::from_id(child_id)) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe impl Statize for dyn Validation where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/validation/mod.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | unsafe impl Statize for dyn ValidationMut where E: 'static { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl Statize for dyn AtomState where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `widget::cast::Statize` [INFO] [stdout] --> src/widgets/util/state.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | unsafe impl Statize for dyn AtomStateMut where T: 'static, E: Env { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs [INFO] [stdout] --> src/widgets/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[macro_use]` can be applied to crates, extern crates, and modules [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/link/mod.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | self.widget.stor.trace_bounds(self.ctx,self.widget.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | let cpath = w.in_parent_path(path.refc()).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:263:23 [INFO] [stdout] | [INFO] [stdout] 263 | let path = rw.in_parent_path(self.path(),false); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 57 | match_view!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | match_view!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:94:31 [INFO] [stdout] | [INFO] [stdout] 94 | match_view!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:118:31 [INFO] [stdout] | [INFO] [stdout] 118 | match_view!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:198:30 [INFO] [stdout] | [INFO] [stdout] 198 | match_mut!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:202:30 [INFO] [stdout] | [INFO] [stdout] 202 | match_mut!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:235:30 [INFO] [stdout] | [INFO] [stdout] 235 | match_mut!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:257:30 [INFO] [stdout] | [INFO] [stdout] 257 | match_mut!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:334:30 [INFO] [stdout] | [INFO] [stdout] 334 | match_mut!(self|s| s.childs_mut() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:339:31 [INFO] [stdout] | [INFO] [stdout] 339 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:425:31 [INFO] [stdout] | [INFO] [stdout] 425 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:426:31 [INFO] [stdout] | [INFO] [stdout] 426 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:459:31 [INFO] [stdout] | [INFO] [stdout] 459 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/resolved.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | self.stor.trace_bounds(c,self.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:54:34 [INFO] [stdout] | [INFO] [stdout] 54 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:123:34 [INFO] [stdout] | [INFO] [stdout] 123 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_use]` attribute cannot be used on macro defs [INFO] [stdout] --> src/widgets/mod.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[macro_use]` can be applied to crates, extern crates, and modules [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/link/mod.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | self.widget.stor.trace_bounds(self.ctx,self.widget.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:208:31 [INFO] [stdout] | [INFO] [stdout] 208 | let cpath = w.in_parent_path(path.refc()).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/link/mod.rs:263:23 [INFO] [stdout] | [INFO] [stdout] 263 | let path = rw.in_parent_path(self.path(),false); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 57 | match_view!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | match_view!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:94:31 [INFO] [stdout] | [INFO] [stdout] 94 | match_view!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:108:31 [INFO] [stdout] | [INFO] [stdout] 108 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:118:31 [INFO] [stdout] | [INFO] [stdout] 118 | match_view!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/imp.rs:198:30 [INFO] [stdout] | [INFO] [stdout] 198 | match_mut!(self|s| s.in_parent_path(parent) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/imp.rs:202:30 [INFO] [stdout] | [INFO] [stdout] 202 | match_mut!(self|s| s.resolved_by_path(sub_path) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::child_paths` [INFO] [stdout] --> src/widget/imp.rs:235:30 [INFO] [stdout] | [INFO] [stdout] 235 | match_mut!(self|s| s.child_paths(own_path) ) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:247:31 [INFO] [stdout] | [INFO] [stdout] 247 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:257:30 [INFO] [stdout] | [INFO] [stdout] 257 | match_mut!(self|s| s.childs_ref() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:334:30 [INFO] [stdout] | [INFO] [stdout] 334 | match_mut!(self|s| s.childs_mut() ) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:339:31 [INFO] [stdout] | [INFO] [stdout] 339 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:425:31 [INFO] [stdout] | [INFO] [stdout] 425 | Self::Ref(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::childs_ref` [INFO] [stdout] --> src/widget/imp.rs:426:31 [INFO] [stdout] | [INFO] [stdout] 426 | Self::Mut(s) => s.childs_ref(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::WidgetMut::childs_mut` [INFO] [stdout] --> src/widget/imp.rs:459:31 [INFO] [stdout] | [INFO] [stdout] 459 | Self::Mut(s) => s.childs_mut(), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::root::Widgets::trace_bounds` [INFO] [stdout] --> src/widget/resolved.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | self.stor.trace_bounds(c,self.path.refc(),root_bounds,e,force).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:54:34 [INFO] [stdout] | [INFO] [stdout] 54 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/widget/resolvable.rs:123:34 [INFO] [stdout] | [INFO] [stdout] 123 | Self::Widget(w) => w.resolved_by_path(p), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::in_parent_path` [INFO] [stdout] --> src/widget/resolvable.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | Self::Widget(w) => w.in_parent_path(parent), [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:401:31 [INFO] [stdout] | [INFO] [stdout] 401 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:414:31 [INFO] [stdout] | [INFO] [stdout] 414 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:428:31 [INFO] [stdout] | [INFO] [stdout] 428 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:441:31 [INFO] [stdout] | [INFO] [stdout] 441 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ ------------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:110:53 [INFO] [stdout] | [INFO] [stdout] 110 | if let Some(r) = self.child(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::ResolvableMut::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:404:57 [INFO] [stdout] | [INFO] [stdout] 404 | if let Some(r) = self.child_mut(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | Any::is::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 | ::is::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | Any::downcast_ref::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 | ::downcast_ref::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | Any::downcast_mut::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 | ::downcast_mut::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/path/sub.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | .find(|(_,v)| v.resolve_to_same_widget(ptip) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:81:22 [INFO] [stdout] | [INFO] [stdout] 81 | return s.resolve_to_same_widget(o); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | sub_path_dest_id = s.clone().into_id(); //TODO deprecated old PathSub thing [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:127:58 [INFO] [stdout] | [INFO] [stdout] 127 | Self::resolves_thru_child_id(tip.clone().into_id(),sub_path) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/event/filter.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | dest.widget.resolved_by_path(&self.filter_path) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/event/standard/dyn_evt.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | Any::downcast_ref(self.event._as_any()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 | ::downcast_ref(self.event._as_any()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:63:37 [INFO] [stdout] | [INFO] [stdout] 63 | passed |= l._event_root(&e.with_event(Event::from(RootEvent::KbdPress{key}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/imp.rs:113:78 [INFO] [stdout] | [INFO] [stdout] 113 | ... l.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(path,l.widget.stor).expect("TODO")); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | passed |= l._event_root(&e.with_event(Event::from(MouseMove{pos}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:208:33 [INFO] [stdout] | [INFO] [stdout] 208 | passed |= l._event_root(&e.with_event(Event::from(WindowMove{pos,size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:211:33 [INFO] [stdout] | [INFO] [stdout] 211 | passed |= l._event_root(&e.with_event(Event::from(WindowResize{size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/mod.rs:44:57 [INFO] [stdout] | [INFO] [stdout] 44 | root.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(p.refc(),root.widget.stor)?); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/pane/widget.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | r.render_widget(l); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/button/widget.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/button/widget.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 94 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 95 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::widgets::RenderStdWidgets::render_text`: avoid this because stuff is not cached [INFO] [stdout] --> src/widgets/label/widget.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | .render_text(self.text.caption().as_ref(),self.align,l.ctx); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/checkbox/widget.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 109 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 110 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | r.render_widget(left); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | r.render_widget(right); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/area/widget.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:158:36 [INFO] [stdout] | [INFO] [stdout] 158 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:284:25 [INFO] [stdout] | [INFO] [stdout] 284 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:296:36 [INFO] [stdout] | [INFO] [stdout] 296 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:380:40 [INFO] [stdout] | [INFO] [stdout] 380 | unsafe fn _as_trait_mut(&mut self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:401:31 [INFO] [stdout] | [INFO] [stdout] 401 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:414:31 [INFO] [stdout] | [INFO] [stdout] 414 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:428:31 [INFO] [stdout] | [INFO] [stdout] 428 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::array::IntoIter::::new`: use `IntoIterator::into_iter` instead [INFO] [stdout] --> src/widget/array.rs:441:31 [INFO] [stdout] | [INFO] [stdout] 441 | std::array::IntoIter::new(self) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/widget/root.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | ResolvableMut::Widget(w) => [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::in_parent_path` [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable call [INFO] [stdout] --> src/widget/mod.rs:69:55 [INFO] [stdout] | [INFO] [stdout] 69 | .map(#[inline] |i| self.child(i).unwrap().in_parent_path(own_path.refc(),todo!("TODO")) ) [INFO] [stdout] | ^^^^^^^^^^^^^^ ------------- any code following this expression is unreachable [INFO] [stdout] | | [INFO] [stdout] | unreachable call [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::Resolvable::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:110:53 [INFO] [stdout] | [INFO] [stdout] 110 | if let Some(r) = self.child(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::resolvable::ResolvableMut::<'w, E>::resolved_by_path` [INFO] [stdout] --> src/widget/mod.rs:404:57 [INFO] [stdout] | [INFO] [stdout] 404 | if let Some(r) = self.child_mut(c).unwrap().resolved_by_path(sub_path) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | Any::is::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 69 | ::is::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | Any::downcast_ref::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 72 | ::downcast_ref::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/standard.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | Any::downcast_mut::(self) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 75 | ::downcast_mut::(self) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/id/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 14 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/path/sub.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Any::downcast_ref::(o) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 | ::downcast_ref::(o) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | .find(|(_,v)| v.resolve_to_same_widget(ptip) ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::resolve_to_same_widget` [INFO] [stdout] --> src/path/standard.rs:81:22 [INFO] [stdout] | [INFO] [stdout] 81 | return s.resolve_to_same_widget(o); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:111:42 [INFO] [stdout] | [INFO] [stdout] 111 | sub_path_dest_id = s.clone().into_id(); //TODO deprecated old PathSub thing [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `path::sub::SubPath::into_id` [INFO] [stdout] --> src/path/standard.rs:127:58 [INFO] [stdout] | [INFO] [stdout] 127 | Self::resolves_thru_child_id(tip.clone().into_id(),sub_path) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::Widget::resolved_by_path` [INFO] [stdout] --> src/event/filter.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | dest.widget.resolved_by_path(&self.filter_path) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/event/standard/dyn_evt.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | Any::downcast_ref(self.event._as_any()) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 | ::downcast_ref(self.event._as_any()) [INFO] [stdout] | ++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:63:37 [INFO] [stdout] | [INFO] [stdout] 63 | passed |= l._event_root(&e.with_event(Event::from(RootEvent::KbdPress{key}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/imp.rs:113:78 [INFO] [stdout] | [INFO] [stdout] 113 | ... l.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(path,l.widget.stor).expect("TODO")); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | passed |= l._event_root(&e.with_event(Event::from(MouseMove{pos}))); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:208:33 [INFO] [stdout] | [INFO] [stdout] 208 | passed |= l._event_root(&e.with_event(Event::from(WindowMove{pos,size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `widget::link::Link::<'c, E>::_event_root`: Non-root link is panic [INFO] [stdout] --> src/handler/standard/imp.rs:211:33 [INFO] [stdout] | [INFO] [stdout] 211 | passed |= l._event_root(&e.with_event(Event::from(WindowResize{size}))) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `widget::ident::WidgetIdent::::from_path`: this resolves the widget [INFO] [stdout] --> src/handler/standard/mod.rs:44:57 [INFO] [stdout] | [INFO] [stdout] 44 | root.as_mut().s.kbd.focused = Some(WidgetIdent::from_path(p.refc(),root.widget.stor)?); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/pane/widget.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | r.render_widget(l); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/button/widget.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/button/widget.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 94 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 95 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::widgets::RenderStdWidgets::render_text`: avoid this because stuff is not cached [INFO] [stdout] --> src/widgets/label/widget.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | .render_text(self.text.caption().as_ref(),self.align,l.ctx); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:65:18 [INFO] [stdout] | [INFO] [stdout] 65 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable expression [INFO] [stdout] --> src/widgets/checkbox/widget.rs:110:9 [INFO] [stdout] | [INFO] [stdout] 109 | todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 110 | Ok(vec![]) //TODO or should None be returned for child-free widgets?? check this [INFO] [stdout] | ^^^^^^^^^^ unreachable expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:41:15 [INFO] [stdout] | [INFO] [stdout] 41 | r.render_widget(left); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | r.render_widget(right); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `render::link::RenderLink::<'a, E>::render_widget` [INFO] [stdout] --> src/widgets/area/widget.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | .render_widget(l.for_child(0).unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:158:36 [INFO] [stdout] | [INFO] [stdout] 158 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widget/imp.rs:284:25 [INFO] [stdout] | [INFO] [stdout] 284 | fn _tabulate(&self, mut l: Link, op: TabulateOrigin, dir: TabulateDirection) -> Result,E::Error> { [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:296:36 [INFO] [stdout] | [INFO] [stdout] 296 | unsafe fn _as_trait_ref(&self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `t` [INFO] [stdout] --> src/widget/imp.rs:380:40 [INFO] [stdout] | [INFO] [stdout] 380 | unsafe fn _as_trait_mut(&mut self, t: TypeId) -> Option { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_t` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/widget/root.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | ResolvableMut::Widget(w) => [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/render/link.rs:42:60 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn simple(r: &'a mut ERenderer, dim: (u32,u32), c: &E::Context) -> Self { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/pane/widget.rs:115:80 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn child_bounds_impl(&self, mut l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> where [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/button/widget.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/label/widget.rs:49:52 [INFO] [stdout] | [INFO] [stdout] 49 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:38:52 [INFO] [stdout] | [INFO] [stdout] 38 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mm` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | if let Some(mm) = e.event.is_mouse_move() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_mm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:52 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:67 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:223:52 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/render/link.rs:42:60 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn simple(r: &'a mut ERenderer, dim: (u32,u32), c: &E::Context) -> Self { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `len` [INFO] [stdout] --> src/widgets/textbox/state.rs:225:20 [INFO] [stdout] | [INFO] [stdout] 225 | let (start,len) = self.start_len(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/widgets/textbox/imp.rs:94:90 [INFO] [stdout] | [INFO] [stdout] 94 | fn move_cursor_y(&mut self, o: Direction, skip_unselect: bool, ctx: &mut E::Context, b: &Bounds) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widgets/textbox/imp.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let mut tpos = mouse - b.off + Offset::from(off); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ee` [INFO] [stdout] --> src/widgets/textbox/imp.rs:142:21 [INFO] [stdout] | [INFO] [stdout] 142 | if let Some(ee) = mouse_down { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ee` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:106:52 [INFO] [stdout] | [INFO] [stdout] 106 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `char_off` is never used [INFO] [stdout] --> src/text/stor.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn char_off(s: impl AsRef, o: usize) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `c` is never read [INFO] [stdout] --> src/widgets/util/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct SizeCache where E: Env { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 12 | c: Option>, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `with` and `invalidate` are never used [INFO] [stdout] --> src/widgets/util/mod.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl SizeCache where E: Env { [INFO] [stdout] | --------------------------------- methods in this implementation [INFO] [stdout] 16 | fn with(&self, mut l: Link, f: fn(Link) -> ESize) -> ESize { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn invalidate(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn mutate_closure(&mut self, f: Box,&mut E::Context,E::WidgetPath)+'static>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] = note: `#[warn(clippy::type_complexity)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:32:47 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn mutate_closure_at(&mut self, f: Box,&mut E::Context,E::WidgetPath)+'static>, o: O, p: i64) ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:56:40 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn later_closure(&mut self, f: Box,&mut E::Context)+Sync>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:60:46 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn later_closure_at(&mut self, f: Box,&mut E::Context)+Sync>, o: O, p: i64) where ECQueue: Que... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless conversion to the same type: `::WidgetPath` [INFO] [stdout] --> src/widget/link/mod.rs:208:29 [INFO] [stdout] | [INFO] [stdout] 208 | let cpath = w.in_parent_path(path.refc()).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `w.in_parent_path(path.refc())` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion [INFO] [stdout] = note: `#[warn(clippy::useless_conversion)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/link/mod.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn child_bounds(&mut self, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] = note: `#[warn(clippy::result_unit_err)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/link/mod.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | pub fn with_root<'s>(&'s mut self) -> Result,()> where 'c: 's { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/link/mod.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | &self.ctx [INFO] [stdout] | ^^^^^^^^^ help: change this to: `self.ctx` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] = note: `#[warn(clippy::needless_borrow)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/link/mod.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | &mut self.ctx [INFO] [stdout] | ^^^^^^^^^^^^^ help: change this to: `self.ctx` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: docs for unsafe trait missing `# Safety` section [INFO] [stdout] --> src/widget/cast.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe trait Statize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] = note: `#[warn(clippy::missing_safety_doc)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: docs for unsafe trait missing `# Safety` section [INFO] [stdout] --> src/widget/cast.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub unsafe trait StatizeSized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl<'w,E> Statize for dyn WidgetMut+'_ where E: Env { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] = note: `#[warn(clippy::extra_unused_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | unsafe impl<'w,T,E> Statize for Box where T: Statize+?Sized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | unsafe impl<'w,T,E> Statize for Rc where T: Statize+?Sized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe impl<'w,T,E> Statize for Arc where T: Statize+?Sized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe impl<'w,T,E> Statize for Vec where T: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | unsafe impl<'w,T,E> Statize for Option where T: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | unsafe impl<'w,T,U,E> Statize for Result where T: StatizeSized, U: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `?Sized` bound is ignored because of a `Sized` requirement [INFO] [stdout] --> src/widget/cast.rs:69:76 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone+?Sized, T::Statur: Clone { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `T` cannot be unsized because of the bound [INFO] [stdout] --> src/widget/cast.rs:69:70 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone+?Sized, T::Statur: Clone { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: ...because `Clone` has the bound `Sized` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_maybe_sized [INFO] [stdout] = note: `#[warn(clippy::needless_maybe_sized)]` on by default [INFO] [stdout] help: change the bounds that require `Sized`, or remove the `?Sized` bound [INFO] [stdout] | [INFO] [stdout] 69 - unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone+?Sized, T::Statur: Clone { [INFO] [stdout] 69 + unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone, T::Statur: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 'w [INFO] [stdout] --> src/widget/cast.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | unsafe impl<'w,T,E> Statize for &'w T where T: Statize+?Sized { [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] = note: `#[warn(clippy::needless_lifetimes)]` on by default [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 72 - unsafe impl<'w,T,E> Statize for &'w T where T: Statize+?Sized { [INFO] [stdout] 72 + unsafe impl Statize for &T where T: Statize+?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 'w [INFO] [stdout] --> src/widget/cast.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe impl<'w,T,E> Statize for &'w mut T where T: Statize+?Sized { [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 75 - unsafe impl<'w,T,E> Statize for &'w mut T where T: Statize+?Sized { [INFO] [stdout] 75 + unsafe impl Statize for &mut T where T: Statize+?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | unsafe impl<'w,T,E> Statize for [T] where T: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/imp.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | pub fn into_child<'s>(self, i: usize) -> Result,()> where Self: 's { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/imp.rs:450:5 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn into_child_mut<'w>(self, i: usize) -> Result,()> where Self: 'w { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/resolved.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | stor: &self.stor, [INFO] [stdout] | ^^^^^^^^^^ help: change this to: `self.stor` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless conversion to the same type: `::WidgetPath` [INFO] [stdout] --> src/widget/resolvable.rs:133:30 [INFO] [stdout] | [INFO] [stdout] 133 | Self::Path(w) => w.refc().into(), //TODO WRONG use widget's fns [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: consider removing `.into()`: `w.refc()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/root.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | &self [INFO] [stdout] | ^^^^^ help: change this to: `self` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded late initialization [INFO] [stdout] --> src/widget/root.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | let final_path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_late_init [INFO] [stdout] = note: `#[warn(clippy::needless_late_init)]` on by default [INFO] [stdout] help: move the declaration `final_path` here and remove the assignments from the `match` arms [INFO] [stdout] | [INFO] [stdout] 60 ~ [INFO] [stdout] 61 | [INFO] [stdout] 62 ~ let final_path = match root_in_stor_mut(stor).resolve_mut(sub.clone())? { [INFO] [stdout] 63 | ResolvableMut::Widget(w) => [INFO] [stdout] 64 ~ Ok(abs_path.clone()), [INFO] [stdout] 65 | ResolvableMut::Path(p) => [INFO] [stdout] 66 ~ Err(p), [INFO] [stdout] 67 ~ }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `WidgetArray` has a `len` method but no (possibly inherited) `is_empty` method [INFO] [stdout] --> src/widget/array.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / pub trait WidgetArray: Sized where E: Env { [INFO] [stdout] 5 | | fn len(&self) -> usize; [INFO] [stdout] 6 | | fn child<'s>(&'s self, i: usize) -> Result,()>; [INFO] [stdout] 7 | | fn into_child<'w>(self, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] 8 | | fn childs<'s>(&'s self) -> Vec>; [INFO] [stdout] 9 | | fn into_childs<'w>(self) -> Vec> where Self: 'w; [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty [INFO] [stdout] = note: `#[warn(clippy::len_without_is_empty)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | fn child<'s>(&'s self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | fn into_child<'w>(self, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | fn child_mut<'s>(&'s mut self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn into_child_mut<'w>(self, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice` [INFO] [stdout] --> src/widget/array.rs:104:14 [INFO] [stdout] | [INFO] [stdout] 104 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] = note: `#[warn(clippy::into_iter_on_ref)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` [INFO] [stdout] --> src/widget/array.rs:135:14 [INFO] [stdout] | [INFO] [stdout] 135 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` [INFO] [stdout] --> src/widget/array.rs:161:14 [INFO] [stdout] | [INFO] [stdout] 161 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/pane/widget.rs:115:80 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn child_bounds_impl(&self, mut l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> where [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/button/widget.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/label/widget.rs:49:52 [INFO] [stdout] | [INFO] [stdout] 49 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/pbar/widget.rs:38:52 [INFO] [stdout] | [INFO] [stdout] 38 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/checkbox/widget.rs:108:52 [INFO] [stdout] | [INFO] [stdout] 108 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mm` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | if let Some(mm) = e.event.is_mouse_move() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_mm` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:52 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `force` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:124:67 [INFO] [stdout] | [INFO] [stdout] 124 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_force` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/textbox/widget.rs:223:52 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `len` [INFO] [stdout] --> src/widgets/textbox/state.rs:225:20 [INFO] [stdout] | [INFO] [stdout] 225 | let (start,len) = self.start_len(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/widgets/textbox/imp.rs:94:90 [INFO] [stdout] | [INFO] [stdout] 94 | fn move_cursor_y(&mut self, o: Direction, skip_unselect: bool, ctx: &mut E::Context, b: &Bounds) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/widgets/textbox/imp.rs:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | let mut tpos = mouse - b.off + Offset::from(off); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ee` [INFO] [stdout] --> src/widgets/textbox/imp.rs:142:21 [INFO] [stdout] | [INFO] [stdout] 142 | if let Some(ee) = mouse_down { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_ee` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | let e = e.and(&self.style); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/widgets/area/widget.rs:106:52 [INFO] [stdout] | [INFO] [stdout] 106 | fn child_bounds(&self, _: Link, _: &Bounds, e: &EStyle, _: bool) -> Result,()> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `char_off` is never used [INFO] [stdout] --> src/text/stor.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn char_off(s: impl AsRef, o: usize) -> usize { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `c` is never read [INFO] [stdout] --> src/widgets/util/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct SizeCache where E: Env { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 12 | c: Option>, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `with` and `invalidate` are never used [INFO] [stdout] --> src/widgets/util/mod.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 15 | impl SizeCache where E: Env { [INFO] [stdout] | --------------------------------- methods in this implementation [INFO] [stdout] 16 | fn with(&self, mut l: Link, f: fn(Link) -> ESize) -> ESize { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 25 | fn invalidate(&mut self) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn mutate_closure(&mut self, f: Box,&mut E::Context,E::WidgetPath)+'static>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] = note: `#[warn(clippy::type_complexity)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:32:47 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn mutate_closure_at(&mut self, f: Box,&mut E::Context,E::WidgetPath)+'static>, o: O, p: i64) ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:56:40 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn later_closure(&mut self, f: Box,&mut E::Context)+Sync>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/widget/link/mod.rs:60:46 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn later_closure_at(&mut self, f: Box,&mut E::Context)+Sync>, o: O, p: i64) where ECQueue: Que... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless conversion to the same type: `::WidgetPath` [INFO] [stdout] --> src/widget/link/mod.rs:208:29 [INFO] [stdout] | [INFO] [stdout] 208 | let cpath = w.in_parent_path(path.refc()).into(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `w.in_parent_path(path.refc())` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion [INFO] [stdout] = note: `#[warn(clippy::useless_conversion)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/link/mod.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 244 | pub fn child_bounds(&mut self, b: &Bounds, e: &EStyle, force: bool) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] = note: `#[warn(clippy::result_unit_err)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/link/mod.rs:295:5 [INFO] [stdout] | [INFO] [stdout] 295 | pub fn with_root<'s>(&'s mut self) -> Result,()> where 'c: 's { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/link/mod.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | &self.ctx [INFO] [stdout] | ^^^^^^^^^ help: change this to: `self.ctx` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] = note: `#[warn(clippy::needless_borrow)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/link/mod.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | &mut self.ctx [INFO] [stdout] | ^^^^^^^^^^^^^ help: change this to: `self.ctx` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: docs for unsafe trait missing `# Safety` section [INFO] [stdout] --> src/widget/cast.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe trait Statize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] = note: `#[warn(clippy::missing_safety_doc)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: docs for unsafe trait missing `# Safety` section [INFO] [stdout] --> src/widget/cast.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | pub unsafe trait StatizeSized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | unsafe impl<'w,E> Statize for dyn WidgetMut+'_ where E: Env { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] = note: `#[warn(clippy::extra_unused_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | unsafe impl<'w,T,E> Statize for Box where T: Statize+?Sized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | unsafe impl<'w,T,E> Statize for Rc where T: Statize+?Sized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | unsafe impl<'w,T,E> Statize for Arc where T: Statize+?Sized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | unsafe impl<'w,T,E> Statize for Vec where T: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | unsafe impl<'w,T,E> Statize for Option where T: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | unsafe impl<'w,T,U,E> Statize for Result where T: StatizeSized, U: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `?Sized` bound is ignored because of a `Sized` requirement [INFO] [stdout] --> src/widget/cast.rs:69:76 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone+?Sized, T::Statur: Clone { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `T` cannot be unsized because of the bound [INFO] [stdout] --> src/widget/cast.rs:69:70 [INFO] [stdout] | [INFO] [stdout] 69 | unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone+?Sized, T::Statur: Clone { [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: ...because `Clone` has the bound `Sized` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_maybe_sized [INFO] [stdout] = note: `#[warn(clippy::needless_maybe_sized)]` on by default [INFO] [stdout] help: change the bounds that require `Sized`, or remove the `?Sized` bound [INFO] [stdout] | [INFO] [stdout] 69 - unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone+?Sized, T::Statur: Clone { [INFO] [stdout] 69 + unsafe impl<'w,T,E> Statize for Cow<'w,T> where T: Statize+Clone, T::Statur: Clone { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 'w [INFO] [stdout] --> src/widget/cast.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | unsafe impl<'w,T,E> Statize for &'w T where T: Statize+?Sized { [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] = note: `#[warn(clippy::needless_lifetimes)]` on by default [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 72 - unsafe impl<'w,T,E> Statize for &'w T where T: Statize+?Sized { [INFO] [stdout] 72 + unsafe impl Statize for &T where T: Statize+?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 'w [INFO] [stdout] --> src/widget/cast.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | unsafe impl<'w,T,E> Statize for &'w mut T where T: Statize+?Sized { [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 75 - unsafe impl<'w,T,E> Statize for &'w mut T where T: Statize+?Sized { [INFO] [stdout] 75 + unsafe impl Statize for &mut T where T: Statize+?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this lifetime isn't used in the impl [INFO] [stdout] --> src/widget/cast.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | unsafe impl<'w,T,E> Statize for [T] where T: StatizeSized { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/imp.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | pub fn into_child<'s>(self, i: usize) -> Result,()> where Self: 's { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/imp.rs:450:5 [INFO] [stdout] | [INFO] [stdout] 450 | pub fn into_child_mut<'w>(self, i: usize) -> Result,()> where Self: 'w { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/resolved.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | stor: &self.stor, [INFO] [stdout] | ^^^^^^^^^^ help: change this to: `self.stor` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless conversion to the same type: `::WidgetPath` [INFO] [stdout] --> src/widget/resolvable.rs:133:30 [INFO] [stdout] | [INFO] [stdout] 133 | Self::Path(w) => w.refc().into(), //TODO WRONG use widget's fns [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: consider removing `.into()`: `w.refc()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widget/root.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | &self [INFO] [stdout] | ^^^^^ help: change this to: `self` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded late initialization [INFO] [stdout] --> src/widget/root.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | let final_path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_late_init [INFO] [stdout] = note: `#[warn(clippy::needless_late_init)]` on by default [INFO] [stdout] help: move the declaration `final_path` here and remove the assignments from the `match` arms [INFO] [stdout] | [INFO] [stdout] 60 ~ [INFO] [stdout] 61 | [INFO] [stdout] 62 ~ let final_path = match root_in_stor_mut(stor).resolve_mut(sub.clone())? { [INFO] [stdout] 63 | ResolvableMut::Widget(w) => [INFO] [stdout] 64 ~ Ok(abs_path.clone()), [INFO] [stdout] 65 | ResolvableMut::Path(p) => [INFO] [stdout] 66 ~ Err(p), [INFO] [stdout] 67 ~ }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `WidgetArray` has a `len` method but no (possibly inherited) `is_empty` method [INFO] [stdout] --> src/widget/array.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / pub trait WidgetArray: Sized where E: Env { [INFO] [stdout] 5 | | fn len(&self) -> usize; [INFO] [stdout] 6 | | fn child<'s>(&'s self, i: usize) -> Result,()>; [INFO] [stdout] 7 | | fn into_child<'w>(self, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] 8 | | fn childs<'s>(&'s self) -> Vec>; [INFO] [stdout] 9 | | fn into_childs<'w>(self) -> Vec> where Self: 'w; [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty [INFO] [stdout] = note: `#[warn(clippy::len_without_is_empty)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | fn child<'s>(&'s self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | fn into_child<'w>(self, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | fn child_mut<'s>(&'s mut self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/array.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | fn into_child_mut<'w>(self, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice` [INFO] [stdout] --> src/widget/array.rs:104:14 [INFO] [stdout] | [INFO] [stdout] 104 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] = note: `#[warn(clippy::into_iter_on_ref)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` [INFO] [stdout] --> src/widget/array.rs:135:14 [INFO] [stdout] | [INFO] [stdout] 135 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` [INFO] [stdout] --> src/widget/array.rs:161:14 [INFO] [stdout] | [INFO] [stdout] 161 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `skip(..).next()` on an iterator [INFO] [stdout] --> src/widget/array.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | std::array::IntoIter::new(self) [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 402 | | .skip(i).next() [INFO] [stdout] | |___________________________^ help: use `nth` instead: `.nth(i)` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_skip_next [INFO] [stdout] = note: `#[warn(clippy::iter_skip_next)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `skip(..).next()` on an iterator [INFO] [stdout] --> src/widget/array.rs:428:40 [INFO] [stdout] | [INFO] [stdout] 428 | std::array::IntoIter::new(self) [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 429 | | .skip(i).next() [INFO] [stdout] | |___________________________^ help: use `nth` instead: `.nth(i)` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_skip_next [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `array` [INFO] [stdout] --> src/widget/array.rs:471:14 [INFO] [stdout] | [INFO] [stdout] 471 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `array` [INFO] [stdout] --> src/widget/array.rs:501:14 [INFO] [stdout] | [INFO] [stdout] 501 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `array` [INFO] [stdout] --> src/widget/array.rs:527:14 [INFO] [stdout] | [INFO] [stdout] 527 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | fn child<'s>(&'s self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | fn into_child<'s>(self: Box, i: usize) -> Result,()> where Self: 's; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:233:21 [INFO] [stdout] | [INFO] [stdout] 233 | return enter_child(&mut l, child_id, TabulateOrigin::Resolve(sub_path)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] = note: `#[warn(clippy::needless_return)]` on by default [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 233 - return enter_child(&mut l, child_id, TabulateOrigin::Resolve(sub_path)); [INFO] [stdout] 233 + enter_child(&mut l, child_id, TabulateOrigin::Resolve(sub_path)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:236:21 [INFO] [stdout] | [INFO] [stdout] 236 | return next_child(&mut l, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 236 - return next_child(&mut l, None); [INFO] [stdout] 236 + next_child(&mut l, None) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:250:60 [INFO] [stdout] | [INFO] [stdout] 250 | TabulateNextChildResponse::Child(t) => return enter_child(&mut l, t, TabulateOrigin::Enter), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 250 - TabulateNextChildResponse::Child(t) => return enter_child(&mut l, t, TabulateOrigin::Enter), [INFO] [stdout] 250 + TabulateNextChildResponse::Child(t) => enter_child(&mut l, t, TabulateOrigin::Enter), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:252:56 [INFO] [stdout] | [INFO] [stdout] 252 | TabulateNextChildResponse::This => return Ok(TabulateResponse::Done(l.path())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 252 - TabulateNextChildResponse::This => return Ok(TabulateResponse::Done(l.path())), [INFO] [stdout] 252 + TabulateNextChildResponse::This => Ok(TabulateResponse::Done(l.path())), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:253:57 [INFO] [stdout] | [INFO] [stdout] 253 | TabulateNextChildResponse::Leave => return Ok(TabulateResponse::Leave), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 253 - TabulateNextChildResponse::Leave => return Ok(TabulateResponse::Leave), [INFO] [stdout] 253 + TabulateNextChildResponse::Leave => Ok(TabulateResponse::Leave), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:224:46 [INFO] [stdout] | [INFO] [stdout] 224 | TabulateResponse::Done(v) => return Ok(TabulateResponse::Done(v)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 224 - TabulateResponse::Done(v) => return Ok(TabulateResponse::Done(v)), [INFO] [stdout] 224 + TabulateResponse::Done(v) => Ok(TabulateResponse::Done(v)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:225:44 [INFO] [stdout] | [INFO] [stdout] 225 | TabulateResponse::Leave => return next_child(l,Some(child_id)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 225 - TabulateResponse::Leave => return next_child(l,Some(child_id)), [INFO] [stdout] 225 + TabulateResponse::Leave => next_child(l,Some(child_id)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | fn child_mut<'s>(&'s mut self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | fn into_child_mut<'w>(self: Box, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `StdID` [INFO] [stdout] --> src/id/standard.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / pub fn new() -> Self { [INFO] [stdout] 17 | | StdID::Dyn(NEXT_ID.fetch_add(1,Ordering::Relaxed)) [INFO] [stdout] 18 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] = note: `#[warn(clippy::new_without_default)]` on by default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 14 + impl Default for StdID { [INFO] [stdout] 15 + fn default() -> Self { [INFO] [stdout] 16 + Self::new() [INFO] [stdout] 17 + } [INFO] [stdout] 18 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `map_or` can be simplified [INFO] [stdout] --> src/id/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | / Any::downcast_ref::(o) [INFO] [stdout] 15 | | .map_or(false, #[inline] |r| self.eq(r) ) [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or [INFO] [stdout] = note: `#[warn(clippy::unnecessary_map_or)]` on by default [INFO] [stdout] help: use `is_some_and` instead [INFO] [stdout] | [INFO] [stdout] 15 - .map_or(false, #[inline] |r| self.eq(r) ) [INFO] [stdout] 15 + .is_some_and(|r| self.eq(r) ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `map_or` can be simplified [INFO] [stdout] --> src/path/sub.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | / Any::downcast_ref::(o) [INFO] [stdout] 22 | | .map_or(false, #[inline] |r| self == r ) [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or [INFO] [stdout] help: use a standard comparison instead [INFO] [stdout] | [INFO] [stdout] 21 - Any::downcast_ref::(o) [INFO] [stdout] 22 - .map_or(false, #[inline] |r| self == r ) [INFO] [stdout] 21 + Any::downcast_ref::(o) == Some(self) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: length comparison to zero [INFO] [stdout] --> src/path/standard.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | if self.v.len() == 0 {return None;} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `self.v.is_empty()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero [INFO] [stdout] = note: `#[warn(clippy::len_zero)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: accessing last element with `self.v.get(self.v.len() - 1)` [INFO] [stdout] --> src/path/standard.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | self.v.get(self.v.len()-1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `self.v.last()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_last_with_len [INFO] [stdout] = note: `#[warn(clippy::get_last_with_len)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: accessing last element with `self.v.get(self.v.len() - 1)` [INFO] [stdout] --> src/path/standard.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | self.v.get(self.v.len()-1).cloned().map(SubPath::into_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `self.v.last()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_last_with_len [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/path/mod.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | fn strip_prefix(&self, prefix: &Self) -> Result; //TODO GuionError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/render/link.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | bounds: self.bounds.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.bounds` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] = note: `#[warn(clippy::clone_on_copy)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/render/link.rs:245:23 [INFO] [stdout] | [INFO] [stdout] 245 | viewport: self.viewport.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.viewport` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/render/link.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | &self.r [INFO] [stdout] | ^^^^^^^ help: change this to: `self.r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/render/link.rs:291:9 [INFO] [stdout] | [INFO] [stdout] 291 | &mut self.r [INFO] [stdout] | ^^^^^^^^^^^ help: change this to: `self.r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/render/widgets.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | let oldb = self._bounds().clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*self._bounds()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: empty doc comment [INFO] [stdout] --> src/event/filter.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | /// [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider removing or filling it [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs [INFO] [stdout] = note: `#[warn(clippy::empty_docs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 'a [INFO] [stdout] --> src/style/selector/imp.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a,S,T,E> StyleSelectorAppend<&'a [S],E> for T where [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 14 - impl<'a,S,T,E> StyleSelectorAppend<&'a [S],E> for T where [INFO] [stdout] 14 + impl StyleSelectorAppend<&[S],E> for T where [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods called `into_*` usually take `self` by value [INFO] [stdout] --> src/style/color.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | fn into_rgba8(&self) -> [u8;4]; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider choosing a less ambiguous name [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention [INFO] [stdout] = note: `#[warn(clippy::wrong_self_convention)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `axis.max` after checking its variant with `is_some` [INFO] [stdout] --> src/layout/calc.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 66 | } else if axis.max.is_some() && should > axis.max.unwrap() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 67 | repeat = true; [INFO] [stdout] 68 | allocated += axis.max.unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] = note: `#[warn(clippy::unnecessary_unwrap)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `axis.max` after checking its variant with `is_some` [INFO] [stdout] --> src/layout/calc.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 66 | } else if axis.max.is_some() && should > axis.max.unwrap() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] ... [INFO] [stdout] 69 | *val = Some(axis.max.unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting to the same type is unnecessary (`u32` -> `u32`) [INFO] [stdout] --> src/layout/calc.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let width = outer.par(o) as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try: `outer.par(o)` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast [INFO] [stdout] = note: `#[warn(clippy::unnecessary_cast)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()` [INFO] [stdout] --> src/layout/imp/size_axis.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn [INFO] [stdout] = note: `#[warn(clippy::option_map_unit_fn)]` on by default [INFO] [stdout] help: use `if let` instead [INFO] [stdout] | [INFO] [stdout] 16 - s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] 16 + if let Some(m) = s.max { ... } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `StdGonstraintAxis` which implements the `Copy` trait [INFO] [stdout] --> src/layout/mod.rs:211:21 [INFO] [stdout] | [INFO] [stdout] 211 | let mut s = self.clone(); [INFO] [stdout] | ^^^^^^^^^^^^ help: try dereferencing it: `*self` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()` [INFO] [stdout] --> src/layout/mod.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn [INFO] [stdout] help: use `if let` instead [INFO] [stdout] | [INFO] [stdout] 217 - s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] 217 + if let Some(m) = s.max { ... } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:17:49 [INFO] [stdout] | [INFO] [stdout] 17 | MutateWidgetClosure{path: E::WidgetPath, f: Box,&mut E::Context,E::WidgetPath)+'static>}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | MutateRootClosure{f: Box}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | AccessWidgetClosure{path: E::WidgetPath, f: Box,&mut E::Context)+'static>}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | AccessRootClosure{f: Box}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant pattern matching, consider using `is_some()` [INFO] [stdout] --> src/handler/standard/imp.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | if let Some(_) = e.event.is::() { [INFO] [stdout] | -------^^^^^^^---------------------------- help: try: `if e.event.is::().is_some()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stdout] = note: `#[warn(clippy::redundant_pattern_matching)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `KeyState` [INFO] [stdout] --> src/state/standard/key/mod.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / pub fn new() -> Self { [INFO] [stdout] 51 | | Self{ [INFO] [stdout] 52 | | pressed: Vec::with_capacity(4096 / size_of::>()), [INFO] [stdout] 53 | | } [INFO] [stdout] 54 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 17 + impl Default for KeyState [INFO] [stdout] 18 + where E: Env [INFO] [stdout] 19 + { [INFO] [stdout] 20 + fn default() -> Self { [INFO] [stdout] 21 + Self::new() [INFO] [stdout] 22 + } [INFO] [stdout] 23 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Option` which implements the `Copy` trait [INFO] [stdout] --> src/state/standard/key/mod.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | self.cursor.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.cursor` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `KbdState` [INFO] [stdout] --> src/state/standard/kbd/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | / pub fn new() -> Self { [INFO] [stdout] 11 | | Self{ [INFO] [stdout] 12 | | focused: None, [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 9 + impl Default for KbdState [INFO] [stdout] 10 + where E: Env [INFO] [stdout] 11 + { [INFO] [stdout] 12 + fn default() -> Self { [INFO] [stdout] 13 + Self::new() [INFO] [stdout] 14 + } [INFO] [stdout] 15 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `MouseState` [INFO] [stdout] --> src/state/standard/mouse/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / pub fn new() -> Self { [INFO] [stdout] 15 | | Self{ [INFO] [stdout] 16 | | drag: None, [INFO] [stdout] 17 | | pos: None, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 13 + impl Default for MouseState [INFO] [stdout] 14 + where E: Env [INFO] [stdout] 15 + { [INFO] [stdout] 16 + fn default() -> Self { [INFO] [stdout] 17 + Self::new() [INFO] [stdout] 18 + } [INFO] [stdout] 19 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `StdStdState` [INFO] [stdout] --> src/state/standard/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / pub fn new() -> Self { [INFO] [stdout] 20 | | Self{ [INFO] [stdout] 21 | | key: KeyState::new(), [INFO] [stdout] 22 | | kbd: KbdState::new(), [INFO] [stdout] ... | [INFO] [stdout] 26 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 18 + impl Default for StdStdState [INFO] [stdout] 19 + where E: Env [INFO] [stdout] 20 + { [INFO] [stdout] 21 + fn default() -> Self { [INFO] [stdout] 22 + Self::new() [INFO] [stdout] 23 + } [INFO] [stdout] 24 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `map_or` can be simplified [INFO] [stdout] --> src/state/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | self.hovered().map_or(false, #[inline] |w| w == *i ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or [INFO] [stdout] help: use `is_some_and` instead [INFO] [stdout] | [INFO] [stdout] 26 - self.hovered().map_or(false, #[inline] |w| w == *i ) [INFO] [stdout] 26 + self.hovered().is_some_and(|w| w == *i ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `map_or` can be simplified [INFO] [stdout] --> src/state/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | self.selected().map_or(false, #[inline] |w| w == *i ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or [INFO] [stdout] help: use `is_some_and` instead [INFO] [stdout] | [INFO] [stdout] 30 - self.selected().map_or(false, #[inline] |w| w == *i ) [INFO] [stdout] 30 + self.selected().is_some_and(|w| w == *i ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable appears on both sides of an assignment operation [INFO] [stdout] --> src/util/bounds.rs:198:17 [INFO] [stdout] | [INFO] [stdout] 198 | axis.0 -= axis.0 - inner_abs.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#misrefactored_assign_op [INFO] [stdout] = note: `#[warn(clippy::misrefactored_assign_op)]` on by default [INFO] [stdout] help: did you mean `axis.0 = axis.0 - inner_abs.0` or `axis.0 = axis.0 - (axis.0 - inner_abs.0)`? Consider replacing it with [INFO] [stdout] | [INFO] [stdout] 198 - axis.0 -= axis.0 - inner_abs.0; [INFO] [stdout] 198 + axis.0 -= inner_abs.0; [INFO] [stdout] | [INFO] [stdout] help: or [INFO] [stdout] | [INFO] [stdout] 198 - axis.0 -= axis.0 - inner_abs.0; [INFO] [stdout] 198 + axis.0 = axis.0 - (axis.0 - inner_abs.0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an implementation of `From` is preferred since it gives you `Into<_>` for free where the reverse isn't true [INFO] [stdout] --> src/util/bounds.rs:300:1 [INFO] [stdout] | [INFO] [stdout] 300 | impl Into<(i32,i32)> for Offset { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: `impl From for Foreign` is allowed by the orphan rules, for more information see [INFO] [stdout] https://doc.rust-lang.org/reference/items/implementations.html#trait-implementation-coherence [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#from_over_into [INFO] [stdout] = note: `#[warn(clippy::from_over_into)]` on by default [INFO] [stdout] help: replace the `Into` implementation with `From` [INFO] [stdout] | [INFO] [stdout] 300 ~ impl From for (i32,i32) { [INFO] [stdout] 301 | #[inline] [INFO] [stdout] 302 ~ fn from(val: Offset) -> Self { [INFO] [stdout] 303 ~ (val.x,val.y) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `u32` which implements the `Copy` trait [INFO] [stdout] --> src/util/border.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | let r = r.clone(); [INFO] [stdout] | ^^^^^^^^^ help: try dereferencing it: `*r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `u32` which implements the `Copy` trait [INFO] [stdout] --> src/util/border.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | let r = r.clone(); [INFO] [stdout] | ^^^^^^^^^ help: try removing the `clone` call: `r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `u32` which implements the `Copy` trait [INFO] [stdout] --> src/util/border.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let r = r.clone(); [INFO] [stdout] | ^^^^^^^^^ help: try dereferencing it: `*r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `u32` which implements the `Copy` trait [INFO] [stdout] --> src/util/border.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | let r = r.clone(); [INFO] [stdout] | ^^^^^^^^^ help: try removing the `clone` call: `r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods called `into_*` usually take `self` by value [INFO] [stdout] --> src/util/bounded_widget.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | fn into_a(&self) -> BoundedWidget { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider choosing a less ambiguous name [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/util/bounded_widget.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | bounds: self.bounds().clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*self.bounds()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn traitcast_ref<'s,T>(&'s self) -> Result<&'s T,E::Error> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 71 - pub fn traitcast_ref<'s,T>(&'s self) -> Result<&'s T,E::Error> where Self: Traitcast, T: ?Sized { [INFO] [stdout] 71 + pub fn traitcast_ref(&self) -> Result<&T,E::Error> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:75:30 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn try_traitcast_ref<'s,T>(&'s self) -> Result<&'s T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 75 - pub fn try_traitcast_ref<'s,T>(&'s self) -> Result<&'s T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] 75 + pub fn try_traitcast_ref(&self) -> Result<&T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/util/traitcast.rs:75:5 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn try_traitcast_ref<'s,T>(&'s self) -> Result<&'s T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:81:26 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn traitcast_ref<'s,T>(&'s self) -> Result<&'s T,E::Error> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 81 - pub fn traitcast_ref<'s,T>(&'s self) -> Result<&'s T,E::Error> where Self: Traitcast, T: ?Sized { [INFO] [stdout] 81 + pub fn traitcast_ref(&self) -> Result<&T,E::Error> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:85:30 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn try_traitcast_ref<'s,T>(&'s self) -> Result<&'s T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 85 - pub fn try_traitcast_ref<'s,T>(&'s self) -> Result<&'s T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] 85 + pub fn try_traitcast_ref(&self) -> Result<&T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/util/traitcast.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn try_traitcast_ref<'s,T>(&'s self) -> Result<&'s T,()> where Self: Traitcast, T: ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:89:26 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn traitcast_mut<'s,T>(&'s mut self) -> Result<&'s mut T,E::Error> where Self: TraitcastMut, T: ?Sized { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 89 - pub fn traitcast_mut<'s,T>(&'s mut self) -> Result<&'s mut T,E::Error> where Self: TraitcastMut, T: ?Sized { [INFO] [stdout] 89 + pub fn traitcast_mut(&mut self) -> Result<&mut T,E::Error> where Self: TraitcastMut, T: ?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn try_traitcast_mut<'s,T>(&'s mut self) -> Result<&'s mut T,()> where Self: TraitcastMut, T: ?Sized { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 93 - pub fn try_traitcast_mut<'s,T>(&'s mut self) -> Result<&'s mut T,()> where Self: TraitcastMut, T: ?Sized { [INFO] [stdout] 93 + pub fn try_traitcast_mut(&mut self) -> Result<&mut T,()> where Self: TraitcastMut, T: ?Sized { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/util/traitcast.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn try_traitcast_mut<'s,T>(&'s mut self) -> Result<&'s mut T,()> where Self: TraitcastMut, T: ?Sized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: docs for unsafe trait missing `# Safety` section [INFO] [stdout] --> src/util/traitcast.rs:102:1 [INFO] [stdout] | [INFO] [stdout] 102 | pub unsafe trait Traitcast: Widget where T: ?Sized, E: Env { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe function's docs are missing a `# Safety` section [INFO] [stdout] --> src/util/traitcast.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | unsafe fn _traitcast_ref<'s>(senf: &'s dyn Widget) -> Result<&'s T,E::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:106:30 [INFO] [stdout] | [INFO] [stdout] 106 | unsafe fn _traitcast_ref<'s>(senf: &'s dyn Widget) -> Result<&'s T,E::Error> { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 106 - unsafe fn _traitcast_ref<'s>(senf: &'s dyn Widget) -> Result<&'s T,E::Error> { [INFO] [stdout] 106 + unsafe fn _traitcast_ref(senf: &dyn Widget) -> Result<&T,E::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe function's docs are missing a `# Safety` section [INFO] [stdout] --> src/util/traitcast.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe fn _try_traitcast_ref<'s>(senf: &'s dyn Widget) -> Result<&'s T,()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/util/traitcast.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | unsafe fn _try_traitcast_ref<'s>(senf: &'s dyn Widget) -> Result<&'s T,()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: docs for unsafe trait missing `# Safety` section [INFO] [stdout] --> src/util/traitcast.rs:129:1 [INFO] [stdout] | [INFO] [stdout] 129 | pub unsafe trait TraitcastMut: WidgetMut where T: ?Sized, E: Env { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe function's docs are missing a `# Safety` section [INFO] [stdout] --> src/util/traitcast.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 133 | unsafe fn _traitcast_mut<'s>(senf: &'s mut dyn WidgetMut) -> Result<&'s mut T,E::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 's [INFO] [stdout] --> src/util/traitcast.rs:133:30 [INFO] [stdout] | [INFO] [stdout] 133 | unsafe fn _traitcast_mut<'s>(senf: &'s mut dyn WidgetMut) -> Result<&'s mut T,E::Error> { [INFO] [stdout] | ^^ ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 133 - unsafe fn _traitcast_mut<'s>(senf: &'s mut dyn WidgetMut) -> Result<&'s mut T,E::Error> { [INFO] [stdout] 133 + unsafe fn _traitcast_mut(senf: &mut dyn WidgetMut) -> Result<&mut T,E::Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unsafe function's docs are missing a `# Safety` section [INFO] [stdout] --> src/util/traitcast.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | unsafe fn _try_traitcast_mut<'s>(senf: &'s mut dyn WidgetMut) -> Result<&'s mut T,()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_safety_doc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/util/traitcast.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | unsafe fn _try_traitcast_mut<'s>(senf: &'s mut dyn WidgetMut) -> Result<&'s mut T,()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Offset` which implements the `Copy` trait [INFO] [stdout] --> src/util/translate.rs:9:28 [INFO] [stdout] | [INFO] [stdout] 9 | self.translate_i32(off.as_ref().clone().into()).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `(*off.as_ref())` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | write!(f,"\tsrc = {}\n",v)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] = note: `#[warn(clippy::write_with_newline)]` on by default [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 52 - write!(f,"\tsrc = {}\n",v)?; [INFO] [stdout] 52 + writeln!(f,"\tsrc = {}",v)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | write!(f,"\tsub_path = {:?}\n",e.sub_path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 58 - write!(f,"\tsub_path = {:?}\n",e.sub_path)?; [INFO] [stdout] 58 + writeln!(f,"\tsub_path = {:?}",e.sub_path)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | write!(f,"\ttype = {}\n",v)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 60 - write!(f,"\ttype = {}\n",v)?; [INFO] [stdout] 60 + writeln!(f,"\ttype = {}",v)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | write!(f,"\n")?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 62 - write!(f,"\n")?; [INFO] [stdout] 62 + writeln!(f)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | write!(f,"\tChild #{} id = {:?}\n",c.child_idx,v)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 65 - write!(f,"\tChild #{} id = {:?}\n",c.child_idx,v)?; [INFO] [stdout] 65 + writeln!(f,"\tChild #{} id = {:?}",c.child_idx,v)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | write!(f,"\tChild #{} path = {:?}\n",c.child_idx,v)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 68 - write!(f,"\tChild #{} path = {:?}\n",c.child_idx,v)?; [INFO] [stdout] 68 + writeln!(f,"\tChild #{} path = {:?}",c.child_idx,v)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:71:25 [INFO] [stdout] | [INFO] [stdout] 71 | write!(f,"\tChild #{} type = {}\n",c.child_idx,v)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 71 - write!(f,"\tChild #{} type = {}\n",c.child_idx,v)?; [INFO] [stdout] 71 + writeln!(f,"\tChild #{} type = {}",c.child_idx,v)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `write!()` with a format string that ends in a single newline [INFO] [stdout] --> src/util/error.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | write!(f,"\n")?; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#write_with_newline [INFO] [stdout] help: use `writeln!` instead [INFO] [stdout] | [INFO] [stdout] 73 - write!(f,"\n")?; [INFO] [stdout] 73 + writeln!(f)?; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `TextStor` has a `len` method but no (possibly inherited) `is_empty` method [INFO] [stdout] --> src/text/stor.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / pub trait TextStor where E: Env { [INFO] [stdout] 8 | | fn caption<'s>(&'s self) -> Cow<'s,str>; [INFO] [stdout] 9 | | #[inline] [INFO] [stdout] 10 | | fn chars(&self) -> usize { [INFO] [stdout] ... | [INFO] [stdout] 18 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant slicing of the whole range [INFO] [stdout] --> src/text/stor.rs:44:23 [INFO] [stdout] | [INFO] [stdout] 44 | Cow::Borrowed(&self[..]) [INFO] [stdout] | ^^^^^^^^^ help: use the original value instead: `self` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_slicing [INFO] [stdout] = note: `#[warn(clippy::redundant_slicing)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `skip(..).next()` on an iterator [INFO] [stdout] --> src/text/stor.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | match s.char_indices().skip(o).next() { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `nth` instead: `.nth(o)` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_skip_next [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `TxtLayout` has a `len` method but no (possibly inherited) `is_empty` method [INFO] [stdout] --> src/text/layout.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / pub trait TxtLayout: TxtLayoutFromStor+TxtLayoutFromStor+for<'a> TxtLayoutFromStor where E: Env { [INFO] [stdout] 9 | | fn remove_chars(&mut self, range: Range); [INFO] [stdout] 10 | | /// off in char units [INFO] [stdout] 11 | | fn push_chars(&mut self, off: usize, chars: &str); [INFO] [stdout] ... | [INFO] [stdout] 36 | | fn fix_boundary(&self, off: usize) -> usize; [INFO] [stdout] 37 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_without_is_empty [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widgets/util/state.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | fn get_direct(&self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widgets/util/state.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | fn set_direct(&mut self, v: T) -> Result<(),()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the loop variable `i` is used to index `bounds` [INFO] [stdout] --> src/widgets/pane/widget.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | for i in 0..self.childs() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop [INFO] [stdout] = note: `#[warn(clippy::needless_range_loop)]` on by default [INFO] [stdout] help: consider using an iterator and enumerate() [INFO] [stdout] | [INFO] [stdout] 77 - for i in 0..self.childs() { [INFO] [stdout] 77 + for (i, ) in bounds.iter().enumerate().take(self.childs()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the loop variable `i` is used to index `bounds` [INFO] [stdout] --> src/widgets/pane/widget.rs:95:18 [INFO] [stdout] | [INFO] [stdout] 95 | for i in 0..self.childs() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_range_loop [INFO] [stdout] help: consider using an iterator and enumerate() [INFO] [stdout] | [INFO] [stdout] 95 - for i in 0..self.childs() { [INFO] [stdout] 95 + for (i, ) in bounds.iter().enumerate().take(self.childs()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widgets/pane/widget.rs:115:5 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn child_bounds_impl(&self, mut l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()> where [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant pattern matching, consider using `is_some()` [INFO] [stdout] --> src/widgets/splitpane/widget.rs:65:24 [INFO] [stdout] | [INFO] [stdout] 65 | if let Some(_) = l.state().is_pressed_and_id(&[EEKey::::MOUSE_LEFT],self.id.clone()) { [INFO] [stdout] | -------^^^^^^^------------------------------------------------------------------------- help: try: `if l.state().is_pressed_and_id(&[EEKey::::MOUSE_LEFT],self.id.clone()).is_some()` [INFO] [stdout] | [INFO] [stdout] = note: this will change drop order of the result, as well as all temporaries [INFO] [stdout] = note: add `#[allow(clippy::redundant_pattern_matching)]` if this is important [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: manual implementation of an assign operation [INFO] [stdout] --> src/widgets/splitpane/widget.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | cx = cx - wx0; [INFO] [stdout] | ^^^^^^^^^^^^^ help: replace it with: `cx -= wx0` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assign_op_pattern [INFO] [stdout] = note: `#[warn(clippy::assign_op_pattern)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widgets/textbox/widget.rs:70:52 [INFO] [stdout] | [INFO] [stdout] 70 | .render_preprocessed_text(&g, off, &mut l.ctx); [INFO] [stdout] | ^^^^^^^^^^ help: change this to: `l.ctx` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/widgets/textbox/widget.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 86 | if !l.state().is_pressed(&[EEKey::::CTRL]).is_some() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `l.state().is_pressed(&[EEKey::::CTRL]).is_none()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] = note: `#[warn(clippy::nonminimal_bool)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/widgets/textbox/widget.rs:156:25 [INFO] [stdout] | [INFO] [stdout] 156 | let b = b.clone(); [INFO] [stdout] | ^^^^^^^^^ help: try removing the `clone` call: `b` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/widgets/textbox/widget.rs:195:25 [INFO] [stdout] | [INFO] [stdout] 195 | let b = b.clone(); [INFO] [stdout] | ^^^^^^^^^ help: try removing the `clone` call: `b` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/widgets/textbox/imp.rs:54:52 [INFO] [stdout] | [INFO] [stdout] 54 | self.text.push_chars(cursor.caret as usize,&s); [INFO] [stdout] | ^^ help: change this to: `s` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/widget/link/mod.rs:200:60 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn for_child<'s>(&'s mut self, i: usize) -> Result,E::Error> where 'c: 's { //TODO rename to child(i), use with_chi... [INFO] [stdout] | -- the lifetime is named here ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'s` [INFO] [stdout] | [INFO] [stdout] 200 | pub fn for_child<'s>(&'s mut self, i: usize) -> Result,E::Error> where 'c: 's { //TODO rename to child(i), use with_child_specific [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/as_widget.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | fn as_ref(&self) -> Resolvable { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 29 | fn as_ref(&self) -> Resolvable<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/as_widget.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | fn as_mut(&mut self) -> ResolvableMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 39 | fn as_mut(&mut self) -> ResolvableMut<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/resolved.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn reference(&self) -> Resolved { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn reference(&self) -> Resolved<'_, E> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | fn widget(&self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 10 | fn widget(&self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | fn widget_mut(&mut self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 14 | fn widget_mut(&mut self, i: E::WidgetPath) -> Result,E::Error>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/root.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | stor: &mut E::Storage, [INFO] [stdout] | ^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 58 | ) -> Result,E::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 58 | ) -> Result,E::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 24 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 24 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 38 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:52:18 [INFO] [stdout] | [INFO] [stdout] 52 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 52 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:66:19 [INFO] [stdout] | [INFO] [stdout] 66 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 85 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:97:15 [INFO] [stdout] | [INFO] [stdout] 97 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 97 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:116:14 [INFO] [stdout] | [INFO] [stdout] 116 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 116 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:128:15 [INFO] [stdout] | [INFO] [stdout] 128 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 128 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:142:18 [INFO] [stdout] | [INFO] [stdout] 142 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 142 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:154:19 [INFO] [stdout] | [INFO] [stdout] 154 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 154 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `skip(..).next()` on an iterator [INFO] [stdout] --> src/widget/array.rs:401:40 [INFO] [stdout] | [INFO] [stdout] 401 | std::array::IntoIter::new(self) [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 402 | | .skip(i).next() [INFO] [stdout] | |___________________________^ help: use `nth` instead: `.nth(i)` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_skip_next [INFO] [stdout] = note: `#[warn(clippy::iter_skip_next)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `skip(..).next()` on an iterator [INFO] [stdout] --> src/widget/array.rs:428:40 [INFO] [stdout] | [INFO] [stdout] 428 | std::array::IntoIter::new(self) [INFO] [stdout] | ________________________________________^ [INFO] [stdout] 429 | | .skip(i).next() [INFO] [stdout] | |___________________________^ help: use `nth` instead: `.nth(i)` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_skip_next [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `array` [INFO] [stdout] --> src/widget/array.rs:471:14 [INFO] [stdout] | [INFO] [stdout] 471 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `array` [INFO] [stdout] --> src/widget/array.rs:501:14 [INFO] [stdout] | [INFO] [stdout] 501 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `array` [INFO] [stdout] --> src/widget/array.rs:527:14 [INFO] [stdout] | [INFO] [stdout] 527 | self.into_iter() [INFO] [stdout] | ^^^^^^^^^ help: call directly: `iter_mut` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | fn child<'s>(&'s self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 53 | fn into_child<'s>(self: Box, i: usize) -> Result,()> where Self: 's; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | fn child_bounds(&self, l: Link, b: &Bounds, e: &EStyle, force: bool) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:233:21 [INFO] [stdout] | [INFO] [stdout] 233 | return enter_child(&mut l, child_id, TabulateOrigin::Resolve(sub_path)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] = note: `#[warn(clippy::needless_return)]` on by default [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 233 - return enter_child(&mut l, child_id, TabulateOrigin::Resolve(sub_path)); [INFO] [stdout] 233 + enter_child(&mut l, child_id, TabulateOrigin::Resolve(sub_path)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:236:21 [INFO] [stdout] | [INFO] [stdout] 236 | return next_child(&mut l, None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 236 - return next_child(&mut l, None); [INFO] [stdout] 236 + next_child(&mut l, None) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:250:60 [INFO] [stdout] | [INFO] [stdout] 250 | TabulateNextChildResponse::Child(t) => return enter_child(&mut l, t, TabulateOrigin::Enter), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 250 - TabulateNextChildResponse::Child(t) => return enter_child(&mut l, t, TabulateOrigin::Enter), [INFO] [stdout] 250 + TabulateNextChildResponse::Child(t) => enter_child(&mut l, t, TabulateOrigin::Enter), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:252:56 [INFO] [stdout] | [INFO] [stdout] 252 | TabulateNextChildResponse::This => return Ok(TabulateResponse::Done(l.path())), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 252 - TabulateNextChildResponse::This => return Ok(TabulateResponse::Done(l.path())), [INFO] [stdout] 252 + TabulateNextChildResponse::This => Ok(TabulateResponse::Done(l.path())), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:253:57 [INFO] [stdout] | [INFO] [stdout] 253 | TabulateNextChildResponse::Leave => return Ok(TabulateResponse::Leave), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 253 - TabulateNextChildResponse::Leave => return Ok(TabulateResponse::Leave), [INFO] [stdout] 253 + TabulateNextChildResponse::Leave => Ok(TabulateResponse::Leave), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:224:46 [INFO] [stdout] | [INFO] [stdout] 224 | TabulateResponse::Done(v) => return Ok(TabulateResponse::Done(v)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 224 - TabulateResponse::Done(v) => return Ok(TabulateResponse::Done(v)), [INFO] [stdout] 224 + TabulateResponse::Done(v) => Ok(TabulateResponse::Done(v)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unneeded `return` statement [INFO] [stdout] --> src/widget/mod.rs:225:44 [INFO] [stdout] | [INFO] [stdout] 225 | TabulateResponse::Leave => return next_child(l,Some(child_id)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return [INFO] [stdout] help: remove `return` [INFO] [stdout] | [INFO] [stdout] 225 - TabulateResponse::Leave => return next_child(l,Some(child_id)), [INFO] [stdout] 225 + TabulateResponse::Leave => next_child(l,Some(child_id)), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | fn child_mut<'s>(&'s mut self, i: usize) -> Result,()>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/widget/mod.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | fn into_child_mut<'w>(self: Box, i: usize) -> Result,()> where Self: 'w; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `StdID` [INFO] [stdout] --> src/id/standard.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | / pub fn new() -> Self { [INFO] [stdout] 17 | | StdID::Dyn(NEXT_ID.fetch_add(1,Ordering::Relaxed)) [INFO] [stdout] 18 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] = note: `#[warn(clippy::new_without_default)]` on by default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 14 + impl Default for StdID { [INFO] [stdout] 15 + fn default() -> Self { [INFO] [stdout] 16 + Self::new() [INFO] [stdout] 17 + } [INFO] [stdout] 18 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `map_or` can be simplified [INFO] [stdout] --> src/id/mod.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | / Any::downcast_ref::(o) [INFO] [stdout] 15 | | .map_or(false, #[inline] |r| self.eq(r) ) [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or [INFO] [stdout] = note: `#[warn(clippy::unnecessary_map_or)]` on by default [INFO] [stdout] help: use `is_some_and` instead [INFO] [stdout] | [INFO] [stdout] 15 - .map_or(false, #[inline] |r| self.eq(r) ) [INFO] [stdout] 15 + .is_some_and(|r| self.eq(r) ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `map_or` can be simplified [INFO] [stdout] --> src/path/sub.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | / Any::downcast_ref::(o) [INFO] [stdout] 22 | | .map_or(false, #[inline] |r| self == r ) [INFO] [stdout] | |____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or [INFO] [stdout] help: use a standard comparison instead [INFO] [stdout] | [INFO] [stdout] 21 - Any::downcast_ref::(o) [INFO] [stdout] 22 - .map_or(false, #[inline] |r| self == r ) [INFO] [stdout] 21 + Any::downcast_ref::(o) == Some(self) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: length comparison to zero [INFO] [stdout] --> src/path/standard.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | if self.v.len() == 0 {return None;} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: using `is_empty` is clearer and more explicit: `self.v.is_empty()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero [INFO] [stdout] = note: `#[warn(clippy::len_zero)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: accessing last element with `self.v.get(self.v.len() - 1)` [INFO] [stdout] --> src/path/standard.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | self.v.get(self.v.len()-1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `self.v.last()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_last_with_len [INFO] [stdout] = note: `#[warn(clippy::get_last_with_len)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: accessing last element with `self.v.get(self.v.len() - 1)` [INFO] [stdout] --> src/path/standard.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | self.v.get(self.v.len()-1).cloned().map(SubPath::into_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `self.v.last()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_last_with_len [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this returns a `Result<_, ()>` [INFO] [stdout] --> src/path/mod.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | fn strip_prefix(&self, prefix: &Self) -> Result; //TODO GuionError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: use a custom `Error` type instead [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/render/link.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | bounds: self.bounds.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.bounds` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] = note: `#[warn(clippy::clone_on_copy)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/render/link.rs:245:23 [INFO] [stdout] | [INFO] [stdout] 245 | viewport: self.viewport.clone(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.viewport` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/render/link.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | &self.r [INFO] [stdout] | ^^^^^^^ help: change this to: `self.r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this expression creates a reference which is immediately dereferenced by the compiler [INFO] [stdout] --> src/render/link.rs:291:9 [INFO] [stdout] | [INFO] [stdout] 291 | &mut self.r [INFO] [stdout] | ^^^^^^^^^^^ help: change this to: `self.r` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Bounds` which implements the `Copy` trait [INFO] [stdout] --> src/render/widgets.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | let oldb = self._bounds().clone(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*self._bounds()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: empty doc comment [INFO] [stdout] --> src/event/filter.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | /// [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider removing or filling it [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs [INFO] [stdout] = note: `#[warn(clippy::empty_docs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the following explicit lifetimes could be elided: 'a [INFO] [stdout] --> src/style/selector/imp.rs:14:6 [INFO] [stdout] | [INFO] [stdout] 14 | impl<'a,S,T,E> StyleSelectorAppend<&'a [S],E> for T where [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes [INFO] [stdout] help: elide the lifetimes [INFO] [stdout] | [INFO] [stdout] 14 - impl<'a,S,T,E> StyleSelectorAppend<&'a [S],E> for T where [INFO] [stdout] 14 + impl StyleSelectorAppend<&[S],E> for T where [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods called `into_*` usually take `self` by value [INFO] [stdout] --> src/style/color.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | fn into_rgba8(&self) -> [u8;4]; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider choosing a less ambiguous name [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention [INFO] [stdout] = note: `#[warn(clippy::wrong_self_convention)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `axis.max` after checking its variant with `is_some` [INFO] [stdout] --> src/layout/calc.rs:68:30 [INFO] [stdout] | [INFO] [stdout] 66 | } else if axis.max.is_some() && should > axis.max.unwrap() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 67 | repeat = true; [INFO] [stdout] 68 | allocated += axis.max.unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] = note: `#[warn(clippy::unnecessary_unwrap)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `axis.max` after checking its variant with `is_some` [INFO] [stdout] --> src/layout/calc.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 66 | } else if axis.max.is_some() && should > axis.max.unwrap() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] ... [INFO] [stdout] 69 | *val = Some(axis.max.unwrap()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: casting to the same type is unnecessary (`u32` -> `u32`) [INFO] [stdout] --> src/layout/calc.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | let width = outer.par(o) as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try: `outer.par(o)` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast [INFO] [stdout] = note: `#[warn(clippy::unnecessary_cast)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()` [INFO] [stdout] --> src/layout/imp/size_axis.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn [INFO] [stdout] = note: `#[warn(clippy::option_map_unit_fn)]` on by default [INFO] [stdout] help: use `if let` instead [INFO] [stdout] | [INFO] [stdout] 16 - s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] 16 + if let Some(m) = s.max { ... } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `StdGonstraintAxis` which implements the `Copy` trait [INFO] [stdout] --> src/layout/mod.rs:211:21 [INFO] [stdout] | [INFO] [stdout] 211 | let mut s = self.clone(); [INFO] [stdout] | ^^^^^^^^^^^^ help: try dereferencing it: `*self` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()` [INFO] [stdout] --> src/layout/mod.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#option_map_unit_fn [INFO] [stdout] help: use `if let` instead [INFO] [stdout] | [INFO] [stdout] 217 - s.max.map(#[inline] |m| s.preferred = s.preferred.min(m) ); [INFO] [stdout] 217 + if let Some(m) = s.max { ... } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:17:49 [INFO] [stdout] | [INFO] [stdout] 17 | MutateWidgetClosure{path: E::WidgetPath, f: Box,&mut E::Context,E::WidgetPath)+'static>}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | MutateRootClosure{f: Box}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | AccessWidgetClosure{path: E::WidgetPath, f: Box,&mut E::Context)+'static>}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: very complex type used. Consider factoring parts into `type` definitions [INFO] [stdout] --> src/ctx/queue.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | AccessRootClosure{f: Box}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant pattern matching, consider using `is_some()` [INFO] [stdout] --> src/handler/standard/imp.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | if let Some(_) = e.event.is::() { [INFO] [stdout] | -------^^^^^^^---------------------------- help: try: `if e.event.is::().is_some()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_pattern_matching [INFO] [stdout] = note: `#[warn(clippy::redundant_pattern_matching)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:207:23 [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:223:26 [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 223 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `KeyState` [INFO] [stdout] --> src/state/standard/key/mod.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | / pub fn new() -> Self { [INFO] [stdout] 51 | | Self{ [INFO] [stdout] 52 | | pressed: Vec::with_capacity(4096 / size_of::>()), [INFO] [stdout] 53 | | } [INFO] [stdout] 54 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 17 + impl Default for KeyState [INFO] [stdout] 18 + where E: Env [INFO] [stdout] 19 + { [INFO] [stdout] 20 + fn default() -> Self { [INFO] [stdout] 21 + Self::new() [INFO] [stdout] 22 + } [INFO] [stdout] 23 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:241:27 [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:262:22 [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:280:23 [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 280 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: using `clone` on type `Option` which implements the `Copy` trait [INFO] [stdout] --> src/state/standard/key/mod.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | self.cursor.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.cursor` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:301:22 [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 301 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 319 | fn childs(&self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 335 | fn child_mut(&mut self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `KbdState` [INFO] [stdout] --> src/state/standard/kbd/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | / pub fn new() -> Self { [INFO] [stdout] 11 | | Self{ [INFO] [stdout] 12 | | focused: None, [INFO] [stdout] 13 | | } [INFO] [stdout] 14 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 9 + impl Default for KbdState [INFO] [stdout] 10 + where E: Env [INFO] [stdout] 11 + { [INFO] [stdout] 12 + fn default() -> Self { [INFO] [stdout] 13 + Self::new() [INFO] [stdout] 14 + } [INFO] [stdout] 15 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `MouseState` [INFO] [stdout] --> src/state/standard/mouse/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / pub fn new() -> Self { [INFO] [stdout] 15 | | Self{ [INFO] [stdout] 16 | | drag: None, [INFO] [stdout] 17 | | pos: None, [INFO] [stdout] ... | [INFO] [stdout] 20 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 13 + impl Default for MouseState [INFO] [stdout] 14 + where E: Env [INFO] [stdout] 15 + { [INFO] [stdout] 16 + fn default() -> Self { [INFO] [stdout] 17 + Self::new() [INFO] [stdout] 18 + } [INFO] [stdout] 19 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: you should consider adding a `Default` implementation for `StdStdState` [INFO] [stdout] --> src/state/standard/mod.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | / pub fn new() -> Self { [INFO] [stdout] 20 | | Self{ [INFO] [stdout] 21 | | key: KeyState::new(), [INFO] [stdout] 22 | | kbd: KbdState::new(), [INFO] [stdout] ... | [INFO] [stdout] 26 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default [INFO] [stdout] help: try adding this [INFO] [stdout] | [INFO] [stdout] 18 + impl Default for StdStdState [INFO] [stdout] 19 + where E: Env [INFO] [stdout] 20 + { [INFO] [stdout] 21 + fn default() -> Self { [INFO] [stdout] 22 + Self::new() [INFO] [stdout] 23 + } [INFO] [stdout] 24 + } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:353:27 [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 353 | fn childs_mut(&mut self) -> Vec> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/widget/array.rs:189:22 [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 373 | / impl_wpps_tuple!( [INFO] [stdout] 374 | | 32;senf; [INFO] [stdout] 375 | | A B C D F G H I J K L M N O P Q R S T U V W X Y Z AA AB AC AD AE AF AG; [INFO] [stdout] 376 | | a b c d f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag; [INFO] [stdout] ... | [INFO] [stdout] 384 | | 03 => senf. 3,02 => senf. 2,01 => senf. 1,00 => senf. 0 [INFO] [stdout] 385 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `impl_wpps_tuple` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | fn child(&self, i: usize) -> Result,()> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this `map_or` can be simplified [INFO] [stdout] --> src/state/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | self.hovered().map_or(false, #[inline] |w| w == *i ) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or [INFO] [stdout] help: use `is_some_and` instead [INFO] [stdout] | [INFO] [stdout] 26 - self.hovered().map_or(false, #[inline] |w| w == *i ) [INFO] [stdout] 26 + self.hovered().is_some_and(|w| w == *i ) [INFO] [stdout] | [INFO] [stdout] [WARN] too many lines in the log, truncating it