[INFO] fetching crate markdown_converter 0.3.4...
[INFO] testing markdown_converter-0.3.4 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate markdown_converter 0.3.4 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate markdown_converter 0.3.4
[INFO] finished tweaking crates.io crate markdown_converter 0.3.4
[INFO] tweaked toml for crates.io crate markdown_converter 0.3.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate markdown_converter 0.3.4 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7372391323b423c931906d8569a1d58df3b48221db6d418e685161bcf0729b11
[INFO] running `Command { std: "docker" "start" "-a" "7372391323b423c931906d8569a1d58df3b48221db6d418e685161bcf0729b11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7372391323b423c931906d8569a1d58df3b48221db6d418e685161bcf0729b11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7372391323b423c931906d8569a1d58df3b48221db6d418e685161bcf0729b11", kill_on_drop: false }`
[INFO] [stdout] 7372391323b423c931906d8569a1d58df3b48221db6d418e685161bcf0729b11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30af58921d9c484ed3254ccb4f0d0476ea0bcfcdbbe49e394fc027af77760b3a
[INFO] running `Command { std: "docker" "start" "-a" "30af58921d9c484ed3254ccb4f0d0476ea0bcfcdbbe49e394fc027af77760b3a", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling markdown_converter v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/mod.rs:54:49
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<str> {
[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] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_bold.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<str> {
[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] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_italic.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<str> {
[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] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_list.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn convert_anilist_list(value: &str) -> Cow<str> {
[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] 22 | pub fn convert_anilist_list(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_spoiler.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<str> {
[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] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_alignment.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_anilist_code_block.rs:16:41
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<str> {
[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] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_anilist_horizontal_line.rs:19:46
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/common.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn add_anti_slash(value: &str) -> Cow<str> {
[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] 14 | pub fn add_anti_slash(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_blockquote.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<str> {
[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] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_bold.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_bold(value: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_bold(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_entity.rs:16:41
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_h_header.rs:19:37
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn convert_html_h_header(value: &str) -> Cow<str> {
[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] 19 | pub fn convert_html_h_header(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_italic.rs:16:36
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_italic(italic: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_line_break.rs:16:39
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_line_break(value: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_line_break(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_link.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_html_link(value: &str) -> Cow<str> {
[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] 18 | pub fn convert_html_link(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_list.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn convert_html_list(value: &str) -> Cow<str> {
[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] 20 | pub fn convert_html_list(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_strikethrough.rs:17:42
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<str> {
[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] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_code_block.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_html_code_block(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_html_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_horizontal_line.rs:19:43
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_image.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn remove_html_image(value: &str) -> Cow<str> {
[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] 20 | pub fn remove_html_image(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_p_align.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn remove_html_p_align(value: &str) -> Cow<str> {
[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] 16 | pub fn remove_html_p_align(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/steam.rs:34:47
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<str> {
[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] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/mod.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<str> {
[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] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/convert_vndb_link.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn convert_vndb_link(value: &str) -> Cow<str> {
[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] 5 | pub fn convert_vndb_link(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/convert_vndb_spoiler.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<str> {
[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] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.11s
[INFO] running `Command { std: "docker" "inspect" "30af58921d9c484ed3254ccb4f0d0476ea0bcfcdbbe49e394fc027af77760b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30af58921d9c484ed3254ccb4f0d0476ea0bcfcdbbe49e394fc027af77760b3a", kill_on_drop: false }`
[INFO] [stdout] 30af58921d9c484ed3254ccb4f0d0476ea0bcfcdbbe49e394fc027af77760b3a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 40f41d7a3b9de4e085c7f0ffacb449793fd0b28807fe95097b719186c2693536
[INFO] running `Command { std: "docker" "start" "-a" "40f41d7a3b9de4e085c7f0ffacb449793fd0b28807fe95097b719186c2693536", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/mod.rs:54:49
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<str> {
[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] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_bold.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<str> {
[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] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_italic.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<str> {
[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] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_list.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn convert_anilist_list(value: &str) -> Cow<str> {
[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] 22 | pub fn convert_anilist_list(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_spoiler.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<str> {
[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] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_alignment.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_anilist_code_block.rs:16:41
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<str> {
[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] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_anilist_horizontal_line.rs:19:46
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/common.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn add_anti_slash(value: &str) -> Cow<str> {
[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] 14 | pub fn add_anti_slash(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_blockquote.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<str> {
[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] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_bold.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_bold(value: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_bold(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_entity.rs:16:41
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_h_header.rs:19:37
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn convert_html_h_header(value: &str) -> Cow<str> {
[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] 19 | pub fn convert_html_h_header(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_italic.rs:16:36
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_italic(italic: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_line_break.rs:16:39
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_line_break(value: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_line_break(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_link.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_html_link(value: &str) -> Cow<str> {
[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] 18 | pub fn convert_html_link(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_list.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn convert_html_list(value: &str) -> Cow<str> {
[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] 20 | pub fn convert_html_list(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_strikethrough.rs:17:42
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<str> {
[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] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_code_block.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_html_code_block(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_html_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_horizontal_line.rs:19:43
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_image.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn remove_html_image(value: &str) -> Cow<str> {
[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] 20 | pub fn remove_html_image(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_p_align.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn remove_html_p_align(value: &str) -> Cow<str> {
[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] 16 | pub fn remove_html_p_align(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/steam.rs:34:47
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<str> {
[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] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling markdown_converter v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/mod.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<str> {
[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] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/convert_vndb_link.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn convert_vndb_link(value: &str) -> Cow<str> {
[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] 5 | pub fn convert_vndb_link(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/convert_vndb_spoiler.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<str> {
[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] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/mod.rs:54:49
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<str> {
[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] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_bold.rs:18:35
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<str> {
[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] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_italic.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<str> {
[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] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_list.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub fn convert_anilist_list(value: &str) -> Cow<str> {
[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] 22 | pub fn convert_anilist_list(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/convert_anilist_spoiler.rs:14:39
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<str> {
[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] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_alignment.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_anilist_code_block.rs:16:41
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<str> {
[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] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/anilist/remove_anilist_horizontal_line.rs:19:46
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/common.rs:14:30
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub fn add_anti_slash(value: &str) -> Cow<str> {
[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] 14 | pub fn add_anti_slash(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_blockquote.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<str> {
[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] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_bold.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_bold(value: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_bold(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_entity.rs:16:41
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_h_header.rs:19:37
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn convert_html_h_header(value: &str) -> Cow<str> {
[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] 19 | pub fn convert_html_h_header(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_italic.rs:16:36
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_italic(italic: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_line_break.rs:16:39
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn convert_html_line_break(value: &str) -> Cow<str> {
[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] 16 | pub fn convert_html_line_break(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_link.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub fn convert_html_link(value: &str) -> Cow<str> {
[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] 18 | pub fn convert_html_link(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_list.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn convert_html_list(value: &str) -> Cow<str> {
[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] 20 | pub fn convert_html_list(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/convert_html_strikethrough.rs:17:42
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<str> {
[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] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_code_block.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_html_code_block(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_html_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_horizontal_line.rs:19:43
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<str> {
[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] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_image.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub fn remove_html_image(value: &str) -> Cow<str> {
[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] 20 | pub fn remove_html_image(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/html/remove_html_p_align.rs:16:35
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn remove_html_p_align(value: &str) -> Cow<str> {
[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] 16 | pub fn remove_html_p_align(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/steam.rs:34:47
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<str> {
[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] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]    |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/mod.rs:9:37
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<str> {
[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] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/convert_vndb_link.rs:5:33
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn convert_vndb_link(value: &str) -> Cow<str> {
[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] 5 | pub fn convert_vndb_link(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]  --> src/vndb/convert_vndb_spoiler.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<str> {
[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] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stdout]   |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.88s
[INFO] running `Command { std: "docker" "inspect" "40f41d7a3b9de4e085c7f0ffacb449793fd0b28807fe95097b719186c2693536", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40f41d7a3b9de4e085c7f0ffacb449793fd0b28807fe95097b719186c2693536", kill_on_drop: false }`
[INFO] [stdout] 40f41d7a3b9de4e085c7f0ffacb449793fd0b28807fe95097b719186c2693536
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f93ad546d13cb0bb3b937eade6eb359ca03fca8c77152fa39f4a81f3be21ba80
[INFO] running `Command { std: "docker" "start" "-a" "f93ad546d13cb0bb3b937eade6eb359ca03fca8c77152fa39f4a81f3be21ba80", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/mod.rs:54:49
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                                 ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                                 |
[INFO] [stderr]    |                                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub fn convert_anilist_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/convert_anilist_bold.rs:18:35
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<str> {
[INFO] [stderr]    |                                   ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn convert_anilist_bold(bold: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/convert_anilist_italic.rs:19:39
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<str> {
[INFO] [stderr]    |                                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                       |
[INFO] [stderr]    |                                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn convert_anilist_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/convert_anilist_list.rs:22:36
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub fn convert_anilist_list(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                    ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub fn convert_anilist_list(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/convert_anilist_spoiler.rs:14:39
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                       |
[INFO] [stderr]    |                                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn convert_anilist_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/remove_alignment.rs:19:40
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                        ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                        |
[INFO] [stderr]    |                                        the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_anilist_alignment(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/remove_anilist_code_block.rs:16:41
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                         ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                         |
[INFO] [stderr]    |                                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn remove_anilist_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/anilist/remove_anilist_horizontal_line.rs:19:46
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                              ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                              |
[INFO] [stderr]    |                                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_anilist_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/common.rs:14:30
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn add_anti_slash(value: &str) -> Cow<str> {
[INFO] [stderr]    |                              ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub fn add_anti_slash(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_blockquote.rs:18:39
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                       |
[INFO] [stderr]    |                                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn convert_html_blockquote(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_bold.rs:16:33
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_bold(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                 ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_bold(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_entity.rs:16:41
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<str> {
[INFO] [stderr]    |                                         ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                         |
[INFO] [stderr]    |                                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_entity(html_entity: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_h_header.rs:19:37
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn convert_html_h_header(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                     ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn convert_html_h_header(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_italic.rs:16:36
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_italic(italic: &str) -> Cow<str> {
[INFO] [stderr]    |                                    ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                    |
[INFO] [stderr]    |                                    the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_italic(italic: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_line_break.rs:16:39
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_line_break(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                       |
[INFO] [stderr]    |                                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn convert_html_line_break(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_link.rs:18:33
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn convert_html_link(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                 ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub fn convert_html_link(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_list.rs:20:33
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn convert_html_list(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                 ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn convert_html_list(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/convert_html_strikethrough.rs:17:42
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                          ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                          |
[INFO] [stderr]    |                                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub fn convert_html_strikethrough(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/remove_html_code_block.rs:19:38
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_html_code_block(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                      ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                      |
[INFO] [stderr]    |                                      the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_html_code_block(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/remove_html_horizontal_line.rs:19:43
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                           ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                           |
[INFO] [stderr]    |                                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn remove_html_horizontal_line(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/remove_html_image.rs:20:33
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn remove_html_image(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                 ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                 |
[INFO] [stderr]    |                                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 20 | pub fn remove_html_image(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/html/remove_html_p_align.rs:16:35
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn remove_html_p_align(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                   ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub fn remove_html_p_align(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/steam.rs:34:47
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<str> {
[INFO] [stderr]    |                                               ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                                               |
[INFO] [stderr]    |                                               the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 34 | pub fn convert_steam_flavored_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stderr]    |                                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/vndb/mod.rs:9:37
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<str> {
[INFO] [stderr]   |                                     ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                     |
[INFO] [stderr]   |                                     the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub fn convert_vndb_markdown(value: &str) -> Cow<'_, str> {
[INFO] [stderr]   |                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/vndb/convert_vndb_link.rs:5:33
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn convert_vndb_link(value: &str) -> Cow<str> {
[INFO] [stderr]   |                                 ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                 |
[INFO] [stderr]   |                                 the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub fn convert_vndb_link(value: &str) -> Cow<'_, str> {
[INFO] [stderr]   |                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]  --> src/vndb/convert_vndb_spoiler.rs:3:36
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<str> {
[INFO] [stderr]   |                                    ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]   |                                    |
[INFO] [stderr]   |                                    the lifetime is elided here
[INFO] [stderr]   |
[INFO] [stderr]   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub fn convert_vndb_spoiler(value: &str) -> Cow<'_, str> {
[INFO] [stderr]   |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: `markdown_converter` (lib) generated 26 warnings (run `cargo fix --lib -p markdown_converter` to apply 26 suggestions)
[INFO] [stderr] warning: `markdown_converter` (lib test) generated 26 warnings (26 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/markdown_converter-911e40b4bf516578)
[INFO] [stdout] 
[INFO] [stdout] running 102 tests
[INFO] [stdout] test anilist::convert_anilist_bold::tests::convert_anilist_bold_handles_empty_string ... ok
[INFO] [stdout] test anilist::convert_anilist_italic::tests::no_italic_tags_unchanged ... ok
[INFO] [stdout] test anilist::convert_anilist_bold::tests::convert_anilist_bold_handles_multiple_double_underscores ... ok
[INFO] [stdout] test anilist::convert_anilist_bold::tests::convert_anilist_bold_leaves_string_without_double_underscores_unchanged ... ok
[INFO] [stdout] test anilist::convert_anilist_italic::tests::empty_string_unchanged ... ok
[INFO] [stdout] test anilist::convert_anilist_italic::tests::underscores_converted_to_asterisks ... ok
[INFO] [stdout] test anilist::convert_anilist_bold::tests::convert_anilist_bold_replaces_double_underscores ... ok
[INFO] [stdout] test anilist::convert_anilist_italic::tests::html_italic_tags_converted ... ok
[INFO] [stdout] test anilist::convert_anilist_list::tests::empty_string_unchanged ... ok
[INFO] [stdout] test anilist::convert_anilist_spoiler::tests::spoiler_tags_converted ... ok
[INFO] [stdout] test anilist::remove_alignment::tests::empty_string_unchanged ... ok
[INFO] [stdout] test anilist::remove_alignment::tests::html_paragraph_alignment_tags_removed ... ok
[INFO] [stdout] test anilist::convert_anilist_spoiler::tests::empty_string_unchanged ... ok
[INFO] [stdout] test anilist::convert_anilist_list::tests::sequences_converted_to_single_dash ... ok
[INFO] [stdout] test anilist::convert_anilist_spoiler::tests::no_spoiler_tags_unchanged ... ok
[INFO] [stdout] test anilist::convert_anilist_spoiler::tests::partial_spoiler_tags_unchanged ... ok
[INFO] [stdout] test anilist::convert_anilist_list::tests::asterisk_converted_to_list ... ok
[INFO] [stdout] test anilist::convert_anilist_list::tests::single_dash_converted_to_list ... ok
[INFO] [stdout] test anilist::convert_anilist_list::tests::plus_sign_converted_to_list ... ok
[INFO] [stdout] test anilist::remove_anilist_code_block::tests::empty_string_unchanged ... ok
[INFO] [stdout] test anilist::remove_anilist_code_block::tests::mixed_backticks_removed ... ok
[INFO] [stdout] test anilist::remove_anilist_code_block::tests::single_backtick_removed ... ok
[INFO] [stdout] test anilist::remove_anilist_horizontal_line::tests::consecutive_asterisks_removed ... ok
[INFO] [stdout] test anilist::remove_alignment::tests::no_alignment_tags_unchanged ... ok
[INFO] [stdout] test anilist::remove_alignment::tests::triple_tilde_removed ... ok
[INFO] [stdout] test anilist::remove_anilist_code_block::tests::no_backticks_unchanged ... ok
[INFO] [stdout] test anilist::remove_anilist_horizontal_line::tests::consecutive_hyphens_removed ... ok
[INFO] [stdout] test anilist::remove_anilist_code_block::tests::triple_backtick_removed ... ok
[INFO] [stdout] test anilist::remove_anilist_horizontal_line::tests::empty_string_unchanged ... ok
[INFO] [stdout] test anilist::remove_anilist_horizontal_line::tests::consecutive_hyphens_removed_with_space ... ok
[INFO] [stdout] test anilist::remove_anilist_horizontal_line::tests::consecutive_asterisks_removed_with_space ... ok
[INFO] [stdout] test common::tests::add_anti_slash_replaces_backtick_with_slashed_backtick ... ok
[INFO] [stdout] test html::convert_html_blockquote::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_blockquote::tests::no_blockquote_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_bold::tests::convert_html_bold_handles_multiple_tags ... ok
[INFO] [stdout] test html::convert_html_bold::tests::convert_html_bold_leaves_string_without_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_bold::tests::convert_html_bold_replaces_b_tags ... ok
[INFO] [stdout] test html::convert_html_bold::tests::convert_html_bold_replaces_strong_tags ... ok
[INFO] [stdout] test common::tests::add_anti_slash_handles_empty_string ... ok
[INFO] [stdout] test common::tests::add_anti_slash_handles_multiple_backticks ... ok
[INFO] [stdout] test common::tests::add_anti_slash_leaves_string_without_backtick_unchanged ... ok
[INFO] [stdout] test html::convert_html_entity::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_entity::tests::multiple_entities_converted ... ok
[INFO] [stdout] test html::convert_html_entity::tests::no_entities_unchanged ... ok
[INFO] [stdout] test html::convert_html_blockquote::tests::blockquote_tag_converted ... ok
[INFO] [stdout] test anilist::remove_anilist_horizontal_line::tests::no_horizontal_line_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_blockquote::tests::multiple_blockquote_tags_converted ... ok
[INFO] [stdout] test html::convert_html_bold::tests::convert_html_bold_handles_empty_string ... ok
[INFO] [stdout] test html::convert_html_entity::tests::less_than_entity_converted ... ok
[INFO] [stdout] test html::convert_html_entity::tests::ampersand_entity_converted ... ok
[INFO] [stdout] test html::convert_html_h_header::tests::h1_tag_converted ... ok
[INFO] [stdout] test html::convert_html_italic::tests::multiple_italic_tags_converted ... ok
[INFO] [stdout] test html::convert_html_italic::tests::no_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_line_break::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_line_break::tests::line_break_tag_converted ... ok
[INFO] [stdout] test html::convert_html_line_break::tests::multiple_line_break_tags_converted ... ok
[INFO] [stdout] test html::convert_html_h_header::tests::no_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_h_header::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_h_header::tests::multiple_header_tags_converted ... ok
[INFO] [stdout] test html::convert_html_line_break::tests::no_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_h_header::tests::h2_tag_converted ... ok
[INFO] [stdout] test html::convert_html_italic::tests::italic_tag_converted ... ok
[INFO] [stdout] test html::convert_html_italic::tests::em_tag_converted ... ok
[INFO] [stdout] test html::convert_html_italic::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_list::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_link::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_link::tests::link_tag_converted ... ok
[INFO] [stdout] test html::convert_html_link::tests::multiple_link_tags_converted ... ok
[INFO] [stdout] test html::convert_html_strikethrough::tests::multiple_tags_converted ... ok
[INFO] [stdout] test html::convert_html_strikethrough::tests::no_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_strikethrough::tests::strike_tags_converted ... ok
[INFO] [stdout] test html::convert_html_list::tests::multiple_lists_converted ... ok
[INFO] [stdout] test html::convert_html_list::tests::no_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_list::tests::unordered_list_converted ... ok
[INFO] [stdout] test html::convert_html_strikethrough::tests::del_tags_converted ... ok
[INFO] [stdout] test html::convert_html_strikethrough::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::convert_html_link::tests::no_tags_unchanged ... ok
[INFO] [stdout] test html::convert_html_list::tests::ordered_list_converted ... ok
[INFO] [stdout] test html::remove_html_code_block::tests::code_tags_removed ... ok
[INFO] [stdout] test html::remove_html_code_block::tests::multiple_tags_removed ... ok
[INFO] [stdout] test html::remove_html_code_block::tests::no_tags_unchanged ... ok
[INFO] [stdout] test html::remove_html_code_block::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::remove_html_horizontal_line::tests::no_horizontal_lines_unchanged ... ok
[INFO] [stdout] test html::remove_html_horizontal_line::tests::html_horizontal_line_with_slash_removed ... ok
[INFO] [stdout] test html::remove_html_horizontal_line::tests::html_horizontal_line_removed ... ok
[INFO] [stdout] test html::remove_html_image::tests::html_image_removed ... ok
[INFO] [stdout] test html::remove_html_code_block::tests::pre_tags_removed ... ok
[INFO] [stdout] test html::remove_html_horizontal_line::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::remove_html_p_align::tests::alignment_center_removed ... ok
[INFO] [stdout] test html::remove_html_p_align::tests::alignment_justify_removed ... ok
[INFO] [stdout] test html::remove_html_image::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::remove_html_p_align::tests::alignment_left_removed ... ok
[INFO] [stdout] test html::remove_html_p_align::tests::no_paragraph_tags_unchanged ... ok
[INFO] [stdout] test html::remove_html_p_align::tests::paragraph_tags_removed ... ok
[INFO] [stdout] test html::remove_html_p_align::tests::alignment_right_removed ... ok
[INFO] [stdout] test html::remove_html_p_align::tests::empty_string_unchanged ... ok
[INFO] [stdout] test html::remove_html_image::tests::markdown_image_removed ... ok
[INFO] [stdout] test html::remove_html_image::tests::no_images_unchanged ... ok
[INFO] [stdout] test vndb::convert_vndb_link::tests::link_tag_converted_with_path ... ok
[INFO] [stdout] test vndb::convert_vndb_link::tests::link_tag_converted_text_with_path ... ok
[INFO] [stdout] test vndb::convert_vndb_link::tests::link_tag_converted ... ok
[INFO] [stdout] test vndb::convert_vndb_link::tests::link_tag_converted_text_multiple_with_path ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests markdown_converter
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f93ad546d13cb0bb3b937eade6eb359ca03fca8c77152fa39f4a81f3be21ba80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f93ad546d13cb0bb3b937eade6eb359ca03fca8c77152fa39f4a81f3be21ba80", kill_on_drop: false }`
[INFO] [stdout] f93ad546d13cb0bb3b937eade6eb359ca03fca8c77152fa39f4a81f3be21ba80
