[INFO] cloning repository https://github.com/funn1est/leetcode-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/funn1est/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunn1est%2Fleetcode-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunn1est%2Fleetcode-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cc5adc7cf87e3d6797db5f4d65788e2fd29fb0d2
[INFO] documenting funn1est/leetcode-rust against beta-2022-05-20 for beta-1.62-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffunn1est%2Fleetcode-rust" "/workspace/builds/worker-2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/funn1est/leetcode-rust on toolchain beta-2022-05-20
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/funn1est/leetcode-rust
[INFO] finished tweaking git repo https://github.com/funn1est/leetcode-rust
[INFO] tweaked toml for git repo https://github.com/funn1est/leetcode-rust written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/funn1est/leetcode-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90202f49aa6d9b791ea346d4ef7a34ebe30c48ab7e61348947a1c9b6a7425a7f
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "90202f49aa6d9b791ea346d4ef7a34ebe30c48ab7e61348947a1c9b6a7425a7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90202f49aa6d9b791ea346d4ef7a34ebe30c48ab7e61348947a1c9b6a7425a7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90202f49aa6d9b791ea346d4ef7a34ebe30c48ab7e61348947a1c9b6a7425a7f", kill_on_drop: false }`
[INFO] [stdout] 90202f49aa6d9b791ea346d4ef7a34ebe30c48ab7e61348947a1c9b6a7425a7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6381714c9f8182b15f1547d12022b5755cac07746c48cc790b9af2441c9fe9e5
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "6381714c9f8182b15f1547d12022b5755cac07746c48cc790b9af2441c9fe9e5", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling syn v1.0.38
[INFO] [stderr] Checking openssl-probe v0.1.2
[INFO] [stderr] Checking regex-syntax v0.6.18
[INFO] [stderr] Compiling openssl-sys v0.9.58
[INFO] [stderr] Compiling hashbrown v0.8.2
[INFO] [stderr] Compiling indexmap v1.5.1
[INFO] [stderr] Checking tracing-core v0.1.14
[INFO] [stderr] Checking log v0.4.11
[INFO] [stderr] Checking idna v0.2.0
[INFO] [stderr] Checking encoding_rs v0.8.23
[INFO] [stderr] Checking net2 v0.2.34
[INFO] [stderr] Checking iovec v0.1.4
[INFO] [stderr] Checking num_cpus v1.13.0
[INFO] [stderr] Checking signal-hook-registry v1.2.1
[INFO] [stderr] Checking time v0.1.43
[INFO] [stderr] Checking socket2 v0.3.12
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking want v0.3.0
[INFO] [stderr] Checking mio v0.6.22
[INFO] [stderr] Checking clap v2.33.3
[INFO] [stderr] Checking tracing v0.1.19
[INFO] [stderr] Checking url v2.1.1
[INFO] [stderr] Checking mio-uds v0.6.8
[INFO] [stderr] Compiling openssl v0.10.30
[INFO] [stderr] Compiling native-tls v0.2.4
[INFO] [stderr] Checking regex v1.3.9
[INFO] [stderr] Compiling pest_generator v2.1.3
[INFO] [stderr] Compiling pin-project-internal v0.4.23
[INFO] [stderr] Compiling tokio-macros v0.2.5
[INFO] [stderr] Compiling futures-macro v0.3.5
[INFO] [stderr] Compiling serde_derive v1.0.115
[INFO] [stderr] Compiling pest_derive v2.1.0
[INFO] [stderr] Compiling thiserror-impl v1.0.20
[INFO] [stderr] Checking tokio v0.2.22
[INFO] [stderr] Checking thiserror v1.0.20
[INFO] [stderr] Checking pin-project v0.4.23
[INFO] [stderr] Checking futures-util v0.3.5
[INFO] [stderr] Checking tokio-util v0.3.1
[INFO] [stderr] Checking tokio-tls v0.3.1
[INFO] [stderr] Checking serde v1.0.115
[INFO] [stderr] Checking h2 v0.2.6
[INFO] [stderr] Checking futures-executor v0.3.5
[INFO] [stderr] Checking futures v0.3.5
[INFO] [stderr] Checking serde_json v1.0.57
[INFO] [stderr] Checking serde_urlencoded v0.6.1
[INFO] [stderr] Checking handlebars v3.4.0
[INFO] [stderr] Checking hyper v0.13.7
[INFO] [stderr] Checking hyper-tls v0.4.3
[INFO] [stderr] Checking reqwest v0.10.7
[INFO] [stderr] Checking leetcode-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting leetcode-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct is never constructed: `ParkingSystem`
[INFO] [stdout] --> src/solutions/n1603_design_parking_system/mod.rs:4:8
[INFO] [stdout] |
[INFO] [stdout] 4 | struct ParkingSystem {
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `new`
[INFO] [stdout] --> src/solutions/n1603_design_parking_system/mod.rs:9:8
[INFO] [stdout] |
[INFO] [stdout] 9 | fn new(big: i32, medium: i32, small: i32) -> Self {
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: associated function is never used: `add_car`
[INFO] [stdout] --> src/solutions/n1603_design_parking_system/mod.rs:15:8
[INFO] [stdout] |
[INFO] [stdout] 15 | fn add_car(&mut self, car_type: i32) -> bool {
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1002_find_common_characters/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/find-common-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1002_find_common_characters/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/find-common-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1021_remove_outer_parentheses/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/remove-outermost-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1021_remove_outer_parentheses/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/remove-outermost-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1051_height_checker/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/height-checker/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1051_height_checker/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/height-checker/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1064_fixed_point/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/fixed-point/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1064_fixed_point/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/fixed-point/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1108_defanging_an_ip_address/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/defanging-an-ip-address/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1108_defanging_an_ip_address/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/defanging-an-ip-address/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n118_pascals_triangle/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/pascals-triangle/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n118_pascals_triangle/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/pascals-triangle/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n11_container_with_most_water/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/container-with-most-water/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n11_container_with_most_water/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/container-with-most-water/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1221_split_a_string_in_balanced_strings/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/split-a-string-in-balanced-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1221_split_a_string_in_balanced_strings/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/split-a-string-in-balanced-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n125_valid_palindrome/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/valid-palindrome/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n125_valid_palindrome/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/valid-palindrome/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1295_find_numbers_with_even_number_of_digits/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/find-numbers-with-even-number-of-digits/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1295_find_numbers_with_even_number_of_digits/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/find-numbers-with-even-number-of-digits/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1299_replace_elements_with_greatest_element_on_right_side/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/replace-elements-with-greatest-element-on-right-side/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1299_replace_elements_with_greatest_element_on_right_side/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/replace-elements-with-greatest-element-on-right-side/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1309_decrypt_string_from_alphabet_to_integer_mapping/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/decrypt-string-from-alphabet-to-integer-mapping/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1309_decrypt_string_from_alphabet_to_integer_mapping/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/decrypt-string-from-alphabet-to-integer-mapping/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1313_decompress_run_length_encoded_list/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/decompress-run-length-encoded-list/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1313_decompress_run_length_encoded_list/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/decompress-run-length-encoded-list/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1342_number_of_steps_to_reduce_a_number_to_zero/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1342_number_of_steps_to_reduce_a_number_to_zero/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/number-of-steps-to-reduce-a-number-to-zero/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n136_single_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/single-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n136_single_number/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/single-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n13_roman_to_integer/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/roman-to-integer/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n13_roman_to_integer/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/roman-to-integer/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1413_minimum_value_to_get_positive_step_by_step_sum/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1413_minimum_value_to_get_positive_step_by_step_sum/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/minimum-value-to-get-positive-step-by-step-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1431_kids_with_the_greatest_number_of_candies/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1431_kids_with_the_greatest_number_of_candies/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/kids-with-the-greatest-number-of-candies/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1450_number_of_students_doing_homework_at_a_given_time/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/number-of-students-doing-homework-at-a-given-time/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1450_number_of_students_doing_homework_at_a_given_time/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/number-of-students-doing-homework-at-a-given-time/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1470_shuffle_the_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/shuffle-the-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1470_shuffle_the_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/shuffle-the-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1480_running_sum_of_1d_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/running-sum-of-1d-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1480_running_sum_of_1d_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/running-sum-of-1d-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1486_xor_operation_in_an_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/xor-operation-in-an-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1486_xor_operation_in_an_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/xor-operation-in-an-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n14_longest_common_prefix/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/longest-common-prefix/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n14_longest_common_prefix/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/longest-common-prefix/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1512_number_of_good_pairs/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/number-of-good-pairs/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1512_number_of_good_pairs/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/number-of-good-pairs/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1572_matrix_diagonal_sum/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/matrix-diagonal-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1572_matrix_diagonal_sum/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/matrix-diagonal-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n15_3sum/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/3sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n15_3sum/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/3sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1603_design_parking_system/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/design-parking-system/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1603_design_parking_system/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/design-parking-system/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1614_maximum_nesting_depth_of_the_parentheses/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1614_maximum_nesting_depth_of_the_parentheses/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/maximum-nesting-depth-of-the-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n165_compare_version_numbers/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/compare-version-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n165_compare_version_numbers/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/compare-version-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n172_factorial_trailing_zeroes/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/factorial-trailing-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n172_factorial_trailing_zeroes/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/factorial-trailing-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n198_house_robber/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/house-robber/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n198_house_robber/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/house-robber/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n202_happy_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/happy-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n202_happy_number/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/happy-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n205_isomorphic_strings/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/isomorphic-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n205_isomorphic_strings/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/isomorphic-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n22_generate_parentheses/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/generate-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n22_generate_parentheses/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/generate-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n238_product_of_array_except_self/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/product-of-array-except-self/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n238_product_of_array_except_self/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/product-of-array-except-self/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n268_missing_number/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/missing-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n268_missing_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/missing-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n27_remove_element/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/remove-element/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n27_remove_element/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/remove-element/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n283_move_zeroes/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/move-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n283_move_zeroes/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/move-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n2_add_two_numbers/mod.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | /// https://leetcode.com/problems/add-two-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n2_add_two_numbers/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | /// https://leetcode-cn.com/problems/add-two-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n344_reverse_string/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/reverse-string/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n344_reverse_string/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/reverse-string/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n349_intersection_of_two_arrays/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/intersection-of-two-arrays/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n349_intersection_of_two_arrays/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/intersection-of-two-arrays/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n3_longest_substring_without_repeating_characters/mod.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | /// https://leetcode.com/problems/longest-substring-without-repeating-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n3_longest_substring_without_repeating_characters/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | /// https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n412_fizz_buzz/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/fizz-buzz/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n412_fizz_buzz/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/fizz-buzz/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n461_hamming_distance/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/hamming-distance/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n461_hamming_distance/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/hamming-distance/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n49_group_anagrams/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/group-anagrams/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n49_group_anagrams/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/group-anagrams/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n500_keyboard_row/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/keyboard-row/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n500_keyboard_row/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/keyboard-row/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n520_detect_capital/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/detect-capital/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n520_detect_capital/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/detect-capital/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n53_maximum_subarray/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/maximum-subarray/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n53_maximum_subarray/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/maximum-subarray/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n557_reverse_words_in_a_string_iii/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/reverse-words-in-a-string-iii/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n557_reverse_words_in_a_string_iii/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/reverse-words-in-a-string-iii/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n55_jump_game/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/jump-game/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n55_jump_game/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/jump-game/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n58_length_of_last_word/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/length-of-last-word/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n58_length_of_last_word/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/length-of-last-word/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n5_longest_palindromic_substring/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/longest-palindromic-substring/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n5_longest_palindromic_substring/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/longest-palindromic-substring/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n62_unique_paths/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/unique-paths/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n62_unique_paths/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/unique-paths/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n724_find_pivot_index/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/find-pivot-index/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n724_find_pivot_index/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/find-pivot-index/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n75_sort_colors/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/sort-colors/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n75_sort_colors/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/sort-colors/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n78_subsets/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/subsets/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n78_subsets/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/subsets/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n844_backspace_string_compare/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/backspace-string-compare/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n844_backspace_string_compare/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/backspace-string-compare/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n849_maximize_distance_to_closest_person/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/maximize-distance-to-closest-person/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n849_maximize_distance_to_closest_person/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/maximize-distance-to-closest-person/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n905_sort_array_by_parity/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/sort-array-by-parity/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n905_sort_array_by_parity/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/sort-array-by-parity/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n908_smallest_range_i/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/smallest-range-i/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n908_smallest_range_i/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/smallest-range-i/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n925_long_pressed_name/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/long-pressed-name/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n925_long_pressed_name/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/long-pressed-name/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n976_largest_perimeter_triangle/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/largest-perimeter-triangle/solution/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n976_largest_perimeter_triangle/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/largest-perimeter-triangle/solution/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n977_squares_of_a_sorted_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/squares-of-a-sorted-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n977_squares_of_a_sorted_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/squares-of-a-sorted-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n9_palindrome_number/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/palindrome-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n9_palindrome_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/palindrome-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 128 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s
[INFO] running `Command { std: "docker" "inspect" "6381714c9f8182b15f1547d12022b5755cac07746c48cc790b9af2441c9fe9e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6381714c9f8182b15f1547d12022b5755cac07746c48cc790b9af2441c9fe9e5", kill_on_drop: false }`
[INFO] [stdout] 6381714c9f8182b15f1547d12022b5755cac07746c48cc790b9af2441c9fe9e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] bc68ba2348eac08d3b9ba308f9b7e9c144211a84dfc973fbf32de399870d2270
[INFO] running `Command { std: "docker" "start" "-a" "bc68ba2348eac08d3b9ba308f9b7e9c144211a84dfc973fbf32de399870d2270", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling proc-macro2 v1.0.19
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling syn v1.0.38
[INFO] [stderr] Compiling libc v0.2.74
[INFO] [stderr] Compiling autocfg v1.0.0
[INFO] [stderr] Checking cfg-if v0.1.10
[INFO] [stderr] Compiling log v0.4.11
[INFO] [stderr] Compiling memchr v2.3.3
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Checking slab v0.4.2
[INFO] [stderr] Checking futures-core v0.3.5
[INFO] [stderr] Compiling pkg-config v0.3.18
[INFO] [stderr] Compiling pin-project-internal v0.4.23
[INFO] [stderr] Compiling cc v1.0.58
[INFO] [stderr] Compiling proc-macro-nested v0.1.6
[INFO] [stderr] Checking futures-sink v0.3.5
[INFO] [stderr] Checking itoa v0.4.6
[INFO] [stderr] Checking fnv v1.0.7
[INFO] [stderr] Checking bytes v0.5.6
[INFO] [stderr] Compiling proc-macro-hack v0.5.18
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Checking once_cell v1.4.0
[INFO] [stderr] Compiling version_check v0.9.2
[INFO] [stderr] Checking arc-swap v0.4.7
[INFO] [stderr] Checking pin-utils v0.1.0
[INFO] [stderr] Checking futures-io v0.3.5
[INFO] [stderr] Compiling serde_derive v1.0.115
[INFO] [stderr] Checking pin-project-lite v0.1.7
[INFO] [stderr] Compiling openssl v0.10.30
[INFO] [stderr] Compiling serde v1.0.115
[INFO] [stderr] Checking foreign-types-shared v0.1.1
[INFO] [stderr] Compiling httparse v1.3.4
[INFO] [stderr] Compiling ucd-trie v0.1.3
[INFO] [stderr] Compiling native-tls v0.2.4
[INFO] [stderr] Compiling ryu v1.0.5
[INFO] [stderr] Checking matches v0.1.8
[INFO] [stderr] Checking tinyvec v0.3.3
[INFO] [stderr] Compiling serde_json v1.0.57
[INFO] [stderr] Checking try-lock v0.2.3
[INFO] [stderr] Compiling maplit v1.0.2
[INFO] [stderr] Checking openssl-probe v0.1.2
[INFO] [stderr] Checking tower-service v0.3.0
[INFO] [stderr] Compiling encoding_rs v0.8.23
[INFO] [stderr] Checking percent-encoding v2.1.0
[INFO] [stderr] Checking unicode-width v0.1.8
[INFO] [stderr] Checking dtoa v0.4.6
[INFO] [stderr] Checking mime v0.3.16
[INFO] [stderr] Checking vec_map v0.8.2
[INFO] [stderr] Checking ipnet v2.3.0
[INFO] [stderr] Checking ansi_term v0.11.0
[INFO] [stderr] Checking base64 v0.12.3
[INFO] [stderr] Checking quick-error v2.0.0
[INFO] [stderr] Checking regex-syntax v0.6.18
[INFO] [stderr] Checking strsim v0.8.0
[INFO] [stderr] Checking futures-channel v0.3.5
[INFO] [stderr] Checking tracing-core v0.1.14
[INFO] [stderr] Checking thread_local v1.0.1
[INFO] [stderr] Checking futures-task v0.3.5
[INFO] [stderr] Checking http v0.2.1
[INFO] [stderr] Compiling hashbrown v0.8.2
[INFO] [stderr] Compiling indexmap v1.5.1
[INFO] [stderr] Checking foreign-types v0.3.2
[INFO] [stderr] Compiling pest v2.1.3
[INFO] [stderr] Checking unicode-bidi v0.3.4
[INFO] [stderr] Compiling unicase v2.6.0
[INFO] [stderr] Checking unicode-normalization v0.1.13
[INFO] [stderr] Checking textwrap v0.11.0
[INFO] [stderr] Checking tracing v0.1.19
[INFO] [stderr] Checking want v0.3.0
[INFO] [stderr] Checking aho-corasick v0.7.13
[INFO] [stderr] Compiling openssl-sys v0.9.58
[INFO] [stderr] Compiling quote v1.0.7
[INFO] [stderr] Compiling pest_meta v2.1.3
[INFO] [stderr] Compiling mime_guess v2.0.3
[INFO] [stderr] Checking idna v0.2.0
[INFO] [stderr] Checking iovec v0.1.4
[INFO] [stderr] Checking net2 v0.2.34
[INFO] [stderr] Checking signal-hook-registry v1.2.1
[INFO] [stderr] Checking num_cpus v1.13.0
[INFO] [stderr] Checking time v0.1.43
[INFO] [stderr] Checking socket2 v0.3.12
[INFO] [stderr] Checking atty v0.2.14
[INFO] [stderr] Checking mio v0.6.22
[INFO] [stderr] Checking clap v2.33.3
[INFO] [stderr] Checking url v2.1.1
[INFO] [stderr] Checking http-body v0.3.1
[INFO] [stderr] Checking regex v1.3.9
[INFO] [stderr] Checking mio-uds v0.6.8
[INFO] [stderr] Compiling pest_generator v2.1.3
[INFO] [stderr] Compiling futures-macro v0.3.5
[INFO] [stderr] Compiling tokio-macros v0.2.5
[INFO] [stderr] Compiling pest_derive v2.1.0
[INFO] [stderr] Compiling thiserror-impl v1.0.20
[INFO] [stderr] Checking tokio v0.2.22
[INFO] [stderr] Checking thiserror v1.0.20
[INFO] [stderr] Checking pin-project v0.4.23
[INFO] [stderr] Checking futures-util v0.3.5
[INFO] [stderr] Checking tokio-util v0.3.1
[INFO] [stderr] Checking tokio-tls v0.3.1
[INFO] [stderr] Checking h2 v0.2.6
[INFO] [stderr] Checking futures-executor v0.3.5
[INFO] [stderr] Checking futures v0.3.5
[INFO] [stderr] Checking serde_urlencoded v0.6.1
[INFO] [stderr] Checking handlebars v3.4.0
[INFO] [stderr] Checking hyper v0.13.7
[INFO] [stderr] Checking hyper-tls v0.4.3
[INFO] [stderr] Checking reqwest v0.10.7
[INFO] [stderr] Documenting leetcode-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1002_find_common_characters/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/find-common-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1002_find_common_characters/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/find-common-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1021_remove_outer_parentheses/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/remove-outermost-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1021_remove_outer_parentheses/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/remove-outermost-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1051_height_checker/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/height-checker/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1051_height_checker/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/height-checker/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1064_fixed_point/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/fixed-point/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1064_fixed_point/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/fixed-point/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1108_defanging_an_ip_address/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/defanging-an-ip-address/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1108_defanging_an_ip_address/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/defanging-an-ip-address/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n118_pascals_triangle/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/pascals-triangle/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n118_pascals_triangle/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/pascals-triangle/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n11_container_with_most_water/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/container-with-most-water/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n11_container_with_most_water/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/container-with-most-water/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1221_split_a_string_in_balanced_strings/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/split-a-string-in-balanced-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1221_split_a_string_in_balanced_strings/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/split-a-string-in-balanced-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n125_valid_palindrome/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/valid-palindrome/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n125_valid_palindrome/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/valid-palindrome/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1295_find_numbers_with_even_number_of_digits/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/find-numbers-with-even-number-of-digits/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1295_find_numbers_with_even_number_of_digits/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/find-numbers-with-even-number-of-digits/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1299_replace_elements_with_greatest_element_on_right_side/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/replace-elements-with-greatest-element-on-right-side/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1299_replace_elements_with_greatest_element_on_right_side/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/replace-elements-with-greatest-element-on-right-side/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1309_decrypt_string_from_alphabet_to_integer_mapping/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/decrypt-string-from-alphabet-to-integer-mapping/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1309_decrypt_string_from_alphabet_to_integer_mapping/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/decrypt-string-from-alphabet-to-integer-mapping/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1313_decompress_run_length_encoded_list/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/decompress-run-length-encoded-list/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1313_decompress_run_length_encoded_list/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/decompress-run-length-encoded-list/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1342_number_of_steps_to_reduce_a_number_to_zero/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1342_number_of_steps_to_reduce_a_number_to_zero/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/number-of-steps-to-reduce-a-number-to-zero/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n136_single_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/single-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n136_single_number/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/single-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n13_roman_to_integer/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/roman-to-integer/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n13_roman_to_integer/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/roman-to-integer/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1413_minimum_value_to_get_positive_step_by_step_sum/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/minimum-value-to-get-positive-step-by-step-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1413_minimum_value_to_get_positive_step_by_step_sum/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/minimum-value-to-get-positive-step-by-step-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1431_kids_with_the_greatest_number_of_candies/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1431_kids_with_the_greatest_number_of_candies/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/kids-with-the-greatest-number-of-candies/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1450_number_of_students_doing_homework_at_a_given_time/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/number-of-students-doing-homework-at-a-given-time/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1450_number_of_students_doing_homework_at_a_given_time/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/number-of-students-doing-homework-at-a-given-time/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1470_shuffle_the_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/shuffle-the-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1470_shuffle_the_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/shuffle-the-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1480_running_sum_of_1d_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/running-sum-of-1d-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1480_running_sum_of_1d_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/running-sum-of-1d-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1486_xor_operation_in_an_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/xor-operation-in-an-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1486_xor_operation_in_an_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/xor-operation-in-an-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n14_longest_common_prefix/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/longest-common-prefix/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n14_longest_common_prefix/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/longest-common-prefix/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1512_number_of_good_pairs/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/number-of-good-pairs/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1512_number_of_good_pairs/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/number-of-good-pairs/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1572_matrix_diagonal_sum/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/matrix-diagonal-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1572_matrix_diagonal_sum/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/matrix-diagonal-sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n15_3sum/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/3sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n15_3sum/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/3sum/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1603_design_parking_system/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/design-parking-system/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1603_design_parking_system/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/design-parking-system/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1614_maximum_nesting_depth_of_the_parentheses/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n1614_maximum_nesting_depth_of_the_parentheses/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/maximum-nesting-depth-of-the-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n165_compare_version_numbers/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/compare-version-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n165_compare_version_numbers/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/compare-version-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n172_factorial_trailing_zeroes/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/factorial-trailing-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n172_factorial_trailing_zeroes/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/factorial-trailing-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n198_house_robber/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/house-robber/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n198_house_robber/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/house-robber/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n202_happy_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/happy-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n202_happy_number/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/happy-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n205_isomorphic_strings/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/isomorphic-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n205_isomorphic_strings/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/isomorphic-strings/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n22_generate_parentheses/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/generate-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n22_generate_parentheses/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/generate-parentheses/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n238_product_of_array_except_self/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/product-of-array-except-self/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n238_product_of_array_except_self/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/product-of-array-except-self/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n268_missing_number/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/missing-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n268_missing_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/missing-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n27_remove_element/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/remove-element/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n27_remove_element/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/remove-element/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n283_move_zeroes/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/move-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n283_move_zeroes/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/move-zeroes/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n2_add_two_numbers/mod.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | /// https://leetcode.com/problems/add-two-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n2_add_two_numbers/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | /// https://leetcode-cn.com/problems/add-two-numbers/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n344_reverse_string/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/reverse-string/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n344_reverse_string/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/reverse-string/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n349_intersection_of_two_arrays/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/intersection-of-two-arrays/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n349_intersection_of_two_arrays/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/intersection-of-two-arrays/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n3_longest_substring_without_repeating_characters/mod.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | /// https://leetcode.com/problems/longest-substring-without-repeating-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n3_longest_substring_without_repeating_characters/mod.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | /// https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n412_fizz_buzz/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/fizz-buzz/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n412_fizz_buzz/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/fizz-buzz/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n461_hamming_distance/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/hamming-distance/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n461_hamming_distance/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/hamming-distance/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n49_group_anagrams/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/group-anagrams/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n49_group_anagrams/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/group-anagrams/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n500_keyboard_row/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/keyboard-row/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n500_keyboard_row/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/keyboard-row/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n520_detect_capital/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/detect-capital/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n520_detect_capital/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/detect-capital/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n53_maximum_subarray/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/maximum-subarray/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n53_maximum_subarray/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/maximum-subarray/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n557_reverse_words_in_a_string_iii/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/reverse-words-in-a-string-iii/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n557_reverse_words_in_a_string_iii/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/reverse-words-in-a-string-iii/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n55_jump_game/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode.com/problems/jump-game/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n55_jump_game/mod.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | /// https://leetcode-cn.com/problems/jump-game/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n58_length_of_last_word/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/length-of-last-word/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n58_length_of_last_word/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/length-of-last-word/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n5_longest_palindromic_substring/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/longest-palindromic-substring/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n5_longest_palindromic_substring/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/longest-palindromic-substring/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n62_unique_paths/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/unique-paths/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n62_unique_paths/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/unique-paths/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n724_find_pivot_index/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/find-pivot-index/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n724_find_pivot_index/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/find-pivot-index/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n75_sort_colors/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/sort-colors/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n75_sort_colors/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/sort-colors/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n78_subsets/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/subsets/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n78_subsets/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/subsets/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n844_backspace_string_compare/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/backspace-string-compare/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n844_backspace_string_compare/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/backspace-string-compare/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n849_maximize_distance_to_closest_person/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/maximize-distance-to-closest-person/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n849_maximize_distance_to_closest_person/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/maximize-distance-to-closest-person/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n905_sort_array_by_parity/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/sort-array-by-parity/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n905_sort_array_by_parity/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/sort-array-by-parity/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n908_smallest_range_i/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/smallest-range-i/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n908_smallest_range_i/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/smallest-range-i/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n925_long_pressed_name/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/long-pressed-name/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n925_long_pressed_name/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/long-pressed-name/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n976_largest_perimeter_triangle/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/largest-perimeter-triangle/solution/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n976_largest_perimeter_triangle/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/largest-perimeter-triangle/solution/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n977_squares_of_a_sorted_array/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/squares-of-a-sorted-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n977_squares_of_a_sorted_array/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/squares-of-a-sorted-array/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n9_palindrome_number/mod.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | /// https://leetcode.com/problems/palindrome-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout] --> src/solutions/n9_palindrome_number/mod.rs:3:5
[INFO] [stdout] |
[INFO] [stdout] 3 | /// https://leetcode-cn.com/problems/palindrome-number/
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: ``
[INFO] [stdout] |
[INFO] [stdout] = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 128 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 18s
[INFO] running `Command { std: "docker" "inspect" "bc68ba2348eac08d3b9ba308f9b7e9c144211a84dfc973fbf32de399870d2270", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc68ba2348eac08d3b9ba308f9b7e9c144211a84dfc973fbf32de399870d2270", kill_on_drop: false }`
[INFO] [stdout] bc68ba2348eac08d3b9ba308f9b7e9c144211a84dfc973fbf32de399870d2270