[INFO] cloning repository https://github.com/denwong47/stdout_toolbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/denwong47/stdout_toolbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenwong47%2Fstdout_toolbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenwong47%2Fstdout_toolbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f769158b42951bc6caef5331a6ee356195960ab
[INFO] checking denwong47/stdout_toolbox against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenwong47%2Fstdout_toolbox" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/denwong47/stdout_toolbox
[INFO] finished tweaking git repo https://github.com/denwong47/stdout_toolbox
[INFO] tweaked toml for git repo https://github.com/denwong47/stdout_toolbox written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/denwong47/stdout_toolbox on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/denwong47/stdout_toolbox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded duplicate v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1f60eb3e0fd17954f806e304cbf70a285f5bd66acb384cd77e417d0c387e1df6
[INFO] running `Command { std: "docker" "start" "-a" "1f60eb3e0fd17954f806e304cbf70a285f5bd66acb384cd77e417d0c387e1df6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f60eb3e0fd17954f806e304cbf70a285f5bd66acb384cd77e417d0c387e1df6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f60eb3e0fd17954f806e304cbf70a285f5bd66acb384cd77e417d0c387e1df6", kill_on_drop: false }`
[INFO] [stdout] 1f60eb3e0fd17954f806e304cbf70a285f5bd66acb384cd77e417d0c387e1df6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3048e921422f31adff9da8bf7ccbe7c6afae8e4023b82d347e72e517427954c9
[INFO] running `Command { std: "docker" "start" "-a" "3048e921422f31adff9da8bf7ccbe7c6afae8e4023b82d347e72e517427954c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling duplicate v0.4.1
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking stdout_toolbox v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `max`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::{max, min};
[INFO] [stdout]   |                ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::text`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::text;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `max`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::{max, min};
[INFO] [stdout]   |                ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::text`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::text;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `text` is never read
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct RangeWithoutModifiers<'t> {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] 72 |     text: &'t str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText;
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:45:27
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/text/split/traits.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout]     |             ^^^^^------------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `Option<char>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 114 -             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout] 114 +             let _ = result.pop(); // We don't need the new line char itself.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:196:19
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn iter_words(&self) -> SplitWords;
[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] 196 |     fn iter_words(&self) -> SplitWords<'_>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:197:19
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines;
[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] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:200:19
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn iter_words(&self) -> SplitWords {
[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] 200 |     fn iter_words(&self) -> SplitWords<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines {
[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] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `text` is never read
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct RangeWithoutModifiers<'t> {
[INFO] [stdout]    |            --------------------- field in this struct
[INFO] [stdout] 72 |     text: &'t str,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText;
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:45:27
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/text/split/traits.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout]     |             ^^^^^------------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `Option<char>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 114 -             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout] 114 +             let _ = result.pop(); // We don't need the new line char itself.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:196:19
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn iter_words(&self) -> SplitWords;
[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] 196 |     fn iter_words(&self) -> SplitWords<'_>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:197:19
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines;
[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] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:200:19
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn iter_words(&self) -> SplitWords {
[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] 200 |     fn iter_words(&self) -> SplitWords<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines {
[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] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `func::*`
[INFO] [stdout]  --> src/modifiers/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use func::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `max`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::{max, min};
[INFO] [stdout]   |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::text`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::text;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `traits::*`
[INFO] [stdout]  --> src/text/split/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use traits::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `split::*`
[INFO] [stdout]  --> src/text/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use split::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `func::*`
[INFO] [stdout]  --> src/modifiers/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use func::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `max`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::cmp::{max, min};
[INFO] [stdout]   |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::text`
[INFO] [stdout]  --> src/modifiers/traits/modifiers_search.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::text;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `traits::*`
[INFO] [stdout]  --> src/text/split/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use traits::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `split::*`
[INFO] [stdout]  --> src/text/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use split::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SearchValue` is never used
[INFO] [stdout]   --> src/modifiers/traits/enum_values.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub trait SearchValue<T>: IntoEnumIterator + HasValue<T> {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ModifierIter` is never constructed
[INFO] [stdout]   --> src/modifiers/traits/enum_values.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct ModifierIter<'t, T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SearchValueInStr` is never used
[INFO] [stdout]    --> src/modifiers/traits/enum_values.rs:107:11
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub trait SearchValueInStr: SearchValue<String> {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `JointModifier` is never used
[INFO] [stdout]  --> src/modifiers/traits/modifiers_join.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub trait JointModifier {
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ModifiersInText` is never constructed
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ModifiersInText<'r, 't>(Matches<'r, 't>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `next_match` are never used
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<'r, 't> ModifiersInText<'r, 't> {
[INFO] [stdout]    | ------------------------------------ associated items in this implementation
[INFO] [stdout] 15 |     pub fn new(s: &'t str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FindModifiers` is never used
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub trait FindModifiers {
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `LengthWithoutModifiers` is never used
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub trait LengthWithoutModifiers: FindModifiers {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RangeWithoutModifiers` is never constructed
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct RangeWithoutModifiers<'t> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `index_without_modifiers`, `index_with_modifiers`, `range_without_modifiers`, and `range_with_modifiers` are never used
[INFO] [stdout]    --> src/modifiers/traits/modifiers_search.rs:76:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl<'t> RangeWithoutModifiers<'t> {
[INFO] [stdout]     | ---------------------------------- associated items in this implementation
[INFO] [stdout]  76 |     pub fn new(text: &'t str) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |     pub fn index_without_modifiers(&self, idx: usize) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn index_with_modifiers(&self, idx: usize) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn range_without_modifiers(&self, range: Range<usize>) -> Range<usize> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn range_with_modifiers(&self, range: Range<usize>) -> Range<usize> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SpecialUnicodeChar` is never used
[INFO] [stdout]  --> src/text/split/chars.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum SpecialUnicodeChar {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/text/split/chars.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | impl SpecialUnicodeChar {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout]  37 |     pub fn char(&self) -> Option<char> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  71 |     pub fn find_char(c: char) -> Option<Self> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn all_non_breaking_chars() -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     pub fn is_breaking(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub fn is_new_line(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn is_needed_end_of_line(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn append_to(&self, s: &mut String) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SplitWords` is never constructed
[INFO] [stdout]   --> src/text/split/traits.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct SplitWords<'t> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SplitLines` is never constructed
[INFO] [stdout]   --> src/text/split/traits.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct SplitLines<'t> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `DissembleString` is never used
[INFO] [stdout]    --> src/text/split/traits.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub trait DissembleString {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText;
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:45:27
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/text/split/traits.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout]     |             ^^^^^------------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `Option<char>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 114 -             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout] 114 +             let _ = result.pop(); // We don't need the new line char itself.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:196:19
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn iter_words(&self) -> SplitWords;
[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] 196 |     fn iter_words(&self) -> SplitWords<'_>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:197:19
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines;
[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] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:200:19
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn iter_words(&self) -> SplitWords {
[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] 200 |     fn iter_words(&self) -> SplitWords<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines {
[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] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SearchValue` is never used
[INFO] [stdout]   --> src/modifiers/traits/enum_values.rs:33:11
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub trait SearchValue<T>: IntoEnumIterator + HasValue<T> {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ModifierIter` is never constructed
[INFO] [stdout]   --> src/modifiers/traits/enum_values.rs:50:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct ModifierIter<'t, T> {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `SearchValueInStr` is never used
[INFO] [stdout]    --> src/modifiers/traits/enum_values.rs:107:11
[INFO] [stdout]     |
[INFO] [stdout] 107 | pub trait SearchValueInStr: SearchValue<String> {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `JointModifier` is never used
[INFO] [stdout]  --> src/modifiers/traits/modifiers_join.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub trait JointModifier {
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ModifiersInText` is never constructed
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct ModifiersInText<'r, 't>(Matches<'r, 't>);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new` and `next_match` are never used
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<'r, 't> ModifiersInText<'r, 't> {
[INFO] [stdout]    | ------------------------------------ associated items in this implementation
[INFO] [stdout] 15 |     pub fn new(s: &'t str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `FindModifiers` is never used
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:31:11
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub trait FindModifiers {
[INFO] [stdout]    |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `LengthWithoutModifiers` is never used
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub trait LengthWithoutModifiers: FindModifiers {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RangeWithoutModifiers` is never constructed
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:71:12
[INFO] [stdout]    |
[INFO] [stdout] 71 | pub struct RangeWithoutModifiers<'t> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `index_without_modifiers`, `index_with_modifiers`, `range_without_modifiers`, and `range_with_modifiers` are never used
[INFO] [stdout]    --> src/modifiers/traits/modifiers_search.rs:76:12
[INFO] [stdout]     |
[INFO] [stdout]  75 | impl<'t> RangeWithoutModifiers<'t> {
[INFO] [stdout]     | ---------------------------------- associated items in this implementation
[INFO] [stdout]  76 |     pub fn new(text: &'t str) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |     pub fn index_without_modifiers(&self, idx: usize) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 108 |     pub fn index_with_modifiers(&self, idx: usize) -> usize {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 121 |     pub fn range_without_modifiers(&self, range: Range<usize>) -> Range<usize> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |     pub fn range_with_modifiers(&self, range: Range<usize>) -> Range<usize> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SpecialUnicodeChar` is never used
[INFO] [stdout]  --> src/text/split/chars.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub enum SpecialUnicodeChar {
[INFO] [stdout]   |          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]    --> src/text/split/chars.rs:37:12
[INFO] [stdout]     |
[INFO] [stdout]  36 | impl SpecialUnicodeChar {
[INFO] [stdout]     | ----------------------- associated items in this implementation
[INFO] [stdout]  37 |     pub fn char(&self) -> Option<char> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  71 |     pub fn find_char(c: char) -> Option<Self> {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  75 |     pub fn all_non_breaking_chars() -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     pub fn is_breaking(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub fn is_new_line(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub fn is_needed_end_of_line(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 111 |     pub fn append_to(&self, s: &mut String) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SplitWords` is never constructed
[INFO] [stdout]   --> src/text/split/traits.rs:35:12
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct SplitWords<'t> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SplitLines` is never constructed
[INFO] [stdout]   --> src/text/split/traits.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct SplitLines<'t> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `DissembleString` is never used
[INFO] [stdout]    --> src/text/split/traits.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 | pub trait DissembleString {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:19:23
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match> {
[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]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub fn next_match(&mut self) -> Option<Match<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:32:27
[INFO] [stdout]    |
[INFO] [stdout] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText;
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 32 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_>;
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 36 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/modifiers/traits/modifiers_search.rs:45:27
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |         |
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[INFO] [stdout]    |                           |         the same lifetime is hidden here
[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] 45 |     fn iter_modifier_strs(&self) -> ModifiersInText<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/text/split/traits.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout]     |             ^^^^^------------^
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  argument has type `Option<char>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dropping_copy_types)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 114 -             drop(result.pop()); // We don't need the new line char itself.
[INFO] [stdout] 114 +             let _ = result.pop(); // We don't need the new line char itself.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:196:19
[INFO] [stdout]     |
[INFO] [stdout] 196 |     fn iter_words(&self) -> SplitWords;
[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] 196 |     fn iter_words(&self) -> SplitWords<'_>;
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:197:19
[INFO] [stdout]     |
[INFO] [stdout] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines;
[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] 197 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_>;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:200:19
[INFO] [stdout]     |
[INFO] [stdout] 200 |     fn iter_words(&self) -> SplitWords {
[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] 200 |     fn iter_words(&self) -> SplitWords<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/text/split/traits.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines {
[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] 204 |     fn iter_lines(&self, line_length: usize) -> SplitLines<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
[INFO] running `Command { std: "docker" "inspect" "3048e921422f31adff9da8bf7ccbe7c6afae8e4023b82d347e72e517427954c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3048e921422f31adff9da8bf7ccbe7c6afae8e4023b82d347e72e517427954c9", kill_on_drop: false }`
[INFO] [stdout] 3048e921422f31adff9da8bf7ccbe7c6afae8e4023b82d347e72e517427954c9
