[INFO] fetching crate serde-resp 0.3.1...
[INFO] documenting serde-resp-0.3.1 against beta-2025-04-20 for beta-1.87-rustdoc-2
[INFO] extracting crate serde-resp 0.3.1 into /workspace/builds/worker-2-tc2/source
[INFO] validating manifest of crates.io crate serde-resp 0.3.1 on toolchain beta-2025-04-20
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate serde-resp 0.3.1
[INFO] finished tweaking crates.io crate serde-resp 0.3.1
[INFO] tweaked toml for crates.io crate serde-resp 0.3.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-20" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] [stderr]       Adding itoa v0.4.8 (available: v1.0.15)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd4f0cd64932c49788cda43968388f31c829e34047e62dcd2f4fafcdae77cd9c
[INFO] running `Command { std: "docker" "start" "-a" "cd4f0cd64932c49788cda43968388f31c829e34047e62dcd2f4fafcdae77cd9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd4f0cd64932c49788cda43968388f31c829e34047e62dcd2f4fafcdae77cd9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd4f0cd64932c49788cda43968388f31c829e34047e62dcd2f4fafcdae77cd9c", kill_on_drop: false }`
[INFO] [stdout] cd4f0cd64932c49788cda43968388f31c829e34047e62dcd2f4fafcdae77cd9c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9156b51e2f7a4fcad5687db3ef9c135ba2074778ed95d32c0ca9f07934afb164
[INFO] running `Command { std: "docker" "start" "-a" "9156b51e2f7a4fcad5687db3ef9c135ba2074778ed95d32c0ca9f07934afb164", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]  Documenting serde-resp v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:24:40
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout]    |                        --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 24 - //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout] 24 + //! To serialize, use [ser::to_string] or [ser::to_writer](ser::to_writer).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:24:76
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout]    |                                                            --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                            |
[INFO] [stdout]    |                                                            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 24 - //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout] 24 + //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:26:40
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |                          ------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout] 26 + //! To deserialize, use [de::from_str] or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:26:75
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |                                                          ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                          |
[INFO] [stdout]    |                                                          because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout] 26 + //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader] or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:26:117
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |                                                                                                -------------------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                                                |
[INFO] [stdout]    |                                                                                                because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout] 26 + //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:28:41
[INFO] [stdout]    |
[INFO] [stdout] 28 | //! For usage examples, refer to [RESP](RESP)
[INFO] [stdout]    |                                   ----  ^^^^ explicit target is redundant
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 28 - //! For usage examples, refer to [RESP](RESP)
[INFO] [stdout] 28 + //! For usage examples, refer to [RESP]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `u8`
[INFO] [stdout]   --> src/lib.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 | //!     + [RESP::BulkString(Option<Vec<u8>>)](RESPType::BulkString)
[INFO] [stdout]    |                                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 18 | //!     + [RESP::BulkString(`Option<Vec<u8>>`)](RESPType::BulkString)
[INFO] [stdout]    |                             +               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `RESP`
[INFO] [stdout]   --> src/lib.rs:21:34
[INFO] [stdout]    |
[INFO] [stdout] 21 | //!     + [RESP::Array(Option<Vec<RESP>>)](RESPType::Array)
[INFO] [stdout]    |                                  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 21 | //!     + [RESP::Array(`Option<Vec<RESP>>`)](RESPType::Array)
[INFO] [stdout]    |                        +                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:23:85
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// This function simple wraps the `&str` with `Cursor` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout]    |                                                                    ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 23 - /// This function simple wraps the `&str` with `Cursor` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout] 23 + /// This function simple wraps the `&str` with `Cursor` and calls [from_buf_reader].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - /// Please refer to [Error](Error)
[INFO] [stdout] 26 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:37:90
[INFO] [stdout]    |
[INFO] [stdout] 37 | /// This function simply wraps the reader with a `BufReader` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout]    |                                                                         ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 37 - /// This function simply wraps the reader with a `BufReader` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout] 37 + /// This function simply wraps the reader with a `BufReader` and calls [from_buf_reader].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:38:63
[INFO] [stdout]    |
[INFO] [stdout] 38 | /// If your reader has `BufRead` trait, use [from_buf_reader](from_buf_reader) instead.
[INFO] [stdout]    |                                              ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 38 - /// If your reader has `BufRead` trait, use [from_buf_reader](from_buf_reader) instead.
[INFO] [stdout] 38 + /// If your reader has `BufRead` trait, use [from_buf_reader] instead.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 41 - /// Please refer to [Error](Error)
[INFO] [stdout] 41 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:54:29
[INFO] [stdout]    |
[INFO] [stdout] 54 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 54 - /// Please refer to [Error](Error)
[INFO] [stdout] 54 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/ser.rs:15:63
[INFO] [stdout]    |
[INFO] [stdout] 15 | /// Please do not use this method with [RESPType::BulkString](RESPType::BulkString) that contains non-UTF8 data.
[INFO] [stdout]    |                                         --------------------  ^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 - /// Please do not use this method with [RESPType::BulkString](RESPType::BulkString) that contains non-UTF8 data.
[INFO] [stdout] 15 + /// Please do not use this method with [RESPType::BulkString] that contains non-UTF8 data.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/ser.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 18 - /// Please refer to [Error](Error)
[INFO] [stdout] 18 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/ser.rs:31:29
[INFO] [stdout]    |
[INFO] [stdout] 31 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 31 - /// Please refer to [Error](Error)
[INFO] [stdout] 31 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:131:113
[INFO] [stdout]     |
[INFO] [stdout] 131 | ...t is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout]     |                                 --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 131 -     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout] 131 +     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string] (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:131:158
[INFO] [stdout]     |
[INFO] [stdout] 131 | ...ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout]     |                                ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 131 -     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout] 131 +     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8]).
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:132:30
[INFO] [stdout]     |
[INFO] [stdout] 132 |     /// Use [ser::to_writer](ser::to_writer) to write to a byte buffer instead.
[INFO] [stdout]     |              --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |              |
[INFO] [stdout]     |              because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 132 -     /// Use [ser::to_writer](ser::to_writer) to write to a byte buffer instead.
[INFO] [stdout] 132 +     /// Use [ser::to_writer] to write to a byte buffer instead.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:285:25
[INFO] [stdout]     |
[INFO] [stdout] 285 | /// Refer to [RESPType](RESPType). This is just an alias.
[INFO] [stdout]     |               --------  ^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |               |
[INFO] [stdout]     |               because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 285 - /// Refer to [RESPType](RESPType). This is just an alias.
[INFO] [stdout] 285 + /// Refer to [RESPType]. This is just an alias.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/serde_resp/index.html
[INFO] running `Command { std: "docker" "inspect" "9156b51e2f7a4fcad5687db3ef9c135ba2074778ed95d32c0ca9f07934afb164", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9156b51e2f7a4fcad5687db3ef9c135ba2074778ed95d32c0ca9f07934afb164", kill_on_drop: false }`
[INFO] [stdout] 9156b51e2f7a4fcad5687db3ef9c135ba2074778ed95d32c0ca9f07934afb164
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-20" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a8d0372a41174d4c3ad108d42e3d9696dc895acefcff7d05c93dacc717e908eb
[INFO] running `Command { std: "docker" "start" "-a" "a8d0372a41174d4c3ad108d42e3d9696dc895acefcff7d05c93dacc717e908eb", kill_on_drop: false }`
[INFO] [stderr]  Documenting serde-resp v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:24:40
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout]    |                        --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                        |
[INFO] [stdout]    |                        because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 24 - //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout] 24 + //! To serialize, use [ser::to_string] or [ser::to_writer](ser::to_writer).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:24:76
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout]    |                                                            --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                            |
[INFO] [stdout]    |                                                            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 24 - //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer](ser::to_writer).
[INFO] [stdout] 24 + //! To serialize, use [ser::to_string](ser::to_string) or [ser::to_writer].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:26:40
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |                          ------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout] 26 + //! To deserialize, use [de::from_str] or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:26:75
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |                                                          ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                          |
[INFO] [stdout]    |                                                          because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout] 26 + //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader] or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:26:117
[INFO] [stdout]    |
[INFO] [stdout] 26 | //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout]    |                                                                                                -------------------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                                                |
[INFO] [stdout]    |                                                                                                because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader](de::from_buf_reader).
[INFO] [stdout] 26 + //! To deserialize, use [de::from_str](de::from_str) or [de::from_reader](de::from_reader) or [de::from_buf_reader].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:28:41
[INFO] [stdout]    |
[INFO] [stdout] 28 | //! For usage examples, refer to [RESP](RESP)
[INFO] [stdout]    |                                   ----  ^^^^ explicit target is redundant
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 28 - //! For usage examples, refer to [RESP](RESP)
[INFO] [stdout] 28 + //! For usage examples, refer to [RESP]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `u8`
[INFO] [stdout]   --> src/lib.rs:18:39
[INFO] [stdout]    |
[INFO] [stdout] 18 | //!     + [RESP::BulkString(Option<Vec<u8>>)](RESPType::BulkString)
[INFO] [stdout]    |                                       ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 18 | //!     + [RESP::BulkString(`Option<Vec<u8>>`)](RESPType::BulkString)
[INFO] [stdout]    |                             +               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `RESP`
[INFO] [stdout]   --> src/lib.rs:21:34
[INFO] [stdout]    |
[INFO] [stdout] 21 | //!     + [RESP::Array(Option<Vec<RESP>>)](RESPType::Array)
[INFO] [stdout]    |                                  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 21 | //!     + [RESP::Array(`Option<Vec<RESP>>`)](RESPType::Array)
[INFO] [stdout]    |                        +                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:23:85
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// This function simple wraps the `&str` with `Cursor` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout]    |                                                                    ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                    |
[INFO] [stdout]    |                                                                    because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 23 - /// This function simple wraps the `&str` with `Cursor` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout] 23 + /// This function simple wraps the `&str` with `Cursor` and calls [from_buf_reader].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:26:29
[INFO] [stdout]    |
[INFO] [stdout] 26 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 26 - /// Please refer to [Error](Error)
[INFO] [stdout] 26 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:37:90
[INFO] [stdout]    |
[INFO] [stdout] 37 | /// This function simply wraps the reader with a `BufReader` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout]    |                                                                         ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                         |
[INFO] [stdout]    |                                                                         because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 37 - /// This function simply wraps the reader with a `BufReader` and calls [from_buf_reader](from_buf_reader).
[INFO] [stdout] 37 + /// This function simply wraps the reader with a `BufReader` and calls [from_buf_reader].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:38:63
[INFO] [stdout]    |
[INFO] [stdout] 38 | /// If your reader has `BufRead` trait, use [from_buf_reader](from_buf_reader) instead.
[INFO] [stdout]    |                                              ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 38 - /// If your reader has `BufRead` trait, use [from_buf_reader](from_buf_reader) instead.
[INFO] [stdout] 38 + /// If your reader has `BufRead` trait, use [from_buf_reader] instead.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 41 - /// Please refer to [Error](Error)
[INFO] [stdout] 41 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/de.rs:54:29
[INFO] [stdout]    |
[INFO] [stdout] 54 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 54 - /// Please refer to [Error](Error)
[INFO] [stdout] 54 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/ser.rs:15:63
[INFO] [stdout]    |
[INFO] [stdout] 15 | /// Please do not use this method with [RESPType::BulkString](RESPType::BulkString) that contains non-UTF8 data.
[INFO] [stdout]    |                                         --------------------  ^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                         |
[INFO] [stdout]    |                                         because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 - /// Please do not use this method with [RESPType::BulkString](RESPType::BulkString) that contains non-UTF8 data.
[INFO] [stdout] 15 + /// Please do not use this method with [RESPType::BulkString] that contains non-UTF8 data.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/ser.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 18 - /// Please refer to [Error](Error)
[INFO] [stdout] 18 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/ser.rs:31:29
[INFO] [stdout]    |
[INFO] [stdout] 31 | /// Please refer to [Error](Error)
[INFO] [stdout]    |                      -----  ^^^^^ explicit target is redundant
[INFO] [stdout]    |                      |
[INFO] [stdout]    |                      because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 31 - /// Please refer to [Error](Error)
[INFO] [stdout] 31 + /// Please refer to [Error]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:131:113
[INFO] [stdout]     |
[INFO] [stdout] 131 | ...t is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout]     |                                 --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 131 -     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout] 131 +     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string] (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:131:158
[INFO] [stdout]     |
[INFO] [stdout] 131 | ...ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout]     |                                ---------------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                |
[INFO] [stdout]     |                                because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 131 -     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8](Error::FromUtf8)).
[INFO] [stdout] 131 +     /// According to specification, bulk string is binary-safe so it is NOT recommended to use [ser::to_string](ser::to_string) (may cause [Error::FromUtf8]).
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:132:30
[INFO] [stdout]     |
[INFO] [stdout] 132 |     /// Use [ser::to_writer](ser::to_writer) to write to a byte buffer instead.
[INFO] [stdout]     |              --------------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |              |
[INFO] [stdout]     |              because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 132 -     /// Use [ser::to_writer](ser::to_writer) to write to a byte buffer instead.
[INFO] [stdout] 132 +     /// Use [ser::to_writer] to write to a byte buffer instead.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/lib.rs:285:25
[INFO] [stdout]     |
[INFO] [stdout] 285 | /// Refer to [RESPType](RESPType). This is just an alias.
[INFO] [stdout]     |               --------  ^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |               |
[INFO] [stdout]     |               because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 285 - /// Refer to [RESPType](RESPType). This is just an alias.
[INFO] [stdout] 285 + /// Refer to [RESPType]. This is just an alias.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/serde_resp/index.html
[INFO] running `Command { std: "docker" "inspect" "a8d0372a41174d4c3ad108d42e3d9696dc895acefcff7d05c93dacc717e908eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8d0372a41174d4c3ad108d42e3d9696dc895acefcff7d05c93dacc717e908eb", kill_on_drop: false }`
[INFO] [stdout] a8d0372a41174d4c3ad108d42e3d9696dc895acefcff7d05c93dacc717e908eb
