Build #2635901 2025-11-05 01:09:37
# rustc version
rustc 1.93.0-nightly (20383c9f1 2025-11-03)# docs.rs version
docsrs 0.6.0 (fb84acf8 2025-11-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/chromey-2.37.137/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/chromey-2.37.137/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251103-1.93.0-nightly-20383c9f1\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", 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] 59840edcb65aef3cb069064d0a4ba2020007c5ffcc5b71074a4adc3560403b66
[INFO] running `Command { std: "docker" "start" "-a" "59840edcb65aef3cb069064d0a4ba2020007c5ffcc5b71074a4adc3560403b66", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: block-navigation, connect, console-logs, evaluate, fetcher-tokio, httpfuture, iframe-workaround, incognito, interception, js-binding-listener, pdf, screenshot, simple-google, storage-cookie, wiki, wiki-tokio
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting chromey v2.37.137 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `chromiumoxide_pdl`
[INFO] [stderr] --> src/lib.rs:44:11
[INFO] [stderr] |
[INFO] [stderr] 44 | //! The [`chromiumoxide_pdl`] crate contains a [PDL
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no item named `chromiumoxide_pdl` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `build.rs`
[INFO] [stderr] --> src/lib.rs:55:67
[INFO] [stderr] |
[INFO] [stderr] 55 | //! The generator can be configured and used independently, see [`build.rs`] of
[INFO] [stderr] | ^^^^^^^^ no item named `build.rs` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `Browser::wait_sync`
[INFO] [stderr] --> src/browser.rs:293:11
[INFO] [stderr] |
[INFO] [stderr] 293 | /// [`Browser::wait_sync`], [`Browser::try_wait`]).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the struct `Browser` has no field or associated item named `wait_sync`
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:49:27
[INFO] [stderr] |
[INFO] [stderr] 49 | //! [`chromiumoxide_cdp`](chromiumoxide_cdp) crate only purpose is to integrate
[INFO] [stderr] | ------------------- ^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 49 - //! [`chromiumoxide_cdp`](chromiumoxide_cdp) crate only purpose is to integrate
[INFO] [stderr] 49 + //! [`chromiumoxide_cdp`] crate only purpose is to integrate
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/browser.rs:681:42
[INFO] [stderr] |
[INFO] [stderr] 681 | /// The new headless mode. See also: https://developer.chrome.com/docs/chromium/new-headless
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 681 | /// The new headless mode. See also: <https://developer.chrome.com/docs/chromium/new-headless>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/browser.rs:708:13
[INFO] [stderr] |
[INFO] [stderr] 708 | /// See https://bugs.chromium.org/p/chromium/issues/detail?id=706008#c5
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 708 | /// See <https://bugs.chromium.org/p/chromium/issues/detail?id=706008#c5>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/layout.rs:139:9
[INFO] [stderr] |
[INFO] [stderr] 139 | /// https://en.wikipedia.org/wiki/Polygon#Simple_polygons
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 139 | /// <https://en.wikipedia.org/wiki/Polygon#Simple_polygons>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:913:9
[INFO] [stderr] |
[INFO] [stderr] 913 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 913 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:944:9
[INFO] [stderr] |
[INFO] [stderr] 944 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 944 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:975:9
[INFO] [stderr] |
[INFO] [stderr] 975 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 975 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:1006:9
[INFO] [stderr] |
[INFO] [stderr] 1006 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 1006 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:1037:9
[INFO] [stderr] |
[INFO] [stderr] 1037 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 1037 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:1068:9
[INFO] [stderr] |
[INFO] [stderr] 1068 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 1068 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:1095:9
[INFO] [stderr] |
[INFO] [stderr] 1095 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 1095 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:1124:9
[INFO] [stderr] |
[INFO] [stderr] 1124 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 1124 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: Rust code block is empty
[INFO] [stderr] --> src/page.rs:1253:9
[INFO] [stderr] |
[INFO] [stderr] 1253 | /// ```
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] help: mark blocks that do not contain Rust code as text
[INFO] [stderr] |
[INFO] [stderr] 1253 | /// ```text
[INFO] [stderr] | ++++
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1545:13
[INFO] [stderr] |
[INFO] [stderr] 1545 | /// See https://chromedevtools.github.io/devtools-protocol/tot/ServiceWorker#method-enable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1545 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/ServiceWorker#method-enable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1553:13
[INFO] [stderr] |
[INFO] [stderr] 1553 | /// See https://chromedevtools.github.io/devtools-protocol/tot/ServiceWorker#method-enable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1553 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/ServiceWorker#method-enable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1561:13
[INFO] [stderr] |
[INFO] [stderr] 1561 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Performance#method-enable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1561 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Performance#method-enable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1569:13
[INFO] [stderr] |
[INFO] [stderr] 1569 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Performance#method-disable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1569 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Performance#method-disable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1577:13
[INFO] [stderr] |
[INFO] [stderr] 1577 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Overlay#method-enable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1577 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Overlay#method-enable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1585:13
[INFO] [stderr] |
[INFO] [stderr] 1585 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Overlay#method-enable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1585 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Overlay#method-enable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1593:13
[INFO] [stderr] |
[INFO] [stderr] 1593 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Overlay/#method-setShowPaintRects
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1593 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Overlay/#method-setShowPaintRects>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1603:13
[INFO] [stderr] |
[INFO] [stderr] 1603 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Overlay/#method-setShowPaintRects
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1603 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Overlay/#method-setShowPaintRects>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1617:13
[INFO] [stderr] |
[INFO] [stderr] 1617 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-enable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1617 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Log#method-enable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1628:13
[INFO] [stderr] |
[INFO] [stderr] 1628 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Log#method-disable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1628 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Log#method-disable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1678:13
[INFO] [stderr] |
[INFO] [stderr] 1678 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-enable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1678 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-enable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1686:13
[INFO] [stderr] |
[INFO] [stderr] 1686 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-disable
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1686 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-disable>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1725:13
[INFO] [stderr] |
[INFO] [stderr] 1725 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Network#method-setBlockedURLs
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1725 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Network#method-setBlockedURLs>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1732:13
[INFO] [stderr] |
[INFO] [stderr] 1732 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Network#method-setBlockedURLs
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1732 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Network#method-setBlockedURLs>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/page.rs:1744:13
[INFO] [stderr] |
[INFO] [stderr] 1744 | /// See https://chromedevtools.github.io/devtools-protocol/tot/Network#method-setBlockedURLs
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 1744 | /// See <https://chromedevtools.github.io/devtools-protocol/tot/Network#method-setBlockedURLs>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `chromey` (lib doc) generated 31 warnings (run `cargo fix --lib -p chromey` to apply 27 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.67s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/chromiumoxide/index.html
[INFO] running `Command { std: "docker" "inspect" "59840edcb65aef3cb069064d0a4ba2020007c5ffcc5b71074a4adc3560403b66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59840edcb65aef3cb069064d0a4ba2020007c5ffcc5b71074a4adc3560403b66", kill_on_drop: false }`
[INFO] [stdout] 59840edcb65aef3cb069064d0a4ba2020007c5ffcc5b71074a4adc3560403b66