cssparser 0.29.6

Rust implementation of CSS Syntax Level 3
Documentation
Build #562292 2022-05-21 16:12:05
# rustc version
rustc 1.63.0-nightly (e6a4afc3a 2022-05-20)# docs.rs version
docsrs 0.6.0 (ff301c9 2022-04-27)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cssparser-0.29.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cssparser-0.29.6/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220520-1.63.0-nightly-e6a4afc3a\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 6d5d12bc18c5c812dee8f31e0128c084c18caaaa29db3f900f9b258000ed53fe
[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" "6d5d12bc18c5c812dee8f31e0128c084c18caaaa29db3f900f9b258000ed53fe", kill_on_drop: false }`
[INFO] [stderr]  Documenting cssparser v0.29.6 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/color.rs:667:5
[INFO] [stderr]     |
[INFO] [stderr] 667 | /// https://drafts.csswg.org/css-color-4/#hwb-to-rgb
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-color-4/#hwb-to-rgb>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/color.rs:683:5
[INFO] [stderr]     |
[INFO] [stderr] 683 | /// https://drafts.csswg.org/css-color/#hsl-color
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-color/#hsl-color>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/cow_rc_str.rs:21:11
[INFO] [stderr]    |
[INFO] [stderr] 21 | /// FIXME(https://github.com/rust-lang/rfcs/issues/1230): use an actual enum if/when
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rust-lang/rfcs/issues/1230>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/cow_rc_str.rs:24:16
[INFO] [stderr]    |
[INFO] [stderr] 24 |     /// FIXME: https://github.com/rust-lang/rust/issues/27730 use NonZero or Shared.
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rust-lang/rust/issues/27730>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/from_bytes.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 |     /// https://encoding.spec.whatwg.org/#concept-encoding-get
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://encoding.spec.whatwg.org/#concept-encoding-get>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/from_bytes.rs:29:10
[INFO] [stderr]    |
[INFO] [stderr] 29 | ///     (https://drafts.csswg.org/css-syntax/#environment-encoding), if any.
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#environment-encoding>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/serializer.rs:398:13
[INFO] [stderr]     |
[INFO] [stderr] 398 |     /// See https://drafts.csswg.org/css-syntax/#serialization
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#serialization>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/serializer.rs:400:13
[INFO] [stderr]     |
[INFO] [stderr] 400 |     /// See https://github.com/w3c/csswg-drafts/issues/4088 for the
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/w3c/csswg-drafts/issues/4088>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/unicode_range.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! https://drafts.csswg.org/css-syntax/#urange
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#urange>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/unicode_range.rs:26:9
[INFO] [stderr]    |
[INFO] [stderr] 26 |     /// https://drafts.csswg.org/css-syntax/#urange-syntax
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://drafts.csswg.org/css-syntax/#urange-syntax>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `cssparser` (lib doc) generated 10 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.93s
[INFO] running `Command { std: "docker" "inspect" "6d5d12bc18c5c812dee8f31e0128c084c18caaaa29db3f900f9b258000ed53fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d5d12bc18c5c812dee8f31e0128c084c18caaaa29db3f900f9b258000ed53fe", kill_on_drop: false }`
[INFO] [stdout] 6d5d12bc18c5c812dee8f31e0128c084c18caaaa29db3f900f9b258000ed53fe