Build #1562967 2024-11-25T05:15:21.251209+00:00
# rustc version
rustc 1.85.0-nightly (28fc2ba71 2024-11-24)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/lightningcss-1.0.0-alpha.61/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/lightningcss-1.0.0-alpha.61/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241124-1.85.0-nightly-28fc2ba71\", \"--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] [stdout] 07da0822ef0d55a8e319913dc15bfa0cb321838b3ebd9a969841048ebc5385d0
[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" "07da0822ef0d55a8e319913dc15bfa0cb321838b3ebd9a969841048ebc5385d0", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: custom_at_rule, schema, serialize
[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 lightningcss v1.0.0-alpha.61 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:13:28
[INFO] [stderr] |
[INFO] [stderr] 13 | //! individual CSS [rules](rules), [properties](properties), or [values](values). The [bundler](bundler)
[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] 13 | //! individual CSS [rules], [properties](properties), or [values](values). The [bundler](bundler)
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:13:49
[INFO] [stderr] |
[INFO] [stderr] 13 | //! individual CSS [rules](rules), [properties](properties), or [values](values). The [bundler](bundler)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 13 | //! individual CSS [rules](rules), [properties], or [values](values). The [bundler](bundler)
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:13:74
[INFO] [stderr] |
[INFO] [stderr] 13 | //! individual CSS [rules](rules), [properties](properties), or [values](values). The [bundler](bundler)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 13 | //! individual CSS [rules](rules), [properties](properties), or [values]. The [bundler](bundler)
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/lib.rs:13:97
[INFO] [stderr] |
[INFO] [stderr] 13 | //! individual CSS [rules](rules), [properties](properties), or [values](values). The [bundler](bundler)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 13 | //! individual CSS [rules](rules), [properties](properties), or [values](values). The [bundler]
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/bundler.rs:3:17
[INFO] [stderr] |
[INFO] [stderr] 3 | //! A [Bundler](Bundler) can be used to combine a CSS file and all of its dependencies
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 3 | //! A [Bundler] can be used to combine a CSS file and all of its dependencies
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/bundler.rs:4:81
[INFO] [stderr] |
[INFO] [stderr] 4 | //! into a single merged style sheet. It works together with a [SourceProvider](SourceProvider)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 4 | //! into a single merged style sheet. It works together with a [SourceProvider]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/bundler.rs:5:26
[INFO] [stderr] |
[INFO] [stderr] 5 | //! (e.g. [FileProvider](FileProvider)) to read files from the file system or another source,
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 5 | //! (e.g. [FileProvider]) to read files from the file system or another source,
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/bundler.rs:6:32
[INFO] [stderr] |
[INFO] [stderr] 6 | //! and returns a [StyleSheet](super::stylesheet::StyleSheet) containing the rules from all
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 6 | //! and returns a [StyleSheet] containing the rules from all
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/bundler.rs:94:24
[INFO] [stderr] |
[INFO] [stderr] 94 | /// See [FileProvider](FileProvider) for an implementation that uses the
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 94 | /// See [FileProvider] for an implementation that uses the
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/bundler.rs:108:52
[INFO] [stderr] |
[INFO] [stderr] 108 | /// Provides an implementation of [SourceProvider](SourceProvider)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 108 | /// Provides an implementation of [SourceProvider]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/css_modules.rs:197:19
[INFO] [stderr] |
[INFO] [stderr] 197 | /// See [Pattern](Pattern).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 197 | /// See [Pattern].
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/css_modules.rs:214:27
[INFO] [stderr] |
[INFO] [stderr] 214 | /// See [CssModuleExport](CssModuleExport).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 214 | /// See [CssModuleExport].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/dependencies.rs:5:77
[INFO] [stderr] |
[INFO] [stderr] 5 | //! the `@import` rule, as well as `url()` references. See [PrinterOptions](PrinterOptions).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 5 | //! the `@import` rule, as well as `url()` references. See [PrinterOptions].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/error.rs:409:27
[INFO] [stderr] |
[INFO] [stderr] 409 | /// A [std::fmt::Error](std::fmt::Error) was encountered in the underlying destination.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 409 | /// A [std::fmt::Error] was encountered in the underlying destination.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/media_query.rs:1417:24
[INFO] [stderr] |
[INFO] [stderr] 1417 | /// See [MediaFeature](MediaFeature).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 1417 | /// See [MediaFeature].
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/printer.rs:42:26
[INFO] [stderr] |
[INFO] [stderr] 42 | /// See [PrinterOptions](PrinterOptions).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 42 | /// See [PrinterOptions].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/printer.rs:59:34
[INFO] [stderr] |
[INFO] [stderr] 59 | /// implements [std::fmt::Write](std::fmt::Write), such as a [String](String).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 59 | /// implements [std::fmt::Write], such as a [String](String).
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/printer.rs:59:71
[INFO] [stderr] |
[INFO] [stderr] 59 | /// implements [std::fmt::Write](std::fmt::Write), such as a [String](String).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 59 | /// implements [std::fmt::Write](std::fmt::Write), such as a [String].
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:3:80
[INFO] [stderr] |
[INFO] [stderr] 3 | //! Each property provides parsing and serialization support using the [Parse](super::traits::Parse)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 3 | //! Each property provides parsing and serialization support using the [Parse]
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:4:17
[INFO] [stderr] |
[INFO] [stderr] 4 | //! and [ToCss](super::traits::ToCss) traits. Properties are fully parsed as defined by the CSS spec,
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 4 | //! and [ToCss] traits. Properties are fully parsed as defined by the CSS spec,
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:11:34
[INFO] [stderr] |
[INFO] [stderr] 11 | //! also implement the [Default](std::default::Default) trait, which returns the initial value for the property.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 11 | //! also implement the [Default] trait, which returns the initial value for the property.
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:16:20
[INFO] [stderr] |
[INFO] [stderr] 16 | //! The [Property](Property) enum contains the values of all properties, and can be used to parse property values by name.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 16 | //! The [Property] enum contains the values of all properties, and can be used to parse property values by name.
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:17:22
[INFO] [stderr] |
[INFO] [stderr] 17 | //! The [PropertyId](PropertyId) enum represents only property names, and not values and is used to refer to known properties.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 17 | //! The [PropertyId] enum represents only property names, and not values and is used to refer to known properties.
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:78:39
[INFO] [stderr] |
[INFO] [stderr] 78 | //! If you have a [cssparser::Parser](cssparser::Parser) already, you can also use the `parse` and `to_css`
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 78 | //! If you have a [cssparser::Parser] already, you can also use the `parse` and `to_css`
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:83:75
[INFO] [stderr] |
[INFO] [stderr] 83 | //! Custom and unknown properties are represented by the [CustomProperty](custom::CustomProperty) struct, and the
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 83 | //! Custom and unknown properties are represented by the [CustomProperty] struct, and the
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:85:17
[INFO] [stderr] |
[INFO] [stderr] 85 | //! [TokenList](custom::TokenList), with the name as a string.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 85 | //! [TokenList], with the name as a string.
[INFO] [stderr] | ~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:88:24
[INFO] [stderr] |
[INFO] [stderr] 88 | //! [UnparsedProperty](custom::UnparsedProperty) struct, and the `Property::Unparsed` variant. The value is stored
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 88 | //! [UnparsedProperty] struct, and the `Property::Unparsed` variant. The value is stored
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:89:26
[INFO] [stderr] |
[INFO] [stderr] 89 | //! as a raw [TokenList](custom::TokenList), with a [PropertyId](PropertyId) as the name.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 89 | //! as a raw [TokenList], with a [PropertyId](PropertyId) as the name.
[INFO] [stderr] | ~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/mod.rs:89:66
[INFO] [stderr] |
[INFO] [stderr] 89 | //! as a raw [TokenList](custom::TokenList), with a [PropertyId](PropertyId) as the name.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 89 | //! as a raw [TokenList](custom::TokenList), with a [PropertyId] as the name.
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/css_modules.rs:32:20
[INFO] [stderr] |
[INFO] [stderr] 32 | /// See [Composes](Composes).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 32 | /// See [Composes].
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/display.rs:110:19
[INFO] [stderr] |
[INFO] [stderr] 110 | /// See [Display](Display).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 110 | /// See [Display].
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/font.rs:59:22
[INFO] [stderr] |
[INFO] [stderr] 59 | /// See [FontWeight](FontWeight).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 59 | /// See [FontWeight].
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/grid.rs:47:23
[INFO] [stderr] |
[INFO] [stderr] 47 | /// See [TrackSizing](TrackSizing).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 47 | /// See [TrackSizing].
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/grid.rs:67:21
[INFO] [stderr] |
[INFO] [stderr] 67 | /// See [TrackList](TrackList).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 67 | /// See [TrackList].
[INFO] [stderr] | ~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/grid.rs:88:25
[INFO] [stderr] |
[INFO] [stderr] 88 | /// See [TrackListItem](TrackListItem).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 88 | /// See [TrackListItem].
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/grid.rs:131:21
[INFO] [stderr] |
[INFO] [stderr] 131 | /// See [TrackSize](TrackSize).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 131 | /// See [TrackSize].
[INFO] [stderr] | ~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/grid.rs:157:25
[INFO] [stderr] |
[INFO] [stderr] 157 | /// See [TrackListItem](TrackListItem).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 157 | /// See [TrackListItem].
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/grid.rs:180:23
[INFO] [stderr] |
[INFO] [stderr] 180 | /// See [TrackRepeat](TrackRepeat).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 180 | /// See [TrackRepeat].
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/list.rs:283:24
[INFO] [stderr] |
[INFO] [stderr] 283 | /// See [CounterStyle](CounterStyle).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 283 | /// See [CounterStyle].
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/svg.rs:47:20
[INFO] [stderr] |
[INFO] [stderr] 47 | /// See [SVGPaint](SVGPaint).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 47 | /// See [SVGPaint].
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/properties/ui.rs:45:18
[INFO] [stderr] |
[INFO] [stderr] 45 | /// See [Cursor](Cursor).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 45 | /// See [Cursor].
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/rules/mod.rs:3:19
[INFO] [stderr] |
[INFO] [stderr] 3 | //! The [CssRule](CssRule) enum includes all supported rules, and can be used to parse
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 3 | //! The [CssRule] enum includes all supported rules, and can be used to parse
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/rules/mod.rs:5:69
[INFO] [stderr] |
[INFO] [stderr] 5 | //! another rule such as `@media`) are represented by [CssRuleList](CssRuleList).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 5 | //! another rule such as `@media`) are represented by [CssRuleList].
[INFO] [stderr] | ~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/rules/mod.rs:32:39
[INFO] [stderr] |
[INFO] [stderr] 32 | //! If you have a [cssparser::Parser](cssparser::Parser) already, you can also use the `parse` and `to_css`
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 32 | //! If you have a [cssparser::Parser] already, you can also use the `parse` and `to_css`
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/rules/font_face.rs:37:24
[INFO] [stderr] |
[INFO] [stderr] 37 | /// See [FontFaceRule](FontFaceRule).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 37 | /// See [FontFaceRule].
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rules/font_face.rs:257:5
[INFO] [stderr] |
[INFO] [stderr] 257 | / /// A font features tech descriptor in the `tech()`function of the
[INFO] [stderr] 258 | | /// [src](https://drafts.csswg.org/css-fonts/#font-features-tech-values)
[INFO] [stderr] 259 | | /// property of an `@font-face` rule.
[INFO] [stderr] 260 | | /// Supports OpenType Features.
[INFO] [stderr] 261 | | /// https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist
[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] = note: this warning originates in the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 257 ~ </// A font features tech descriptor in the `tech()`function of the
[INFO] [stderr] 258 | /// [src](https://drafts.csswg.org/css-fonts/#font-features-tech-values)
[INFO] [stderr] 259 | /// property of an `@font-face` rule.
[INFO] [stderr] 260 | /// Supports OpenType Features.
[INFO] [stderr] 261 ~ /// https://docs.microsoft.com/en-us/typography/opentype/spec/featurelist>
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rules/font_face.rs:263:5
[INFO] [stderr] |
[INFO] [stderr] 263 | / /// Supports Apple Advanced Typography Font Features.
[INFO] [stderr] 264 | | /// https://developer.apple.com/fonts/TrueType-Reference-Manual/RM09/AppendixF.html
[INFO] [stderr] | |_______________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: this warning originates in the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 263 ~ </// Supports Apple Advanced Typography Font Features.
[INFO] [stderr] 264 ~ /// https://developer.apple.com/fonts/TrueType-Reference-Manual/RM09/AppendixF.html>
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/rules/font_face.rs:266:5
[INFO] [stderr] |
[INFO] [stderr] 266 | / /// Supports Graphite Table Format.
[INFO] [stderr] 267 | | /// https://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=GraphiteBinaryFormat_3_0&filename=GraphiteBinaryFormat_3_0.pdf
[INFO] [stderr] | |________________________________________________________________________________________________________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: this warning originates in the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 266 ~ </// Supports Graphite Table Format.
[INFO] [stderr] 267 ~ /// https://scripts.sil.org/cms/scripts/render_download.php?site_id=nrsi&format=file&media_id=GraphiteBinaryFormat_3_0&filename=GraphiteBinaryFormat_3_0.pdf>
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/rules/font_palette_values.rs:38:34
[INFO] [stderr] |
[INFO] [stderr] 38 | /// See [FontPaletteValuesRule](FontPaletteValuesRule).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 38 | /// See [FontPaletteValuesRule].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `keyframes-name`
[INFO] [stderr] --> src/rules/keyframes.rs:37:7
[INFO] [stderr] |
[INFO] [stderr] 37 | /// <keyframes-name> = <custom-ident> | <string>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `custom-ident`
[INFO] [stderr] --> src/rules/keyframes.rs:37:26
[INFO] [stderr] |
[INFO] [stderr] 37 | /// <keyframes-name> = <custom-ident> | <string>
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `string`
[INFO] [stderr] --> src/rules/keyframes.rs:37:43
[INFO] [stderr] |
[INFO] [stderr] 37 | /// <keyframes-name> = <custom-ident> | <string>
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/rules/keyframes.rs:351:25
[INFO] [stderr] |
[INFO] [stderr] 351 | /// See [KeyframesRule](KeyframesRule).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 351 | /// See [KeyframesRule].
[INFO] [stderr] | ~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/rules/layer.rs:85:31
[INFO] [stderr] |
[INFO] [stderr] 85 | /// See also [LayerBlockRule](LayerBlockRule).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 85 | /// See also [LayerBlockRule].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `scope-start`
[INFO] [stderr] --> src/rules/scope.rs:15:13
[INFO] [stderr] |
[INFO] [stderr] 15 | /// @scope (<scope-start>) [to (<scope-end>)]? {
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `scope-end`
[INFO] [stderr] --> src/rules/scope.rs:15:33
[INFO] [stderr] |
[INFO] [stderr] 15 | /// @scope (<scope-start>) [to (<scope-end>)]? {
[INFO] [stderr] | ^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `stylesheet`
[INFO] [stderr] --> src/rules/scope.rs:16:6
[INFO] [stderr] |
[INFO] [stderr] 16 | /// <stylesheet>
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `custom-ident`
[INFO] [stderr] --> src/selector.rs:972:7
[INFO] [stderr] |
[INFO] [stderr] 972 | /// <custom-ident>
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/stylesheet.rs:3:20
[INFO] [stderr] |
[INFO] [stderr] 3 | //! A [StyleSheet](StyleSheet) represents a `.css` file or `<style>` element in HTML.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 3 | //! A [StyleSheet] represents a `.css` file or `<style>` element in HTML.
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/stylesheet.rs:4:24
[INFO] [stderr] |
[INFO] [stderr] 4 | //! A [StyleAttribute](StyleAttribute) represents an inline `style` attribute in HTML.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 4 | //! A [StyleAttribute] represents an inline `style` attribute in HTML.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/stylesheet.rs:93:57
[INFO] [stderr] |
[INFO] [stderr] 93 | /// Options for the `minify` function of a [StyleSheet](StyleSheet)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 93 | /// Options for the `minify` function of a [StyleSheet]
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/stylesheet.rs:94:25
[INFO] [stderr] |
[INFO] [stderr] 94 | /// or [StyleAttribute](StyleAttribute).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 94 | /// or [StyleAttribute].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/mod.rs:25:39
[INFO] [stderr] |
[INFO] [stderr] 25 | //! If you have a [cssparser::Parser](cssparser::Parser) already, you can also use the `parse` and `to_css`
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 25 | //! If you have a [cssparser::Parser] already, you can also use the `parse` and `to_css`
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/calc.rs:238:69
[INFO] [stderr] |
[INFO] [stderr] 238 | /// This type supports generic value types. Values such as [Length](super::length::Length), [Percentage](super::percentage::Percentage),
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 238 | /// This type supports generic value types. Values such as [Length], [Percentage](super::percentage::Percentage),
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/calc.rs:238:106
[INFO] [stderr] |
[INFO] [stderr] 238 | /// This type supports generic value types. Values such as [Length](super::length::Length), [Percentage](super::percentage::Percentage),
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 238 | /// This type supports generic value types. Values such as [Length](super::length::Length), [Percentage],
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/calc.rs:239:12
[INFO] [stderr] |
[INFO] [stderr] 239 | /// [Time](super::time::Time), and [Angle](super::angle::Angle) support `calc()` expressions.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 239 | /// [Time], and [Angle](super::angle::Angle) support `calc()` expressions.
[INFO] [stderr] | ~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/calc.rs:239:44
[INFO] [stderr] |
[INFO] [stderr] 239 | /// [Time](super::time::Time), and [Angle](super::angle::Angle) support `calc()` expressions.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 239 | /// [Time](super::time::Time), and [Angle] support `calc()` expressions.
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:426:26
[INFO] [stderr] |
[INFO] [stderr] 426 | /// See [LinearGradient](LinearGradient).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 426 | /// See [LinearGradient].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:535:26
[INFO] [stderr] |
[INFO] [stderr] 535 | /// See [RadialGradient](RadialGradient).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 535 | /// See [RadialGradient].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:560:26
[INFO] [stderr] |
[INFO] [stderr] 560 | /// See [RadialGradient](RadialGradient).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 560 | /// See [RadialGradient].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:629:26
[INFO] [stderr] |
[INFO] [stderr] 629 | /// See [RadialGradient](RadialGradient).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 629 | /// See [RadialGradient].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:807:66
[INFO] [stderr] |
[INFO] [stderr] 807 | /// This type is generic, and may be either a [LengthPercentage](super::length::LengthPercentage)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 807 | /// This type is generic, and may be either a [LengthPercentage]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:808:16
[INFO] [stderr] |
[INFO] [stderr] 808 | /// or [Angle](super::angle::Angle) depending on what type of gradient it is within.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 808 | /// or [Angle] depending on what type of gradient it is within.
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:844:72
[INFO] [stderr] |
[INFO] [stderr] 844 | /// This type is generic, and items may be either a [LengthPercentage](super::length::LengthPercentage)
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 844 | /// This type is generic, and items may be either a [LengthPercentage]
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:845:16
[INFO] [stderr] |
[INFO] [stderr] 845 | /// or [Angle](super::angle::Angle) depending on what type of gradient it is within.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 845 | /// or [Angle] depending on what type of gradient it is within.
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/gradient.rs:1249:56
[INFO] [stderr] |
[INFO] [stderr] 1249 | /// A keyword or number within a [WebKitGradientPoint](WebKitGradientPoint).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 1249 | /// A keyword or number within a [WebKitGradientPoint].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/image.rs:397:71
[INFO] [stderr] |
[INFO] [stderr] 397 | /// An image option within the `image-set()` function. See [ImageSet](ImageSet).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 397 | /// An image option within the `image-set()` function. See [ImageSet].
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/length.rs:92:58
[INFO] [stderr] |
[INFO] [stderr] 92 | /// without support for `calc()`. See also: [Length](Length).
[INFO] [stderr] | ------ ^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] ...
[INFO] [stderr] 336 | / define_length_units! {
[INFO] [stderr] 337 | | // https://www.w3.org/TR/css-values-4/#absolute-lengths
[INFO] [stderr] 338 | | /// A length in pixels.
[INFO] [stderr] 339 | | Px,
[INFO] [stderr] ... |
[INFO] [stderr] 454 | | Cqmax / ContainerQueryLengthUnits,
[INFO] [stderr] 455 | | }
[INFO] [stderr] | |_- in this macro invocation
[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: this warning originates in the macro `define_length_units` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 92 | /// without support for `calc()`. See also: [Length].
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/position.rs:283:37
[INFO] [stderr] |
[INFO] [stderr] 283 | /// A component within a [Position](Position) value, representing a position
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 283 | /// A component within a [Position] value, representing a position
[INFO] [stderr] | ~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/shape.rs:115:19
[INFO] [stderr] |
[INFO] [stderr] 115 | /// See [Polygon](Polygon).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 115 | /// See [Polygon].
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/syntax.rs:33:29
[INFO] [stderr] |
[INFO] [stderr] 33 | /// within a [SyntaxString](SyntaxString).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 33 | /// within a [SyntaxString].
[INFO] [stderr] | ~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/syntax.rs:91:23
[INFO] [stderr] |
[INFO] [stderr] 91 | /// [SyntaxComponent](SyntaxComponent). Indicates whether and how the component may be repeated.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 91 | /// [SyntaxComponent]. Indicates whether and how the component may be repeated.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/values/syntax.rs:110:44
[INFO] [stderr] |
[INFO] [stderr] 110 | /// A parsed value for a [SyntaxComponent](SyntaxComponent).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 110 | /// A parsed value for a [SyntaxComponent].
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/visitor.rs:3:19
[INFO] [stderr] |
[INFO] [stderr] 3 | //! The [Visitor](Visitor) trait includes methods for visiting and transforming rules, properties, and values within a StyleSheet.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 3 | //! The [Visitor] trait includes methods for visiting and transforming rules, properties, and values within a StyleSheet.
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/visitor.rs:4:39
[INFO] [stderr] |
[INFO] [stderr] 4 | //! Each value implements the [Visit](Visit) trait, which knows how to visit the value itself, as well as its children.
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 4 | //! Each value implements the [Visit] trait, which knows how to visit the value itself, as well as its children.
[INFO] [stderr] | ~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/visitor.rs:5:87
[INFO] [stderr] |
[INFO] [stderr] 5 | //! A Visitor is configured to only visit specific types of values using [VisitTypes](VisitTypes) flags. This enables
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 5 | //! A Visitor is configured to only visit specific types of values using [VisitTypes] flags. This enables
[INFO] [stderr] | ~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/visitor.rs:316:59
[INFO] [stderr] |
[INFO] [stderr] 316 | /// A trait for values that can be visited by a [Visitor](Visitor).
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 316 | /// A trait for values that can be visited by a [Visitor].
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: `lightningcss` (lib doc) generated 87 warnings (run `cargo fix --lib -p lightningcss` to apply 3 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/lightningcss/index.html
[INFO] running `Command { std: "docker" "inspect" "07da0822ef0d55a8e319913dc15bfa0cb321838b3ebd9a969841048ebc5385d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07da0822ef0d55a8e319913dc15bfa0cb321838b3ebd9a969841048ebc5385d0", kill_on_drop: false }`
[INFO] [stdout] 07da0822ef0d55a8e319913dc15bfa0cb321838b3ebd9a969841048ebc5385d0