[INFO] cloning repository https://github.com/BenDeJonge/rust-leetcode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BenDeJonge/rust-leetcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenDeJonge%2Frust-leetcode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenDeJonge%2Frust-leetcode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d2643aa97e31e168635e446fe7f13b22527e2fbe
[INFO] documenting BenDeJonge/rust-leetcode against 1.91.0 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBenDeJonge%2Frust-leetcode" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BenDeJonge/rust-leetcode
[INFO] finished tweaking git repo https://github.com/BenDeJonge/rust-leetcode
[INFO] tweaked toml for git repo https://github.com/BenDeJonge/rust-leetcode written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BenDeJonge/rust-leetcode on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BenDeJonge/rust-leetcode already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded stfu8 v0.2.7
[INFO] [stderr]   Downloaded miniz_oxide v0.8.4
[INFO] [stderr]   Downloaded voca_rs v1.15.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c28cdd4df6ef825bf4492d0b548565531aa0bf571f6bc5ed5e581528d842a6c6
[INFO] running `Command { std: "docker" "start" "-a" "c28cdd4df6ef825bf4492d0b548565531aa0bf571f6bc5ed5e581528d842a6c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c28cdd4df6ef825bf4492d0b548565531aa0bf571f6bc5ed5e581528d842a6c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c28cdd4df6ef825bf4492d0b548565531aa0bf571f6bc5ed5e581528d842a6c6", kill_on_drop: false }`
[INFO] [stdout] c28cdd4df6ef825bf4492d0b548565531aa0bf571f6bc5ed5e581528d842a6c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.91.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9915450a0898553c56986e10fb836176e8bf38424c9801025d9a250668d07912
[INFO] running `Command { std: "docker" "start" "-a" "9915450a0898553c56986e10fb836176e8bf38424c9801025d9a250668d07912", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling cc v1.2.13
[INFO] [stderr]    Compiling openssl v0.10.70
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking stfu8 v0.2.7
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling openssl-sys v0.9.105
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking voca_rs v1.15.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.12
[INFO] [stderr]     Checking rust-leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting rust-leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/graph.rs:77:23
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn get_vertex(&self, i: usize) -> Option<Vertex<T>> {
[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] 77 |     pub fn get_vertex(&self, i: usize) -> Option<Vertex<'_, T>> {
[INFO] [stdout]    |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/util/graph.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn iter(&self) -> GraphIterator<T> {
[INFO] [stdout]    |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn iter(&self) -> GraphIterator<'_, T> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `math`
[INFO] [stdout]  --> src/rust_leetcode/easy/s0009_palindrome_number.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | /// Easy - [math]
[INFO] [stdout]   |             ^^^^ no item named `math` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/easy/s0070_climbing_stairs.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     ///     [1]
[INFO] [stdout]    |              ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2`
[INFO] [stdout]   --> src/rust_leetcode/easy/s0070_climbing_stairs.rs:19:14
[INFO] [stdout]    |
[INFO] [stdout] 19 |     ///     [2]
[INFO] [stdout]    |              ^ no item named `2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1`
[INFO] [stdout]   --> src/rust_leetcode/easy/s0070_climbing_stairs.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ///     [1,1]
[INFO] [stdout]    |              ^^^ no item named `1,1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]  --> src/rust_leetcode/easy/s0121_best_time_to_buy_and_sell_stock.rs:3:48
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! You are given an array prices where prices[i] is the price of a given stock on the ith day.
[INFO] [stdout]   |                                                ^ no item named `i` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]  --> src/rust_leetcode/easy/s0448_find_all_numbers_disappeared_in_an_array.rs:4:50
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! Given an array nums of n integers where nums[i] is in the range [1, n],
[INFO] [stdout]   |                                                  ^ no item named `i` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `string`
[INFO] [stdout]  --> src/rust_leetcode/easy/s3617_find_the_original_typed_string_i.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! Easy - [string]
[INFO] [stdout]   |             ^^^^^^ no item named `string` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `backtracking`
[INFO] [stdout]  --> src/rust_leetcode/hard/s0052_n_queens_ii.rs:2:13
[INFO] [stdout]   |
[INFO] [stdout] 2 | //! Hard - [backtracking]
[INFO] [stdout]   |             ^^^^^^^^^^^^ no item named `backtracking` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `7`
[INFO] [stdout]   --> src/rust_leetcode/hard/s1447_jump_game_iv.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! Input: arr = [7]
[INFO] [stdout]    |                   ^ no item named `7` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `7,6,9,6,9,6,9,7`
[INFO] [stdout]   --> src/rust_leetcode/hard/s1447_jump_game_iv.rs:22:19
[INFO] [stdout]    |
[INFO] [stdout] 22 | //! Input: arr = [7,6,9,6,9,6,9,7]
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ no item named `7,6,9,6,9,6,9,7` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,0`
[INFO] [stdout]   --> src/rust_leetcode/hard/s0041_first_missing_positive.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! Input: nums = [1,2,0]
[INFO] [stdout]    |                    ^^^^^ no item named `1,2,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2`
[INFO] [stdout]   --> src/rust_leetcode/hard/s0041_first_missing_positive.rs:13:44
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! Explanation: The numbers in the range [1,2] are all in the array.
[INFO] [stdout]    |                                            ^^^ no item named `1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `7,8,9,11,12`
[INFO] [stdout]   --> src/rust_leetcode/hard/s0041_first_missing_positive.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! Input: nums = [7,8,9,11,12]
[INFO] [stdout]    |                    ^^^^^^^^^^^ no item named `7,8,9,11,12` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0011_container_with_most_water.rs:4:108
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! There are n vertical lines drawn such that the two endpoints of the ith line are (i, 0) and (i, height[i]).
[INFO] [stdout]   |                                                                                                            ^ no item named `i` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0015_3sum.rs:3:64
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]]
[INFO] [stdout]   |                                                                ^ no item named `i` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0015_3sum.rs:3:73
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]]
[INFO] [stdout]   |                                                                         ^ no item named `j` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0015_3sum.rs:3:82
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]]
[INFO] [stdout]   |                                                                                  ^ no item named `k` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0015_3sum.rs:4:52
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
[INFO] [stdout]   |                                                    ^ no item named `i` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0015_3sum.rs:4:62
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
[INFO] [stdout]   |                                                              ^ no item named `j` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `k`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0015_3sum.rs:4:72
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] == 0.
[INFO] [stdout]   |                                                                        ^ no item named `k` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,3,6,7`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0039_combination_sum.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! Input: candidates = [2,3,6,7], target = 7
[INFO] [stdout]   |                          ^^^^^^^ no item named `2,3,6,7` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,2,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0039_combination_sum.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[2,2,3],[7]]
[INFO] [stdout]   |               ^^^^^ no item named `2,2,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `7`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0039_combination_sum.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[2,2,3],[7]]
[INFO] [stdout]   |                       ^ no item named `7` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,3,5`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0039_combination_sum.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! Input: candidates = [2,3,5], target = 8
[INFO] [stdout]    |                          ^^^^^ no item named `2,3,5` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,2,2,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0039_combination_sum.rs:16:15
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! Output: [[2,2,2,2],[2,3,3],[3,5]]
[INFO] [stdout]    |               ^^^^^^^ no item named `2,2,2,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,3,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0039_combination_sum.rs:16:25
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! Output: [[2,2,2,2],[2,3,3],[3,5]]
[INFO] [stdout]    |                         ^^^^^ no item named `2,3,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,5`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0039_combination_sum.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! Output: [[2,2,2,2],[2,3,3],[3,5]]
[INFO] [stdout]    |                                 ^^^ no item named `3,5` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0039_combination_sum.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! Input: candidates = [2], target = 1
[INFO] [stdout]    |                          ^ no item named `2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0053_maximum_subarray.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! Input: nums = [1]
[INFO] [stdout]    |                    ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0053_maximum_subarray.rs:13:32
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! Explanation: The subarray [1] has the largest sum 1.
[INFO] [stdout]    |                                ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0074_search_a_2d_matrix.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! - ``n == matrix[i].length`
[INFO] [stdout]    |                     ^ no item named `i` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0074_search_a_2d_matrix.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 23 | //! - ``-10^4 <= matrix[i][j], target <= 10^4`
[INFO] [stdout]    |                            ^ no item named `j` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `index1`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0167_two_sum_ii.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! Let these two numbers be numbers[index1] and numbers[index2] where 1 <= index1 < index2 <= numbers.length.
[INFO] [stdout]   |                                      ^^^^^^ no item named `index1` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `index2`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0167_two_sum_ii.rs:5:58
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! Let these two numbers be numbers[index1] and numbers[index2] where 1 <= index1 < index2 <= numbers.length.
[INFO] [stdout]   |                                                          ^^^^^^ no item named `index2` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,5`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0322_coin_change.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! Input: coins = [1,2,5], amount = 11
[INFO] [stdout]    |                     ^^^^^ no item named `1,2,5` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0322_coin_change.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! Input: coins = [2], amount = 3
[INFO] [stdout]    |                     ^ no item named `2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0322_coin_change.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! Input: coins = [1], amount = 0
[INFO] [stdout]    |                     ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,3,2,7,8,2,3,1`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0442_find_all_duplicates_in_an_array.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! Input: nums = [4,3,2,7,8,2,3,1]
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^ no item named `4,3,2,7,8,2,3,1` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0442_find_all_duplicates_in_an_array.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [2,3]
[INFO] [stdout]   |              ^^^ no item named `2,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0442_find_all_duplicates_in_an_array.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! Input: nums = [1,1,2]
[INFO] [stdout]    |                    ^^^^^ no item named `1,1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0442_find_all_duplicates_in_an_array.rs:12:14
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! Output: [1]
[INFO] [stdout]    |              ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0442_find_all_duplicates_in_an_array.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! Input: nums = [1]
[INFO] [stdout]    |                    ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,2,3,0,3,1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1306_jump_game_iii.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! Input: arr = [4,2,3,0,3,1,2], start = 5
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ no item named `4,2,3,0,3,1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,2,3,0,3,1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1306_jump_game_iii.rs:18:19
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! Input: arr = [4,2,3,0,3,1,2], start = 0
[INFO] [stdout]    |                   ^^^^^^^^^^^^^ no item named `4,2,3,0,3,1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,0,2,1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1306_jump_game_iii.rs:25:19
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! Input: arr = [3,0,2,1,2], start = 2
[INFO] [stdout]    |                   ^^^^^^^^^ no item named `3,0,2,1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0,1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! Input: grid = [[0,1],[1,0]]
[INFO] [stdout]    |                     ^^^ no item named `0,1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:15:27
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! Input: grid = [[0,1],[1,0]]
[INFO] [stdout]    |                           ^^^ no item named `1,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0,0,0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! Input: grid = [[0,0,0],[1,1,0],[1,1,0]]
[INFO] [stdout]    |                     ^^^^^ no item named `0,0,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1,0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! Input: grid = [[0,0,0],[1,1,0],[1,1,0]]
[INFO] [stdout]    |                             ^^^^^ no item named `1,1,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1,0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:18:37
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! Input: grid = [[0,0,0],[1,1,0],[1,1,0]]
[INFO] [stdout]    |                                     ^^^^^ no item named `1,1,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,0,0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! Input: grid = [[1,0,0],[1,1,0],[1,1,0]]
[INFO] [stdout]    |                     ^^^^^ no item named `1,0,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1,0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:21:29
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! Input: grid = [[1,0,0],[1,1,0],[1,1,0]]
[INFO] [stdout]    |                             ^^^^^ no item named `1,1,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1,0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:21:37
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! Input: grid = [[1,0,0],[1,1,0],[1,1,0]]
[INFO] [stdout]    |                                     ^^^^^ no item named `1,1,0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3,4,5`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0019_remove_nth_node_from_end_of_list.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! Input: head = [1,2,3,4,5], n = 2
[INFO] [stdout]   |                    ^^^^^^^^^ no item named `1,2,3,4,5` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3,5`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0019_remove_nth_node_from_end_of_list.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [1,2,3,5]
[INFO] [stdout]   |              ^^^^^^^ no item named `1,2,3,5` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0019_remove_nth_node_from_end_of_list.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! Input: head = [1], n = 1
[INFO] [stdout]    |                    ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0019_remove_nth_node_from_end_of_list.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! Input: head = [1,2], n = 1
[INFO] [stdout]    |                    ^^^ no item named `1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0019_remove_nth_node_from_end_of_list.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! Output: [1]
[INFO] [stdout]    |              ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3,4`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0024_swap_nodes_in_pairs.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Input: head = [1,2,3,4]
[INFO] [stdout]   |                    ^^^^^^^ no item named `1,2,3,4` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,1,4,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0024_swap_nodes_in_pairs.rs:10:14
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! Output: [2,1,4,3]
[INFO] [stdout]    |              ^^^^^^^ no item named `2,1,4,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0024_swap_nodes_in_pairs.rs:16:20
[INFO] [stdout]    |
[INFO] [stdout] 16 | //! Input: head = [1]
[INFO] [stdout]    |                    ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0024_swap_nodes_in_pairs.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! Output: [1]
[INFO] [stdout]    |              ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0024_swap_nodes_in_pairs.rs:19:20
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! Input: head = [1,2,3]
[INFO] [stdout]    |                    ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,1,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0024_swap_nodes_in_pairs.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! Output: [2,1,3]
[INFO] [stdout]    |              ^^^^^ no item named `2,1,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0031_next_permutation.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! E.g., for arr = [1,2,3], the following are all the permutations of arr:
[INFO] [stdout]   |                      ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0031_next_permutation.rs:8:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! [1,2,3], [1,3,2], [2, 1, 3], [2, 3, 1], [3,1,2], [3,2,1].
[INFO] [stdout]   |      ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,3,2`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0031_next_permutation.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! [1,2,3], [1,3,2], [2, 1, 3], [2, 3, 1], [3,1,2], [3,2,1].
[INFO] [stdout]   |               ^^^^^ no item named `1,3,2` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,1,2`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0031_next_permutation.rs:8:46
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! [1,2,3], [1,3,2], [2, 1, 3], [2, 3, 1], [3,1,2], [3,2,1].
[INFO] [stdout]   |                                              ^^^^^ no item named `3,1,2` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,2,1`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0031_next_permutation.rs:8:55
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! [1,2,3], [1,3,2], [2, 1, 3], [2, 3, 1], [3,1,2], [3,2,1].
[INFO] [stdout]   |                                                       ^^^^^ no item named `3,2,1` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:18:49
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! For example, the next permutation of arr = [1,2,3] is [1,3,2].
[INFO] [stdout]    |                                                 ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,3,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:18:60
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! For example, the next permutation of arr = [1,2,3] is [1,3,2].
[INFO] [stdout]    |                                                            ^^^^^ no item named `1,3,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,3,1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:19:47
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! Similarly, the next permutation of arr = [2,3,1] is [3,1,2].
[INFO] [stdout]    |                                               ^^^^^ no item named `2,3,1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:19:58
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! Similarly, the next permutation of arr = [2,3,1] is [3,1,2].
[INFO] [stdout]    |                                                          ^^^^^ no item named `3,1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,2,1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:20:42
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! While the next permutation of arr = [3,2,1] is [1,2,3] because [3,2,1] does
[INFO] [stdout]    |                                          ^^^^^ no item named `3,2,1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:20:53
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! While the next permutation of arr = [3,2,1] is [1,2,3] because [3,2,1] does
[INFO] [stdout]    |                                                     ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,2,1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:20:69
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! While the next permutation of arr = [3,2,1] is [1,2,3] because [3,2,1] does
[INFO] [stdout]    |                                                                     ^^^^^ no item named `3,2,1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! Input: nums = [1,2,3]
[INFO] [stdout]    |                    ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,3,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 | //! Output: [1,3,2]
[INFO] [stdout]    |              ^^^^^ no item named `1,3,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,2,1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:30:20
[INFO] [stdout]    |
[INFO] [stdout] 30 | //! Input: nums = [3,2,1]
[INFO] [stdout]    |                    ^^^^^ no item named `3,2,1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:31:14
[INFO] [stdout]    |
[INFO] [stdout] 31 | //! Output: [1,2,3]
[INFO] [stdout]    |              ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1,5`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:33:20
[INFO] [stdout]    |
[INFO] [stdout] 33 | //! Input: nums = [1,1,5]
[INFO] [stdout]    |                    ^^^^^ no item named `1,1,5` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,5,1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0031_next_permutation.rs:34:14
[INFO] [stdout]    |
[INFO] [stdout] 34 | //! Output: [1,5,1]
[INFO] [stdout]    |              ^^^^^ no item named `1,5,1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! Input: nums = [1,2,3]
[INFO] [stdout]   |                    ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]]
[INFO] [stdout]   |                  ^ no item named `1` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]]
[INFO] [stdout]   |                      ^ no item named `2` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]]
[INFO] [stdout]   |                          ^^^ no item named `1,2` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:9:32
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]]
[INFO] [stdout]   |                                ^ no item named `3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:9:36
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]]
[INFO] [stdout]   |                                    ^^^ no item named `1,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:9:42
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]]
[INFO] [stdout]   |                                          ^^^ no item named `2,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,2,3`
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:9:48
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! Output: [[],[1],[2],[1,2],[3],[1,3],[2,3],[1,2,3]]
[INFO] [stdout]   |                                                ^^^^^ no item named `1,2,3` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0078_subsets.rs:11:20
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! Input: nums = [0]
[INFO] [stdout]    |                    ^ no item named `0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0078_subsets.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! Output: [[],[0]]
[INFO] [stdout]    |                  ^ no item named `0` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,5,6,7,0,1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0033_search_in_rotated_sorted_array.rs:15:20
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! Input: nums = [4,5,6,7,0,1,2], target = 0
[INFO] [stdout]    |                    ^^^^^^^^^^^^^ no item named `4,5,6,7,0,1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,5,6,7,0,1,2`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0033_search_in_rotated_sorted_array.rs:18:20
[INFO] [stdout]    |
[INFO] [stdout] 18 | //! Input: nums = [4,5,6,7,0,1,2], target = 3
[INFO] [stdout]    |                    ^^^^^^^^^^^^^ no item named `4,5,6,7,0,1,2` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0033_search_in_rotated_sorted_array.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! Input: nums = [1], target = 0
[INFO] [stdout]    |                    ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,7,7,8,8,10`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0034_find_first_and_last_position_of_element_in_sorted_array.rs:10:20
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! Input: nums = [5,7,7,8,8,10], target = 8
[INFO] [stdout]    |                    ^^^^^^^^^^^^ no item named `5,7,7,8,8,10` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,4`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0034_find_first_and_last_position_of_element_in_sorted_array.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! Output: [3,4]
[INFO] [stdout]    |              ^^^ no item named `3,4` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,7,7,8,8,10`
[INFO] [stdout]   --> src/rust_leetcode/medium/s0034_find_first_and_last_position_of_element_in_sorted_array.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 | //! Input: nums = [5,7,7,8,8,10], target = 6
[INFO] [stdout]    |                    ^^^^^^^^^^^^ no item named `5,7,7,8,8,10` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `url`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:220:5
[INFO] [stdout]     |
[INFO] [stdout] 220 | /// <url>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `difficulty`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 221 | /// <difficulty> - <tags>
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `tags`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:221:20
[INFO] [stdout]     |
[INFO] [stdout] 221 | /// <difficulty> - <tags>
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `description`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 222 | /// <description>
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0001_two_sum.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/two-sum/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/two-sum/>
[INFO] [stdout]   |     +                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0009_palindrome_number.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/palindrome-number/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | /// <https://leetcode.com/problems/palindrome-number/>
[INFO] [stdout]   |     +                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0013_roman_to_integer.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/roman-to-integer/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/roman-to-integer/>
[INFO] [stdout]   |     +                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0014_longest_common_prefix.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/longest-common-prefix/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/longest-common-prefix/>
[INFO] [stdout]   |     +                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0020_valid_parentheses.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/valid-parentheses/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/valid-parentheses/>
[INFO] [stdout]   |     +                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0021_merge_two_sorted_lists.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/merge-two-sorted-lists/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/merge-two-sorted-lists/>
[INFO] [stdout]   |     +                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0026_remove_duplicates_from_sorted_array.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/remove-duplicates-from-sorted-array/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/remove-duplicates-from-sorted-array/>
[INFO] [stdout]   |     +                                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0027_remove_element.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/remove-element/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/remove-element/>
[INFO] [stdout]   |     +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0028_index_of_first_occurence_in_string.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/find-the-index-of-the-first-occurrence-in-a-string/>
[INFO] [stdout]   |     +                                                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0035_search_insert_position.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/search-insert-position/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/search-insert-position/>
[INFO] [stdout]   |     +                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0070_climbing_stairs.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/climbing-stairs/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/climbing-stairs/>
[INFO] [stdout]   |     +                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0094_binary_tree_inorder_traversal.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/binary-tree-inorder-traversal/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/binary-tree-inorder-traversal/>
[INFO] [stdout]   |     +                                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0101_symmetric_tree.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/symmetric-tree/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/symmetric-tree/>
[INFO] [stdout]   |     +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0104_maximum_depth_of_binary_tree.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/maximum-depth-of-binary-tree/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/maximum-depth-of-binary-tree/>
[INFO] [stdout]   |     +                                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0118_pascals_triangle.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/pascals-triangle/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/pascals-triangle/>
[INFO] [stdout]   |     +                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0121_best_time_to_buy_and_sell_stock.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/best-time-to-buy-and-sell-stock/>
[INFO] [stdout]   |     +                                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0136_single_number.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/single-number
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/single-number>
[INFO] [stdout]   |     +                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0169_majority_element.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/majority-element/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/majority-element/>
[INFO] [stdout]   |     +                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/rust_leetcode/easy/s0169_majority_element.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     /// https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_majority_vote_algorithm
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 11 |     /// <https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_majority_vote_algorithm>
[INFO] [stdout]    |         +                                                                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0226_invert_binary_tree.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/invert-binary-tree/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/invert-binary-tree/>
[INFO] [stdout]   |     +                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0283_move_zeroes.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/move-zeroes/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/move-zeroes/>
[INFO] [stdout]   |     +                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0448_find_all_numbers_disappeared_in_an_array.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/>
[INFO] [stdout]   |     +                                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0543_diameter_of_a_binary_tree.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/diameter-of-binary-tree//problems/move-zeroes/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/diameter-of-binary-tree//problems/move-zeroes/>
[INFO] [stdout]   |     +                                                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0704_binary_search.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/binary-search/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/binary-search/>
[INFO] [stdout]   |     +                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s1518_water_bottles.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/water-bottles/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/water-bottles/>
[INFO] [stdout]   |     +                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s3617_find_the_original_typed_string_i.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/find-the-original-typed-string-i/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/find-the-original-typed-string-i/>
[INFO] [stdout]   |     +                                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0206_reverse_linked_list.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/reverse-linked-list/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/reverse-linked-list/>
[INFO] [stdout]   |     +                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/easy/s0234_palindrome_linked_list.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/palindrome-linked-list/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/palindrome-linked-list/>
[INFO] [stdout]   |     +                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s0004_median_of_two_sorted_arrays.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/median-of-two-sorted-arrays/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/median-of-two-sorted-arrays/>
[INFO] [stdout]   |     +                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s0023_merge_k_sorted_lists.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/merge-k-sorted-lists/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/merge-k-sorted-lists/>
[INFO] [stdout]   |     +                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s0032_longest_valid_parentheses.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/longest-valid-parentheses/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/longest-valid-parentheses/>
[INFO] [stdout]   |     +                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s0042_trapping_rain_water.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/trapping-rain-watter/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/trapping-rain-watter/>
[INFO] [stdout]   |     +                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s0051_n_queens.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/n-queens/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/n-queens/>
[INFO] [stdout]   |     +                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s0052_n_queens_ii.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/n-queens-ii/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/n-queens-ii/>
[INFO] [stdout]   |     +                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s1447_jump_game_iv.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/jump-game-iv/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/jump-game-iv/>
[INFO] [stdout]   |     +                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/hard/s0041_first_missing_positive.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/first-missing-positive/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/first-missing-positive/>
[INFO] [stdout]   |     +                                                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0002_add_two_numbers.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/add-two-numbers/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/add-two-numbers/>
[INFO] [stdout]   |     +                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0003_longest_substring_without_repeating_characters.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/longest-substring-without-repeating-characters/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/longest-substring-without-repeating-characters/>
[INFO] [stdout]   |     +                                                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0005_longest_palindromic_substring.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/longest-palindromic-substring/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/longest-palindromic-substring/>
[INFO] [stdout]   |     +                                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0011_container_with_most_water.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/container-with-most-water/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/container-with-most-water/>
[INFO] [stdout]   |     +                                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0015_3sum.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/3sum/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/3sum/>
[INFO] [stdout]   |     +                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0017_letter_combinations_of_a_phone_number.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/letter-combinations-of-a-phone-number/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/letter-combinations-of-a-phone-number/>
[INFO] [stdout]   |     +                                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0022_generate_parentheses.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/generate-parentheses/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/generate-parentheses/>
[INFO] [stdout]   |     +                                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0039_combination_sum.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/combination-sum/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/combination-sum/>
[INFO] [stdout]   |     +                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0045_jump_game_ii.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/jump-game-ii/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/jump-game-ii/>
[INFO] [stdout]   |     +                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0046_permutations.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/permutations/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/permutations/>
[INFO] [stdout]   |     +                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0047_permutations_ii.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/permutations/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/permutations/>
[INFO] [stdout]   |     +                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0048_rotate_image.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/rotate-image/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/rotate-image/>
[INFO] [stdout]   |     +                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0049_group_anagrams.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/group-anagrams/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/group-anagrams/>
[INFO] [stdout]   |     +                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0053_maximum_subarray.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/maximum-subarray/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/maximum-subarray/>
[INFO] [stdout]   |     +                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0054_spiral_matrix.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/spiral-matrix/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/spiral-matrix/>
[INFO] [stdout]   |     +                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0055_jump_game.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/jump-game/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/jump-game/>
[INFO] [stdout]   |     +                                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0056_merge_intervals.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/merge-intervals/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/merge-intervals/>
[INFO] [stdout]   |     +                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0062_unique_paths.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/unique-paths/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/unique-paths/>
[INFO] [stdout]   |     +                                           +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/rust_leetcode/medium/s0062_unique_paths.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | /// https://onlinemschool.com/math/formula/factorial_table/
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]    |
[INFO] [stdout] 26 | /// <https://onlinemschool.com/math/formula/factorial_table/>
[INFO] [stdout]    |     +                                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0064_minimum_path_sum.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/minimum-path-sum/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/minimum-path-sum/>
[INFO] [stdout]   |     +                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0072_edit_distance.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/edit-distance/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/edit-distance/>
[INFO] [stdout]   |     +                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0074_search_a_2d_matrix.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/search-a-2d-matrix/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/search-a-2d-matrix/>
[INFO] [stdout]   |     +                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0079_word_search.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/word-search/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/word-search/>
[INFO] [stdout]   |     +                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0167_two_sum_ii.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/>
[INFO] [stdout]   |     +                                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0322_coin_change.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/coin-change/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/coin-change/>
[INFO] [stdout]   |     +                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0442_find_all_duplicates_in_an_array.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/find-all-duplicates-in-an-array/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/find-all-duplicates-in-an-array/>
[INFO] [stdout]   |     +                                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s1306_jump_game_iii.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/jump-game-iii/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/jump-game-iii/>
[INFO] [stdout]   |     +                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s1456_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance/>
[INFO] [stdout]   |     +                                                                                                          +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s2001_jump_game_vii.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/jump-game-vii/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/jump-game-vii/>
[INFO] [stdout]   |     +                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s1171_shortest_path_in_binary_matrix.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/shortest-path-in-binary-matrix/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/shortest-path-in-binary-matrix/>
[INFO] [stdout]   |     +                                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0019_remove_nth_node_from_end_of_list.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/remove-nth-node-from-end-of-list/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/remove-nth-node-from-end-of-list/>
[INFO] [stdout]   |     +                                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0024_swap_nodes_in_pairs.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/swap-nodes-in-pairs/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/swap-nodes-in-pairs/>
[INFO] [stdout]   |     +                                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0031_next_permutation.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/next-permutation/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/next-permutation/>
[INFO] [stdout]   |     +                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0319_bulb_switcher.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/bulb-switcher/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/bulb-switcher/>
[INFO] [stdout]   |     +                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0131_palindrome_partitioning.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/palindrome-partitioning/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/palindrome-partitioning/>
[INFO] [stdout]   |     +                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0078_subsets.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/subsets/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/subsets/>
[INFO] [stdout]   |     +                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0033_search_in_rotated_sorted_array.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/search-in-rotated-sorted-array/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/search-in-rotated-sorted-array/>
[INFO] [stdout]   |     +                                                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/rust_leetcode/medium/s0034_find_first_and_last_position_of_element_in_sorted_array.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! <https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/>
[INFO] [stdout]   |     +                                                                                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `url`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:220:5
[INFO] [stdout]     |
[INFO] [stdout] 220 | /// <url>
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `difficulty`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:221:5
[INFO] [stdout]     |
[INFO] [stdout] 221 | /// <difficulty> - <tags>
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `tags`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:221:20
[INFO] [stdout]     |
[INFO] [stdout] 221 | /// <difficulty> - <tags>
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `description`
[INFO] [stdout]    --> src/fetcher/file_writer.rs:222:5
[INFO] [stdout]     |
[INFO] [stdout] 222 | /// <description>
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.44s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rust_leetcode/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "9915450a0898553c56986e10fb836176e8bf38424c9801025d9a250668d07912", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9915450a0898553c56986e10fb836176e8bf38424c9801025d9a250668d07912", kill_on_drop: false }`
[INFO] [stdout] 9915450a0898553c56986e10fb836176e8bf38424c9801025d9a250668d07912
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "+1.91.0" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4afc3c9f33e7e13cedd4675cb9dcd9ff06a4d550c07e329617ee5126598c4ccb
[INFO] running `Command { std: "docker" "start" "-a" "4afc3c9f33e7e13cedd4675cb9dcd9ff06a4d550c07e329617ee5126598c4ccb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.93/src/wrapper.rs:366:26
[INFO] [stdout]     |
[INFO] [stdout] 366 |     Compiler(proc_macro::SourceFile),
[INFO] [stdout]     |                          ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 366 -     Compiler(proc_macro::SourceFile),
[INFO] [stdout] 366 +     Compiler(SourceFile),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.93/src/wrapper.rs:372:32
[INFO] [stdout]     |
[INFO] [stdout] 372 |     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout]     |                                ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 372 -     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout] 372 +     fn nightly(sf: SourceFile) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `source_file` found for reference `&proc_macro::Span` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.93/src/wrapper.rs:462:56
[INFO] [stdout]     |
[INFO] [stdout] 462 |             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout]     |                                                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `source` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 462 -             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout] 462 +             Span::Compiler(s) => SourceFile::nightly(s.source()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "4afc3c9f33e7e13cedd4675cb9dcd9ff06a4d550c07e329617ee5126598c4ccb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4afc3c9f33e7e13cedd4675cb9dcd9ff06a4d550c07e329617ee5126598c4ccb", kill_on_drop: false }`
[INFO] [stdout] 4afc3c9f33e7e13cedd4675cb9dcd9ff06a4d550c07e329617ee5126598c4ccb
