[INFO] cloning repository https://github.com/rzru/pokerust-tui
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rzru/pokerust-tui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frzru%2Fpokerust-tui", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frzru%2Fpokerust-tui'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db3a654409ffbfc432b3c2272a41a49756d03b5b
[INFO] checking rzru/pokerust-tui against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frzru%2Fpokerust-tui" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rzru/pokerust-tui
[INFO] finished tweaking git repo https://github.com/rzru/pokerust-tui
[INFO] tweaked toml for git repo https://github.com/rzru/pokerust-tui written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rzru/pokerust-tui on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rzru/pokerust-tui already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded futures-sink v0.3.21
[INFO] [stderr]   Downloaded either v1.6.1
[INFO] [stderr]   Downloaded unicode-width v0.1.9
[INFO] [stderr]   Downloaded indexmap v1.8.1
[INFO] [stderr]   Downloaded mio v0.8.3
[INFO] [stderr]   Downloaded unicode-segmentation v1.9.0
[INFO] [stderr]   Downloaded tui v0.18.0
[INFO] [stderr]   Downloaded futures-task v0.3.21
[INFO] [stderr]   Downloaded tracing-attributes v0.1.21
[INFO] [stderr]   Downloaded memoffset v0.6.5
[INFO] [stderr]   Downloaded http v0.2.7
[INFO] [stderr]   Downloaded futures-util v0.3.21
[INFO] [stderr]   Downloaded hashbrown v0.11.2
[INFO] [stderr]   Downloaded hyper v0.14.18
[INFO] [stderr]   Downloaded http-body v0.4.4
[INFO] [stderr]   Downloaded quote v1.0.18
[INFO] [stderr]   Downloaded tokio v1.18.2
[INFO] [stderr]   Downloaded windows_x86_64_msvc v0.36.1
[INFO] [stderr]   Downloaded native-tls v0.2.10
[INFO] [stderr]   Downloaded rayon-core v1.9.3
[INFO] [stderr]   Downloaded openssl-sys v0.9.73
[INFO] [stderr]   Downloaded core-foundation-sys v0.8.3
[INFO] [stderr]   Downloaded openssl-macros v0.1.0
[INFO] [stderr]   Downloaded slab v0.4.6
[INFO] [stderr]   Downloaded futures-channel v0.3.21
[INFO] [stderr]   Downloaded tracing-core v0.1.26
[INFO] [stderr]   Downloaded parking_lot v0.12.0
[INFO] [stderr]   Downloaded serde_derive v1.0.137
[INFO] [stderr]   Downloaded crossterm_winapi v0.9.0
[INFO] [stderr]   Downloaded windows_i686_gnu v0.36.1
[INFO] [stderr]   Downloaded windows_x86_64_gnu v0.36.1
[INFO] [stderr]   Downloaded openssl v0.10.40
[INFO] [stderr]   Downloaded tower-service v0.3.1
[INFO] [stderr]   Downloaded signal-hook-registry v1.4.0
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.4
[INFO] [stderr]   Downloaded windows-sys v0.36.1
[INFO] [stderr]   Downloaded socket2 v0.4.4
[INFO] [stderr]   Downloaded cc v1.0.73
[INFO] [stderr]   Downloaded windows_i686_msvc v0.36.1
[INFO] [stderr]   Downloaded h2 v0.3.13
[INFO] [stderr]   Downloaded windows_aarch64_msvc v0.36.1
[INFO] [stderr]   Downloaded tokio-util v0.7.1
[INFO] [stderr]   Downloaded tracing v0.1.34
[INFO] [stderr]   Downloaded serde_json v1.0.81
[INFO] [stderr]   Downloaded httparse v1.7.1
[INFO] [stderr]   Downloaded try-lock v0.2.3
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.1
[INFO] [stderr]   Downloaded syn v1.0.93
[INFO] [stderr]   Downloaded pkg-config v0.3.25
[INFO] [stderr]   Downloaded schannel v0.1.19
[INFO] [stderr]   Downloaded security-framework v2.6.1
[INFO] [stderr]   Downloaded rayon v1.5.3
[INFO] [stderr]   Downloaded serde v1.0.137
[INFO] [stderr]   Downloaded libc v0.2.125
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.8
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.8
[INFO] [stderr]   Downloaded proc-macro2 v1.0.38
[INFO] [stderr]   Downloaded security-framework-sys v2.6.1
[INFO] [stderr]   Downloaded remove_dir_all v0.5.3
[INFO] [stderr]   Downloaded tokio-native-tls v0.3.0
[INFO] [stderr]   Downloaded itoa v1.0.1
[INFO] [stderr]   Downloaded ryu v1.0.9
[INFO] [stderr]   Downloaded bytes v1.1.0
[INFO] [stderr]   Downloaded num_cpus v1.13.1
[INFO] [stderr]   Downloaded tokio-macros v1.7.0
[INFO] [stderr]   Downloaded lock_api v0.4.7
[INFO] [stderr]   Downloaded smallvec v1.8.0
[INFO] [stderr]   Downloaded parking_lot_core v0.9.3
[INFO] [stderr]   Downloaded crossterm v0.23.2
[INFO] [stderr]   Downloaded futures-core v0.3.21
[INFO] [stderr]   Downloaded fastrand v1.7.0
[INFO] [stderr]   Downloaded tempfile v3.3.0
[INFO] [stderr]   Downloaded once_cell v1.10.0
[INFO] [stderr]   Downloaded unicode-xid v0.2.3
[INFO] [stderr]   Downloaded signal-hook v0.3.13
[INFO] [stderr]   Downloaded redox_syscall v0.2.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab05e6d3ccf1d55439098a0bb917666d0876efeb2dc42f21572552b78591eb60
[INFO] running `Command { std: "docker" "start" "-a" "ab05e6d3ccf1d55439098a0bb917666d0876efeb2dc42f21572552b78591eb60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab05e6d3ccf1d55439098a0bb917666d0876efeb2dc42f21572552b78591eb60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab05e6d3ccf1d55439098a0bb917666d0876efeb2dc42f21572552b78591eb60", kill_on_drop: false }`
[INFO] [stdout] ab05e6d3ccf1d55439098a0bb917666d0876efeb2dc42f21572552b78591eb60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 860f531d8fec5aacf08e3bf32e54266369cc4bbc5b183d37cb3b877a06a68325
[INFO] running `Command { std: "docker" "start" "-a" "860f531d8fec5aacf08e3bf32e54266369cc4bbc5b183d37cb3b877a06a68325", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.125
[INFO] [stderr]    Compiling proc-macro2 v1.0.38
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling syn v1.0.93
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]     Checking smallvec v1.8.0
[INFO] [stderr]     Checking pin-project-lite v0.2.9
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]     Checking once_cell v1.10.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]     Checking tracing-core v0.1.26
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling signal-hook v0.3.13
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]     Checking futures-sink v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]     Checking http v0.2.7
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling indexmap v1.8.1
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]     Checking slab v0.4.6
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]     Checking try-lock v0.2.3
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]     Checking tower-service v0.3.1
[INFO] [stderr]     Checking unicode-segmentation v1.9.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.1
[INFO] [stderr]     Checking unicode-width v0.1.9
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]     Checking http-body v0.4.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking mio v0.8.3
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking socket2 v0.4.4
[INFO] [stderr]     Checking parking_lot v0.12.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking crossterm v0.23.2
[INFO] [stderr]     Checking tui v0.18.0
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]     Checking tokio v1.18.2
[INFO] [stderr]     Checking tracing v0.1.34
[INFO] [stderr]     Checking tokio-util v0.7.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.13
[INFO] [stderr]     Checking hyper v0.14.18
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking pokerust-tui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `PokemonHeldItemVersion`
[INFO] [stdout]   --> src/models/mod.rs:26:46
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub use pokemon_held_item::{PokemonHeldItem, PokemonHeldItemVersion};
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PokemonMoveVersion`
[INFO] [stdout]   --> src/models/mod.rs:27:53
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub use pokemon_move::{PokemonMove, PokemonMoveExt, PokemonMoveVersion};
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PokedexNumber`
[INFO] [stdout]   --> src/models/mod.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use pokemon_species::{PokedexNumber, PokemonSpecies};
[INFO] [stdout]    |                           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PokedexNumber`
[INFO] [stdout]   --> src/models/mod.rs:28:27
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub use pokemon_species::{PokedexNumber, PokemonSpecies};
[INFO] [stdout]    |                           ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/extended_pokemon_info.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_renderable_abilities(&self) -> Vec<Row> {
[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] 25 |     pub fn get_renderable_abilities(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/extended_pokemon_info.rs:58:44
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn get_renderable_basic_info_items(&self) -> Vec<Row> {
[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] 58 |     pub fn get_renderable_basic_info_items(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/extended_pokemon_info.rs:109:33
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn get_renderable_moves(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn get_renderable_moves(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/extended_pokemon_info.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub fn get_renderable_encounters(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub fn get_renderable_encounters(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn get_renderable_id(&self) -> Span {
[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 get_renderable_id(&self) -> Span<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn get_renderable_order(&self) -> Span {
[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] 41 |     pub fn get_renderable_order(&self) -> Span<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:48:32
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_renderable_name(&self) -> Span {
[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] 48 |     pub fn get_renderable_name(&self) -> Span<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:55:34
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn get_renderable_height(&self) -> Span {
[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] 55 |     pub fn get_renderable_height(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn get_renderable_weight(&self) -> Span {
[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] 62 |     pub fn get_renderable_weight(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn get_renderable_base_experience(&self) -> Span {
[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] 69 |     pub fn get_renderable_base_experience(&self) -> Span<'_> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn get_renderable_types(&self) -> Vec<Span> {
[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] 76 |     pub fn get_renderable_types(&self) -> Vec<Span<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:90:33
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn get_renderable_stats(&self) -> Vec<Row> {
[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] 90 |     pub fn get_renderable_stats(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/pokemon.rs:104:38
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn get_renderable_held_items(&self, selected_version: &str) -> Vec<Row> {
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn get_renderable_held_items(&self, selected_version: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_ability.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn get_renderable_is_hidden(&self) -> Span {
[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 get_renderable_is_hidden(&self) -> Span<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_ability.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 27 |         extended_ability: Option<&PokemonAbilityExt>,
[INFO] [stdout] 28 |     ) -> Option<Row> {
[INFO] [stdout]    |                 ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> Option<Row<'_>> {
[INFO] [stdout]    |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_renderable_version(&self) -> Span {
[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] 25 |     pub fn get_renderable_version(&self) -> Span<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:32:38
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_renderable_max_chance(&self) -> Span {
[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] 32 |     pub fn get_renderable_max_chance(&self) -> Span<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:38:35
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_methods(&self) -> Span {
[INFO] [stdout]    |                                   ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_methods(&self) -> Span<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn get_renderable_levels(&self) -> Span {
[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] 57 |     pub fn get_renderable_levels(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:91:41
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn get_renderable_location_area(&self) -> Span {
[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] 91 |     pub fn get_renderable_location_area(&self) -> Span<'_> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/pokemon_encounter.rs:106:35
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:20:37
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn get_renderable_item_name(&self) -> Span {
[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 get_renderable_item_name(&self) -> Span<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:33:35
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]    |                                   ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:73:34
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn get_renderable_rarity(&self) -> Span {
[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] 73 |     pub fn get_renderable_rarity(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:80:35
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn get_renderable_version(&self) -> Span {
[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] 80 |     pub fn get_renderable_version(&self) -> Span<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_move.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 49 |     ) -> Option<Row> {
[INFO] [stdout]    |                 ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> Option<Row<'_>> {
[INFO] [stdout]    |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:26:40
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get_renderable_is_legendary(&self) -> Span {
[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] 26 |     pub fn get_renderable_is_legendary(&self) -> Span<'_> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_renderable_base_happiness(&self) -> Span {
[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] 32 |     pub fn get_renderable_base_happiness(&self) -> Span<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:38:40
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_capture_rate(&self) -> Span {
[INFO] [stdout]    |                                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_capture_rate(&self) -> Span<'_> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn get_renderable_color(&self) -> Span {
[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] 44 |     pub fn get_renderable_color(&self) -> Span<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_renderable_pokedex_numbers(&self) -> Vec<Row> {
[INFO] [stdout]    |                                           ^^^^^         ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                           |
[INFO] [stdout]    |                                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_renderable_pokedex_numbers(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_stat.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn get_renderable_as_row(&self) -> Row {
[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 get_renderable_as_row(&self) -> Row<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_type.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn get_renderable(&self) -> Span {
[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 get_renderable(&self) -> Span<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:272:56
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn get_renderable_pokemon_stats_table(current_pokemon: &ExtendedPokemonInfo) -> Table {
[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] 272 | fn get_renderable_pokemon_stats_table(current_pokemon: &ExtendedPokemonInfo) -> Table<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:282:53
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn get_renderable_basic_info_table(current_pokemon: &ExtendedPokemonInfo) -> Table {
[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] 282 | fn get_renderable_basic_info_table(current_pokemon: &ExtendedPokemonInfo) -> Table<'_> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:348:60
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn get_renderable_pokemon_abilities_table(current_pokemon: &ExtendedPokemonInfo) -> (Table, usize) {
[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] 348 | fn get_renderable_pokemon_abilities_table(current_pokemon: &ExtendedPokemonInfo) -> (Table<'_>, usize) {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:412:58
[INFO] [stdout]     |
[INFO] [stdout] 412 | fn get_renderable_pokedex_numbers_table(current_pokemon: &ExtendedPokemonInfo) -> Table {
[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] 412 | fn get_renderable_pokedex_numbers_table(current_pokemon: &ExtendedPokemonInfo) -> Table<'_> {
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/extended_pokemon_info.rs:25:37
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_renderable_abilities(&self) -> Vec<Row> {
[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] 25 |     pub fn get_renderable_abilities(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/extended_pokemon_info.rs:58:44
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn get_renderable_basic_info_items(&self) -> Vec<Row> {
[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] 58 |     pub fn get_renderable_basic_info_items(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/extended_pokemon_info.rs:109:33
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn get_renderable_moves(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]     |                                 ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn get_renderable_moves(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/extended_pokemon_info.rs:190:38
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub fn get_renderable_encounters(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub fn get_renderable_encounters(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn get_renderable_id(&self) -> Span {
[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 get_renderable_id(&self) -> Span<'_> {
[INFO] [stdout]    |                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:41:33
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn get_renderable_order(&self) -> Span {
[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] 41 |     pub fn get_renderable_order(&self) -> Span<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:48:32
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn get_renderable_name(&self) -> Span {
[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] 48 |     pub fn get_renderable_name(&self) -> Span<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:55:34
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn get_renderable_height(&self) -> Span {
[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] 55 |     pub fn get_renderable_height(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn get_renderable_weight(&self) -> Span {
[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] 62 |     pub fn get_renderable_weight(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn get_renderable_base_experience(&self) -> Span {
[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] 69 |     pub fn get_renderable_base_experience(&self) -> Span<'_> {
[INFO] [stdout]    |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn get_renderable_types(&self) -> Vec<Span> {
[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] 76 |     pub fn get_renderable_types(&self) -> Vec<Span<'_>> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon.rs:90:33
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn get_renderable_stats(&self) -> Vec<Row> {
[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] 90 |     pub fn get_renderable_stats(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/pokemon.rs:104:38
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn get_renderable_held_items(&self, selected_version: &str) -> Vec<Row> {
[INFO] [stdout]     |                                      ^^^^^ the lifetime is elided here     ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub fn get_renderable_held_items(&self, selected_version: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_ability.rs:17:37
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn get_renderable_is_hidden(&self) -> Span {
[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 get_renderable_is_hidden(&self) -> Span<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_ability.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 26 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 27 |         extended_ability: Option<&PokemonAbilityExt>,
[INFO] [stdout] 28 |     ) -> Option<Row> {
[INFO] [stdout]    |                 ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> Option<Row<'_>> {
[INFO] [stdout]    |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:25:35
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn get_renderable_version(&self) -> Span {
[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] 25 |     pub fn get_renderable_version(&self) -> Span<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:32:38
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_renderable_max_chance(&self) -> Span {
[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] 32 |     pub fn get_renderable_max_chance(&self) -> Span<'_> {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:38:35
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_methods(&self) -> Span {
[INFO] [stdout]    |                                   ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_methods(&self) -> Span<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn get_renderable_levels(&self) -> Span {
[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] 57 |     pub fn get_renderable_levels(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_encounter.rs:91:41
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn get_renderable_location_area(&self) -> Span {
[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] 91 |     pub fn get_renderable_location_area(&self) -> Span<'_> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/models/pokemon_encounter.rs:106:35
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]     |                                   ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:20:37
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn get_renderable_item_name(&self) -> Span {
[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 get_renderable_item_name(&self) -> Span<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:33:35
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row> {
[INFO] [stdout]    |                                   ^^^^^ the lifetime is elided here           ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn get_renderable_as_rows(&self, selected_version_group: &str) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:73:34
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn get_renderable_rarity(&self) -> Span {
[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] 73 |     pub fn get_renderable_rarity(&self) -> Span<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_held_item.rs:80:35
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn get_renderable_version(&self) -> Span {
[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] 80 |     pub fn get_renderable_version(&self) -> Span<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_move.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |         &self,
[INFO] [stdout]    |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 49 |     ) -> Option<Row> {
[INFO] [stdout]    |                 ^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     ) -> Option<Row<'_>> {
[INFO] [stdout]    |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:26:40
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn get_renderable_is_legendary(&self) -> Span {
[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] 26 |     pub fn get_renderable_is_legendary(&self) -> Span<'_> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:32:42
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn get_renderable_base_happiness(&self) -> Span {
[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] 32 |     pub fn get_renderable_base_happiness(&self) -> Span<'_> {
[INFO] [stdout]    |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:38:40
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_capture_rate(&self) -> Span {
[INFO] [stdout]    |                                        ^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                        |
[INFO] [stdout]    |                                        the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn get_renderable_capture_rate(&self) -> Span<'_> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:44:33
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn get_renderable_color(&self) -> Span {
[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] 44 |     pub fn get_renderable_color(&self) -> Span<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_species.rs:52:43
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_renderable_pokedex_numbers(&self) -> Vec<Row> {
[INFO] [stdout]    |                                           ^^^^^         ^^^ the same lifetime is hidden here
[INFO] [stdout]    |                                           |
[INFO] [stdout]    |                                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn get_renderable_pokedex_numbers(&self) -> Vec<Row<'_>> {
[INFO] [stdout]    |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_stat.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub fn get_renderable_as_row(&self) -> Row {
[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 get_renderable_as_row(&self) -> Row<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/models/pokemon_type.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn get_renderable(&self) -> Span {
[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 get_renderable(&self) -> Span<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:272:56
[INFO] [stdout]     |
[INFO] [stdout] 272 | fn get_renderable_pokemon_stats_table(current_pokemon: &ExtendedPokemonInfo) -> Table {
[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] 272 | fn get_renderable_pokemon_stats_table(current_pokemon: &ExtendedPokemonInfo) -> Table<'_> {
[INFO] [stdout]     |                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:282:53
[INFO] [stdout]     |
[INFO] [stdout] 282 | fn get_renderable_basic_info_table(current_pokemon: &ExtendedPokemonInfo) -> Table {
[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] 282 | fn get_renderable_basic_info_table(current_pokemon: &ExtendedPokemonInfo) -> Table<'_> {
[INFO] [stdout]     |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:348:60
[INFO] [stdout]     |
[INFO] [stdout] 348 | fn get_renderable_pokemon_abilities_table(current_pokemon: &ExtendedPokemonInfo) -> (Table, usize) {
[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] 348 | fn get_renderable_pokemon_abilities_table(current_pokemon: &ExtendedPokemonInfo) -> (Table<'_>, usize) {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ui.rs:412:58
[INFO] [stdout]     |
[INFO] [stdout] 412 | fn get_renderable_pokedex_numbers_table(current_pokemon: &ExtendedPokemonInfo) -> Table {
[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] 412 | fn get_renderable_pokedex_numbers_table(current_pokemon: &ExtendedPokemonInfo) -> Table<'_> {
[INFO] [stdout]     |                                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.00s
[INFO] running `Command { std: "docker" "inspect" "860f531d8fec5aacf08e3bf32e54266369cc4bbc5b183d37cb3b877a06a68325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "860f531d8fec5aacf08e3bf32e54266369cc4bbc5b183d37cb3b877a06a68325", kill_on_drop: false }`
[INFO] [stdout] 860f531d8fec5aacf08e3bf32e54266369cc4bbc5b183d37cb3b877a06a68325
