[INFO] cloning repository https://github.com/safrannn/rust_test [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/safrannn/rust_test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsafrannn%2Frust_test", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsafrannn%2Frust_test'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ba23876a01dcdc5f8c0d548378979a9778ba220f [INFO] testing safrannn/rust_test against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsafrannn%2Frust_test" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/safrannn/rust_test on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/safrannn/rust_test [INFO] finished tweaking git repo https://github.com/safrannn/rust_test [INFO] tweaked toml for git repo https://github.com/safrannn/rust_test written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/safrannn/rust_test already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/seed-rs/seed` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enclose v1.1.8 [INFO] [stderr] Downloaded standback v0.2.10 [INFO] [stderr] Downloaded ulid v0.4.0 [INFO] [stderr] Downloaded dbg v1.0.4 [INFO] [stderr] Downloaded pulldown-cmark v0.7.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df4ce134be20981ff8825fcf4a6701d2c29eeea8bce9be332147349e11dd6ab5 [INFO] running `Command { std: "docker" "start" "-a" "df4ce134be20981ff8825fcf4a6701d2c29eeea8bce9be332147349e11dd6ab5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df4ce134be20981ff8825fcf4a6701d2c29eeea8bce9be332147349e11dd6ab5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df4ce134be20981ff8825fcf4a6701d2c29eeea8bce9be332147349e11dd6ab5", kill_on_drop: false }` [INFO] [stdout] df4ce134be20981ff8825fcf4a6701d2c29eeea8bce9be332147349e11dd6ab5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a4cdcf28f06fa14bb909da9708a170e79164f125ee1e725bc1ada460de651eaf [INFO] running `Command { std: "docker" "start" "-a" "a4cdcf28f06fa14bb909da9708a170e79164f125ee1e725bc1ada460de651eaf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.19 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.67 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling wasm-bindgen v0.2.67 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling standback v0.2.10 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling hashbrown v0.8.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.9 [INFO] [stderr] Compiling indexmap v1.5.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling pulldown-cmark v0.7.2 [INFO] [stderr] Compiling dbg v1.0.4 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling seed v0.7.0 (https://github.com/seed-rs/seed?rev=0a538f0#0a538f03) [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling enclose v1.1.8 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.67 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.67 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.67 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling ulid v0.4.0 [INFO] [stderr] Compiling js-sys v0.3.44 [INFO] [stderr] Compiling console_error_panic_hook v0.1.6 [INFO] [stderr] Compiling web-sys v0.3.44 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.17 [INFO] [stderr] Compiling gloo-events v0.1.1 [INFO] [stderr] Compiling gloo-timers v0.2.1 [INFO] [stderr] Compiling gloo-file v0.1.0 [INFO] [stderr] Compiling rust_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78780:5 [INFO] [stdout] | [INFO] [stdout] 78780 | / /** [INFO] [stdout] 78781 | | width: 100%; [INFO] [stdout] 78782 | | max-width: 569px; @media (min-width: 569px) [INFO] [stdout] 78783 | | max-width: 769px; @media (min-width: 769px) [INFO] [stdout] 78784 | | max-width: 1025px; @media (min-width: 1025px) [INFO] [stdout] 78785 | | max-width: 1701px; @media (min-width: 1701px) [INFO] [stdout] 78786 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78787 | container: "container", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78789:5 [INFO] [stdout] | [INFO] [stdout] 78789 | / /** [INFO] [stdout] 78790 | | --space-y-reverse: 0; [INFO] [stdout] 78791 | | margin-top: calc(0px * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78792 | | margin-bottom: calc(0px * var(--space-y-reverse)); [INFO] [stdout] 78793 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78794 | space_y_0: "space-y-0", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78796:5 [INFO] [stdout] | [INFO] [stdout] 78796 | / /** [INFO] [stdout] 78797 | | --space-x-reverse: 0; [INFO] [stdout] 78798 | | margin-right: calc(0px * var(--space-x-reverse)); [INFO] [stdout] 78799 | | margin-left: calc(0px * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78800 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78801 | space_x_0: "space-x-0", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78803:5 [INFO] [stdout] | [INFO] [stdout] 78803 | / /** [INFO] [stdout] 78804 | | --space-y-reverse: 0; [INFO] [stdout] 78805 | | margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78806 | | margin-bottom: calc(0.25rem * var(--space-y-reverse)); [INFO] [stdout] 78807 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78808 | space_y_1: "space-y-1", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78810:5 [INFO] [stdout] | [INFO] [stdout] 78810 | / /** [INFO] [stdout] 78811 | | --space-x-reverse: 0; [INFO] [stdout] 78812 | | margin-right: calc(0.25rem * var(--space-x-reverse)); [INFO] [stdout] 78813 | | margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78814 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78815 | space_x_1: "space-x-1", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78817:5 [INFO] [stdout] | [INFO] [stdout] 78817 | / /** [INFO] [stdout] 78818 | | --space-y-reverse: 0; [INFO] [stdout] 78819 | | margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78820 | | margin-bottom: calc(0.5rem * var(--space-y-reverse)); [INFO] [stdout] 78821 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78822 | space_y_2: "space-y-2", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78824:5 [INFO] [stdout] | [INFO] [stdout] 78824 | / /** [INFO] [stdout] 78825 | | --space-x-reverse: 0; [INFO] [stdout] 78826 | | margin-right: calc(0.5rem * var(--space-x-reverse)); [INFO] [stdout] 78827 | | margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78828 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78829 | space_x_2: "space-x-2", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78831:5 [INFO] [stdout] | [INFO] [stdout] 78831 | / /** [INFO] [stdout] 78832 | | --space-y-reverse: 0; [INFO] [stdout] 78833 | | margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78834 | | margin-bottom: calc(0.75rem * var(--space-y-reverse)); [INFO] [stdout] 78835 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78836 | space_y_3: "space-y-3", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78838:5 [INFO] [stdout] | [INFO] [stdout] 78838 | / /** [INFO] [stdout] 78839 | | --space-x-reverse: 0; [INFO] [stdout] 78840 | | margin-right: calc(0.75rem * var(--space-x-reverse)); [INFO] [stdout] 78841 | | margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78842 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78843 | space_x_3: "space-x-3", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78845:5 [INFO] [stdout] | [INFO] [stdout] 78845 | / /** [INFO] [stdout] 78846 | | --space-y-reverse: 0; [INFO] [stdout] 78847 | | margin-top: calc(1rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78848 | | margin-bottom: calc(1rem * var(--space-y-reverse)); [INFO] [stdout] 78849 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78850 | space_y_4: "space-y-4", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78852:5 [INFO] [stdout] | [INFO] [stdout] 78852 | / /** [INFO] [stdout] 78853 | | --space-x-reverse: 0; [INFO] [stdout] 78854 | | margin-right: calc(1rem * var(--space-x-reverse)); [INFO] [stdout] 78855 | | margin-left: calc(1rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78856 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78857 | space_x_4: "space-x-4", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78859:5 [INFO] [stdout] | [INFO] [stdout] 78859 | / /** [INFO] [stdout] 78860 | | --space-y-reverse: 0; [INFO] [stdout] 78861 | | margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78862 | | margin-bottom: calc(1.25rem * var(--space-y-reverse)); [INFO] [stdout] 78863 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78864 | space_y_5: "space-y-5", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78866:5 [INFO] [stdout] | [INFO] [stdout] 78866 | / /** [INFO] [stdout] 78867 | | --space-x-reverse: 0; [INFO] [stdout] 78868 | | margin-right: calc(1.25rem * var(--space-x-reverse)); [INFO] [stdout] 78869 | | margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78870 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78871 | space_x_5: "space-x-5", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78873:5 [INFO] [stdout] | [INFO] [stdout] 78873 | / /** [INFO] [stdout] 78874 | | --space-y-reverse: 0; [INFO] [stdout] 78875 | | margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78876 | | margin-bottom: calc(1.5rem * var(--space-y-reverse)); [INFO] [stdout] 78877 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78878 | space_y_6: "space-y-6", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78880:5 [INFO] [stdout] | [INFO] [stdout] 78880 | / /** [INFO] [stdout] 78881 | | --space-x-reverse: 0; [INFO] [stdout] 78882 | | margin-right: calc(1.5rem * var(--space-x-reverse)); [INFO] [stdout] 78883 | | margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78884 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78885 | space_x_6: "space-x-6", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78887:5 [INFO] [stdout] | [INFO] [stdout] 78887 | / /** [INFO] [stdout] 78888 | | --space-y-reverse: 0; [INFO] [stdout] 78889 | | margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78890 | | margin-bottom: calc(2rem * var(--space-y-reverse)); [INFO] [stdout] 78891 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78892 | space_y_8: "space-y-8", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78894:5 [INFO] [stdout] | [INFO] [stdout] 78894 | / /** [INFO] [stdout] 78895 | | --space-x-reverse: 0; [INFO] [stdout] 78896 | | margin-right: calc(2rem * var(--space-x-reverse)); [INFO] [stdout] 78897 | | margin-left: calc(2rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78898 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78899 | space_x_8: "space-x-8", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78901:5 [INFO] [stdout] | [INFO] [stdout] 78901 | / /** [INFO] [stdout] 78902 | | --space-y-reverse: 0; [INFO] [stdout] 78903 | | margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78904 | | margin-bottom: calc(2.5rem * var(--space-y-reverse)); [INFO] [stdout] 78905 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78906 | space_y_10: "space-y-10", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78908:5 [INFO] [stdout] | [INFO] [stdout] 78908 | / /** [INFO] [stdout] 78909 | | --space-x-reverse: 0; [INFO] [stdout] 78910 | | margin-right: calc(2.5rem * var(--space-x-reverse)); [INFO] [stdout] 78911 | | margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78912 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78913 | space_x_10: "space-x-10", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78915:5 [INFO] [stdout] | [INFO] [stdout] 78915 | / /** [INFO] [stdout] 78916 | | --space-y-reverse: 0; [INFO] [stdout] 78917 | | margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78918 | | margin-bottom: calc(3rem * var(--space-y-reverse)); [INFO] [stdout] 78919 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78920 | space_y_12: "space-y-12", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78922:5 [INFO] [stdout] | [INFO] [stdout] 78922 | / /** [INFO] [stdout] 78923 | | --space-x-reverse: 0; [INFO] [stdout] 78924 | | margin-right: calc(3rem * var(--space-x-reverse)); [INFO] [stdout] 78925 | | margin-left: calc(3rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78926 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78927 | space_x_12: "space-x-12", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78929:5 [INFO] [stdout] | [INFO] [stdout] 78929 | / /** [INFO] [stdout] 78930 | | --space-y-reverse: 0; [INFO] [stdout] 78931 | | margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78932 | | margin-bottom: calc(4rem * var(--space-y-reverse)); [INFO] [stdout] 78933 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78934 | space_y_16: "space-y-16", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78936:5 [INFO] [stdout] | [INFO] [stdout] 78936 | / /** [INFO] [stdout] 78937 | | --space-x-reverse: 0; [INFO] [stdout] 78938 | | margin-right: calc(4rem * var(--space-x-reverse)); [INFO] [stdout] 78939 | | margin-left: calc(4rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78940 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78941 | space_x_16: "space-x-16", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78943:5 [INFO] [stdout] | [INFO] [stdout] 78943 | / /** [INFO] [stdout] 78944 | | --space-y-reverse: 0; [INFO] [stdout] 78945 | | margin-top: calc(5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78946 | | margin-bottom: calc(5rem * var(--space-y-reverse)); [INFO] [stdout] 78947 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78948 | space_y_20: "space-y-20", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78950:5 [INFO] [stdout] | [INFO] [stdout] 78950 | / /** [INFO] [stdout] 78951 | | --space-x-reverse: 0; [INFO] [stdout] 78952 | | margin-right: calc(5rem * var(--space-x-reverse)); [INFO] [stdout] 78953 | | margin-left: calc(5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78954 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78955 | space_x_20: "space-x-20", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78957:5 [INFO] [stdout] | [INFO] [stdout] 78957 | / /** [INFO] [stdout] 78958 | | --space-y-reverse: 0; [INFO] [stdout] 78959 | | margin-top: calc(6rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78960 | | margin-bottom: calc(6rem * var(--space-y-reverse)); [INFO] [stdout] 78961 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78962 | space_y_24: "space-y-24", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78964:5 [INFO] [stdout] | [INFO] [stdout] 78964 | / /** [INFO] [stdout] 78965 | | --space-x-reverse: 0; [INFO] [stdout] 78966 | | margin-right: calc(6rem * var(--space-x-reverse)); [INFO] [stdout] 78967 | | margin-left: calc(6rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78968 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78969 | space_x_24: "space-x-24", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78971:5 [INFO] [stdout] | [INFO] [stdout] 78971 | / /** [INFO] [stdout] 78972 | | --space-y-reverse: 0; [INFO] [stdout] 78973 | | margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78974 | | margin-bottom: calc(8rem * var(--space-y-reverse)); [INFO] [stdout] 78975 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78976 | space_y_32: "space-y-32", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78978:5 [INFO] [stdout] | [INFO] [stdout] 78978 | / /** [INFO] [stdout] 78979 | | --space-x-reverse: 0; [INFO] [stdout] 78980 | | margin-right: calc(8rem * var(--space-x-reverse)); [INFO] [stdout] 78981 | | margin-left: calc(8rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78982 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78983 | space_x_32: "space-x-32", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78985:5 [INFO] [stdout] | [INFO] [stdout] 78985 | / /** [INFO] [stdout] 78986 | | --space-y-reverse: 0; [INFO] [stdout] 78987 | | margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 78988 | | margin-bottom: calc(10rem * var(--space-y-reverse)); [INFO] [stdout] 78989 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78990 | space_y_40: "space-y-40", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78992:5 [INFO] [stdout] | [INFO] [stdout] 78992 | / /** [INFO] [stdout] 78993 | | --space-x-reverse: 0; [INFO] [stdout] 78994 | | margin-right: calc(10rem * var(--space-x-reverse)); [INFO] [stdout] 78995 | | margin-left: calc(10rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 78996 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 78997 | space_x_40: "space-x-40", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:78999:5 [INFO] [stdout] | [INFO] [stdout] 78999 | / /** [INFO] [stdout] 79000 | | --space-y-reverse: 0; [INFO] [stdout] 79001 | | margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79002 | | margin-bottom: calc(12rem * var(--space-y-reverse)); [INFO] [stdout] 79003 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79004 | space_y_48: "space-y-48", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79006:5 [INFO] [stdout] | [INFO] [stdout] 79006 | / /** [INFO] [stdout] 79007 | | --space-x-reverse: 0; [INFO] [stdout] 79008 | | margin-right: calc(12rem * var(--space-x-reverse)); [INFO] [stdout] 79009 | | margin-left: calc(12rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79010 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79011 | space_x_48: "space-x-48", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79013:5 [INFO] [stdout] | [INFO] [stdout] 79013 | / /** [INFO] [stdout] 79014 | | --space-y-reverse: 0; [INFO] [stdout] 79015 | | margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79016 | | margin-bottom: calc(14rem * var(--space-y-reverse)); [INFO] [stdout] 79017 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79018 | space_y_56: "space-y-56", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79020:5 [INFO] [stdout] | [INFO] [stdout] 79020 | / /** [INFO] [stdout] 79021 | | --space-x-reverse: 0; [INFO] [stdout] 79022 | | margin-right: calc(14rem * var(--space-x-reverse)); [INFO] [stdout] 79023 | | margin-left: calc(14rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79024 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79025 | space_x_56: "space-x-56", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79027:5 [INFO] [stdout] | [INFO] [stdout] 79027 | / /** [INFO] [stdout] 79028 | | --space-y-reverse: 0; [INFO] [stdout] 79029 | | margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79030 | | margin-bottom: calc(16rem * var(--space-y-reverse)); [INFO] [stdout] 79031 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79032 | space_y_64: "space-y-64", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79034:5 [INFO] [stdout] | [INFO] [stdout] 79034 | / /** [INFO] [stdout] 79035 | | --space-x-reverse: 0; [INFO] [stdout] 79036 | | margin-right: calc(16rem * var(--space-x-reverse)); [INFO] [stdout] 79037 | | margin-left: calc(16rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79038 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79039 | space_x_64: "space-x-64", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79041:5 [INFO] [stdout] | [INFO] [stdout] 79041 | / /** [INFO] [stdout] 79042 | | --space-y-reverse: 0; [INFO] [stdout] 79043 | | margin-top: calc(1px * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79044 | | margin-bottom: calc(1px * var(--space-y-reverse)); [INFO] [stdout] 79045 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79046 | space_y_px: "space-y-px", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79048:5 [INFO] [stdout] | [INFO] [stdout] 79048 | / /** [INFO] [stdout] 79049 | | --space-x-reverse: 0; [INFO] [stdout] 79050 | | margin-right: calc(1px * var(--space-x-reverse)); [INFO] [stdout] 79051 | | margin-left: calc(1px * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79052 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79053 | space_x_px: "space-x-px", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79055:5 [INFO] [stdout] | [INFO] [stdout] 79055 | / /** [INFO] [stdout] 79056 | | --space-y-reverse: 0; [INFO] [stdout] 79057 | | margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79058 | | margin-bottom: calc(-0.25rem * var(--space-y-reverse)); [INFO] [stdout] 79059 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79060 | _space_y_1: "-space-y-1", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79062:5 [INFO] [stdout] | [INFO] [stdout] 79062 | / /** [INFO] [stdout] 79063 | | --space-x-reverse: 0; [INFO] [stdout] 79064 | | margin-right: calc(-0.25rem * var(--space-x-reverse)); [INFO] [stdout] 79065 | | margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79066 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79067 | _space_x_1: "-space-x-1", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79069:5 [INFO] [stdout] | [INFO] [stdout] 79069 | / /** [INFO] [stdout] 79070 | | --space-y-reverse: 0; [INFO] [stdout] 79071 | | margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79072 | | margin-bottom: calc(-0.5rem * var(--space-y-reverse)); [INFO] [stdout] 79073 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79074 | _space_y_2: "-space-y-2", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79076:5 [INFO] [stdout] | [INFO] [stdout] 79076 | / /** [INFO] [stdout] 79077 | | --space-x-reverse: 0; [INFO] [stdout] 79078 | | margin-right: calc(-0.5rem * var(--space-x-reverse)); [INFO] [stdout] 79079 | | margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79080 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79081 | _space_x_2: "-space-x-2", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79083:5 [INFO] [stdout] | [INFO] [stdout] 79083 | / /** [INFO] [stdout] 79084 | | --space-y-reverse: 0; [INFO] [stdout] 79085 | | margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79086 | | margin-bottom: calc(-0.75rem * var(--space-y-reverse)); [INFO] [stdout] 79087 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79088 | _space_y_3: "-space-y-3", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79090:5 [INFO] [stdout] | [INFO] [stdout] 79090 | / /** [INFO] [stdout] 79091 | | --space-x-reverse: 0; [INFO] [stdout] 79092 | | margin-right: calc(-0.75rem * var(--space-x-reverse)); [INFO] [stdout] 79093 | | margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79094 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79095 | _space_x_3: "-space-x-3", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79097:5 [INFO] [stdout] | [INFO] [stdout] 79097 | / /** [INFO] [stdout] 79098 | | --space-y-reverse: 0; [INFO] [stdout] 79099 | | margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79100 | | margin-bottom: calc(-1rem * var(--space-y-reverse)); [INFO] [stdout] 79101 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79102 | _space_y_4: "-space-y-4", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79104:5 [INFO] [stdout] | [INFO] [stdout] 79104 | / /** [INFO] [stdout] 79105 | | --space-x-reverse: 0; [INFO] [stdout] 79106 | | margin-right: calc(-1rem * var(--space-x-reverse)); [INFO] [stdout] 79107 | | margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79108 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79109 | _space_x_4: "-space-x-4", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79111:5 [INFO] [stdout] | [INFO] [stdout] 79111 | / /** [INFO] [stdout] 79112 | | --space-y-reverse: 0; [INFO] [stdout] 79113 | | margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79114 | | margin-bottom: calc(-1.25rem * var(--space-y-reverse)); [INFO] [stdout] 79115 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79116 | _space_y_5: "-space-y-5", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79118:5 [INFO] [stdout] | [INFO] [stdout] 79118 | / /** [INFO] [stdout] 79119 | | --space-x-reverse: 0; [INFO] [stdout] 79120 | | margin-right: calc(-1.25rem * var(--space-x-reverse)); [INFO] [stdout] 79121 | | margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79122 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79123 | _space_x_5: "-space-x-5", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79125:5 [INFO] [stdout] | [INFO] [stdout] 79125 | / /** [INFO] [stdout] 79126 | | --space-y-reverse: 0; [INFO] [stdout] 79127 | | margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79128 | | margin-bottom: calc(-1.5rem * var(--space-y-reverse)); [INFO] [stdout] 79129 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79130 | _space_y_6: "-space-y-6", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79132:5 [INFO] [stdout] | [INFO] [stdout] 79132 | / /** [INFO] [stdout] 79133 | | --space-x-reverse: 0; [INFO] [stdout] 79134 | | margin-right: calc(-1.5rem * var(--space-x-reverse)); [INFO] [stdout] 79135 | | margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79136 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79137 | _space_x_6: "-space-x-6", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79139:5 [INFO] [stdout] | [INFO] [stdout] 79139 | / /** [INFO] [stdout] 79140 | | --space-y-reverse: 0; [INFO] [stdout] 79141 | | margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79142 | | margin-bottom: calc(-2rem * var(--space-y-reverse)); [INFO] [stdout] 79143 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79144 | _space_y_8: "-space-y-8", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79146:5 [INFO] [stdout] | [INFO] [stdout] 79146 | / /** [INFO] [stdout] 79147 | | --space-x-reverse: 0; [INFO] [stdout] 79148 | | margin-right: calc(-2rem * var(--space-x-reverse)); [INFO] [stdout] 79149 | | margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79150 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79151 | _space_x_8: "-space-x-8", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79153:5 [INFO] [stdout] | [INFO] [stdout] 79153 | / /** [INFO] [stdout] 79154 | | --space-y-reverse: 0; [INFO] [stdout] 79155 | | margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79156 | | margin-bottom: calc(-2.5rem * var(--space-y-reverse)); [INFO] [stdout] 79157 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79158 | _space_y_10: "-space-y-10", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79160:5 [INFO] [stdout] | [INFO] [stdout] 79160 | / /** [INFO] [stdout] 79161 | | --space-x-reverse: 0; [INFO] [stdout] 79162 | | margin-right: calc(-2.5rem * var(--space-x-reverse)); [INFO] [stdout] 79163 | | margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79164 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79165 | _space_x_10: "-space-x-10", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79167:5 [INFO] [stdout] | [INFO] [stdout] 79167 | / /** [INFO] [stdout] 79168 | | --space-y-reverse: 0; [INFO] [stdout] 79169 | | margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79170 | | margin-bottom: calc(-3rem * var(--space-y-reverse)); [INFO] [stdout] 79171 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79172 | _space_y_12: "-space-y-12", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79174:5 [INFO] [stdout] | [INFO] [stdout] 79174 | / /** [INFO] [stdout] 79175 | | --space-x-reverse: 0; [INFO] [stdout] 79176 | | margin-right: calc(-3rem * var(--space-x-reverse)); [INFO] [stdout] 79177 | | margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79178 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79179 | _space_x_12: "-space-x-12", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79181:5 [INFO] [stdout] | [INFO] [stdout] 79181 | / /** [INFO] [stdout] 79182 | | --space-y-reverse: 0; [INFO] [stdout] 79183 | | margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79184 | | margin-bottom: calc(-4rem * var(--space-y-reverse)); [INFO] [stdout] 79185 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79186 | _space_y_16: "-space-y-16", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79188:5 [INFO] [stdout] | [INFO] [stdout] 79188 | / /** [INFO] [stdout] 79189 | | --space-x-reverse: 0; [INFO] [stdout] 79190 | | margin-right: calc(-4rem * var(--space-x-reverse)); [INFO] [stdout] 79191 | | margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79192 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79193 | _space_x_16: "-space-x-16", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79195:5 [INFO] [stdout] | [INFO] [stdout] 79195 | / /** [INFO] [stdout] 79196 | | --space-y-reverse: 0; [INFO] [stdout] 79197 | | margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79198 | | margin-bottom: calc(-5rem * var(--space-y-reverse)); [INFO] [stdout] 79199 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79200 | _space_y_20: "-space-y-20", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79202:5 [INFO] [stdout] | [INFO] [stdout] 79202 | / /** [INFO] [stdout] 79203 | | --space-x-reverse: 0; [INFO] [stdout] 79204 | | margin-right: calc(-5rem * var(--space-x-reverse)); [INFO] [stdout] 79205 | | margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79206 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79207 | _space_x_20: "-space-x-20", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79209:5 [INFO] [stdout] | [INFO] [stdout] 79209 | / /** [INFO] [stdout] 79210 | | --space-y-reverse: 0; [INFO] [stdout] 79211 | | margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79212 | | margin-bottom: calc(-6rem * var(--space-y-reverse)); [INFO] [stdout] 79213 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79214 | _space_y_24: "-space-y-24", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79216:5 [INFO] [stdout] | [INFO] [stdout] 79216 | / /** [INFO] [stdout] 79217 | | --space-x-reverse: 0; [INFO] [stdout] 79218 | | margin-right: calc(-6rem * var(--space-x-reverse)); [INFO] [stdout] 79219 | | margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79220 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79221 | _space_x_24: "-space-x-24", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79223:5 [INFO] [stdout] | [INFO] [stdout] 79223 | / /** [INFO] [stdout] 79224 | | --space-y-reverse: 0; [INFO] [stdout] 79225 | | margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79226 | | margin-bottom: calc(-8rem * var(--space-y-reverse)); [INFO] [stdout] 79227 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79228 | _space_y_32: "-space-y-32", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79230:5 [INFO] [stdout] | [INFO] [stdout] 79230 | / /** [INFO] [stdout] 79231 | | --space-x-reverse: 0; [INFO] [stdout] 79232 | | margin-right: calc(-8rem * var(--space-x-reverse)); [INFO] [stdout] 79233 | | margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79234 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79235 | _space_x_32: "-space-x-32", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79237:5 [INFO] [stdout] | [INFO] [stdout] 79237 | / /** [INFO] [stdout] 79238 | | --space-y-reverse: 0; [INFO] [stdout] 79239 | | margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79240 | | margin-bottom: calc(-10rem * var(--space-y-reverse)); [INFO] [stdout] 79241 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79242 | _space_y_40: "-space-y-40", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79244:5 [INFO] [stdout] | [INFO] [stdout] 79244 | / /** [INFO] [stdout] 79245 | | --space-x-reverse: 0; [INFO] [stdout] 79246 | | margin-right: calc(-10rem * var(--space-x-reverse)); [INFO] [stdout] 79247 | | margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79248 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79249 | _space_x_40: "-space-x-40", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79251:5 [INFO] [stdout] | [INFO] [stdout] 79251 | / /** [INFO] [stdout] 79252 | | --space-y-reverse: 0; [INFO] [stdout] 79253 | | margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79254 | | margin-bottom: calc(-12rem * var(--space-y-reverse)); [INFO] [stdout] 79255 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79256 | _space_y_48: "-space-y-48", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79258:5 [INFO] [stdout] | [INFO] [stdout] 79258 | / /** [INFO] [stdout] 79259 | | --space-x-reverse: 0; [INFO] [stdout] 79260 | | margin-right: calc(-12rem * var(--space-x-reverse)); [INFO] [stdout] 79261 | | margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79262 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79263 | _space_x_48: "-space-x-48", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79265:5 [INFO] [stdout] | [INFO] [stdout] 79265 | / /** [INFO] [stdout] 79266 | | --space-y-reverse: 0; [INFO] [stdout] 79267 | | margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79268 | | margin-bottom: calc(-14rem * var(--space-y-reverse)); [INFO] [stdout] 79269 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79270 | _space_y_56: "-space-y-56", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79272:5 [INFO] [stdout] | [INFO] [stdout] 79272 | / /** [INFO] [stdout] 79273 | | --space-x-reverse: 0; [INFO] [stdout] 79274 | | margin-right: calc(-14rem * var(--space-x-reverse)); [INFO] [stdout] 79275 | | margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79276 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79277 | _space_x_56: "-space-x-56", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79279:5 [INFO] [stdout] | [INFO] [stdout] 79279 | / /** [INFO] [stdout] 79280 | | --space-y-reverse: 0; [INFO] [stdout] 79281 | | margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79282 | | margin-bottom: calc(-16rem * var(--space-y-reverse)); [INFO] [stdout] 79283 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79284 | _space_y_64: "-space-y-64", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79286:5 [INFO] [stdout] | [INFO] [stdout] 79286 | / /** [INFO] [stdout] 79287 | | --space-x-reverse: 0; [INFO] [stdout] 79288 | | margin-right: calc(-16rem * var(--space-x-reverse)); [INFO] [stdout] 79289 | | margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79290 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79291 | _space_x_64: "-space-x-64", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79293:5 [INFO] [stdout] | [INFO] [stdout] 79293 | / /** [INFO] [stdout] 79294 | | --space-y-reverse: 0; [INFO] [stdout] 79295 | | margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); [INFO] [stdout] 79296 | | margin-bottom: calc(-1px * var(--space-y-reverse)); [INFO] [stdout] 79297 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79298 | _space_y_px: "-space-y-px", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79300:5 [INFO] [stdout] | [INFO] [stdout] 79300 | / /** [INFO] [stdout] 79301 | | --space-x-reverse: 0; [INFO] [stdout] 79302 | | margin-right: calc(-1px * var(--space-x-reverse)); [INFO] [stdout] 79303 | | margin-left: calc(-1px * calc(1 - var(--space-x-reverse))); [INFO] [stdout] 79304 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79305 | _space_x_px: "-space-x-px", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79307:5 [INFO] [stdout] | [INFO] [stdout] 79307 | / /** [INFO] [stdout] 79308 | | --space-y-reverse: 1; [INFO] [stdout] 79309 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79310 | space_y_reverse: "space-y-reverse", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79312:5 [INFO] [stdout] | [INFO] [stdout] 79312 | / /** [INFO] [stdout] 79313 | | --space-x-reverse: 1; [INFO] [stdout] 79314 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79315 | space_x_reverse: "space-x-reverse", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79317:5 [INFO] [stdout] | [INFO] [stdout] 79317 | / /** [INFO] [stdout] 79318 | | --divide-y-reverse: 0; [INFO] [stdout] 79319 | | border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))); [INFO] [stdout] 79320 | | border-bottom-width: calc(0px * var(--divide-y-reverse)); [INFO] [stdout] 79321 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79322 | divide_y_0: "divide-y-0", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79324:5 [INFO] [stdout] | [INFO] [stdout] 79324 | / /** [INFO] [stdout] 79325 | | --divide-x-reverse: 0; [INFO] [stdout] 79326 | | border-right-width: calc(0px * var(--divide-x-reverse)); [INFO] [stdout] 79327 | | border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))); [INFO] [stdout] 79328 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79329 | divide_x_0: "divide-x-0", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79331:5 [INFO] [stdout] | [INFO] [stdout] 79331 | / /** [INFO] [stdout] 79332 | | --divide-y-reverse: 0; [INFO] [stdout] 79333 | | border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))); [INFO] [stdout] 79334 | | border-bottom-width: calc(2px * var(--divide-y-reverse)); [INFO] [stdout] 79335 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79336 | divide_y_2: "divide-y-2", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79338:5 [INFO] [stdout] | [INFO] [stdout] 79338 | / /** [INFO] [stdout] 79339 | | --divide-x-reverse: 0; [INFO] [stdout] 79340 | | border-right-width: calc(2px * var(--divide-x-reverse)); [INFO] [stdout] 79341 | | border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))); [INFO] [stdout] 79342 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79343 | divide_x_2: "divide-x-2", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79345:5 [INFO] [stdout] | [INFO] [stdout] 79345 | / /** [INFO] [stdout] 79346 | | --divide-y-reverse: 0; [INFO] [stdout] 79347 | | border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))); [INFO] [stdout] 79348 | | border-bottom-width: calc(4px * var(--divide-y-reverse)); [INFO] [stdout] 79349 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79350 | divide_y_4: "divide-y-4", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79352:5 [INFO] [stdout] | [INFO] [stdout] 79352 | / /** [INFO] [stdout] 79353 | | --divide-x-reverse: 0; [INFO] [stdout] 79354 | | border-right-width: calc(4px * var(--divide-x-reverse)); [INFO] [stdout] 79355 | | border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))); [INFO] [stdout] 79356 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79357 | divide_x_4: "divide-x-4", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79359:5 [INFO] [stdout] | [INFO] [stdout] 79359 | / /** [INFO] [stdout] 79360 | | --divide-y-reverse: 0; [INFO] [stdout] 79361 | | border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))); [INFO] [stdout] 79362 | | border-bottom-width: calc(8px * var(--divide-y-reverse)); [INFO] [stdout] 79363 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79364 | divide_y_8: "divide-y-8", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79366:5 [INFO] [stdout] | [INFO] [stdout] 79366 | / /** [INFO] [stdout] 79367 | | --divide-x-reverse: 0; [INFO] [stdout] 79368 | | border-right-width: calc(8px * var(--divide-x-reverse)); [INFO] [stdout] 79369 | | border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))); [INFO] [stdout] 79370 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79371 | divide_x_8: "divide-x-8", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79373:5 [INFO] [stdout] | [INFO] [stdout] 79373 | / /** [INFO] [stdout] 79374 | | --divide-y-reverse: 0; [INFO] [stdout] 79375 | | border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))); [INFO] [stdout] 79376 | | border-bottom-width: calc(1px * var(--divide-y-reverse)); [INFO] [stdout] 79377 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79378 | divide_y: "divide-y", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79380:5 [INFO] [stdout] | [INFO] [stdout] 79380 | / /** [INFO] [stdout] 79381 | | --divide-x-reverse: 0; [INFO] [stdout] 79382 | | border-right-width: calc(1px * var(--divide-x-reverse)); [INFO] [stdout] 79383 | | border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))); [INFO] [stdout] 79384 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79385 | divide_x: "divide-x", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79387:5 [INFO] [stdout] | [INFO] [stdout] 79387 | / /** [INFO] [stdout] 79388 | | --divide-y-reverse: 1; [INFO] [stdout] 79389 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79390 | divide_y_reverse: "divide-y-reverse", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79392:5 [INFO] [stdout] | [INFO] [stdout] 79392 | / /** [INFO] [stdout] 79393 | | --divide-x-reverse: 1; [INFO] [stdout] 79394 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79395 | divide_x_reverse: "divide-x-reverse", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79397:5 [INFO] [stdout] | [INFO] [stdout] 79397 | / /** [INFO] [stdout] 79398 | | --divide-opacity: 1; [INFO] [stdout] 79399 | | border-color: #000; [INFO] [stdout] 79400 | | border-color: rgba(0, 0, 0, var(--divide-opacity)); [INFO] [stdout] 79401 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79402 | divide_black: "divide-black", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79404:5 [INFO] [stdout] | [INFO] [stdout] 79404 | / /** [INFO] [stdout] 79405 | | --divide-opacity: 1; [INFO] [stdout] 79406 | | border-color: hsl(210, 36%, 96%); [INFO] [stdout] 79407 | | border-color: rgba(241.128, 244.79999999999998, 248.47199999999998, var(--divide-opacity)); [INFO] [stdout] 79408 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79409 | divide_gray_1: "divide-gray-1", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79411:5 [INFO] [stdout] | [INFO] [stdout] 79411 | / /** [INFO] [stdout] 79412 | | --divide-opacity: 1; [INFO] [stdout] 79413 | | border-color: hsl(212, 33%, 89%); [INFO] [stdout] 79414 | | border-color: rgba(217.69350000000003, 226.3329, 236.20649999999998, var(--divide-opacity)); [INFO] [stdout] 79415 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79416 | divide_gray_2: "divide-gray-2", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79418:5 [INFO] [stdout] | [INFO] [stdout] 79418 | / /** [INFO] [stdout] 79419 | | --divide-opacity: 1; [INFO] [stdout] 79420 | | border-color: hsl(210, 31%, 80%); [INFO] [stdout] 79421 | | border-color: rgba(188.19, 204, 219.81000000000003, var(--divide-opacity)); [INFO] [stdout] 79422 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79423 | divide_gray_3: "divide-gray-3", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79425:5 [INFO] [stdout] | [INFO] [stdout] 79425 | / /** [INFO] [stdout] 79426 | | --divide-opacity: 1; [INFO] [stdout] 79427 | | border-color: hsl(211, 27%, 70%); [INFO] [stdout] 79428 | | border-color: rgba(157.845, 177.81149999999997, 199.15499999999997, var(--divide-opacity)); [INFO] [stdout] 79429 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79430 | divide_gray_4: "divide-gray-4", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79432:5 [INFO] [stdout] | [INFO] [stdout] 79432 | / /** [INFO] [stdout] 79433 | | --divide-opacity: 1; [INFO] [stdout] 79434 | | border-color: hsl(209, 23%, 60%); [INFO] [stdout] 79435 | | border-color: rgba(129.54, 153.78199999999995, 176.45999999999998, var(--divide-opacity)); [INFO] [stdout] 79436 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79437 | divide_gray_5: "divide-gray-5", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79439:5 [INFO] [stdout] | [INFO] [stdout] 79439 | / /** [INFO] [stdout] 79440 | | --divide-opacity: 1; [INFO] [stdout] 79441 | | border-color: hsl(210, 22%, 49%); [INFO] [stdout] 79442 | | border-color: rgba(97.461, 124.94999999999997, 152.439, var(--divide-opacity)); [INFO] [stdout] 79443 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79444 | divide_gray_6: "divide-gray-6", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79446:5 [INFO] [stdout] | [INFO] [stdout] 79446 | / /** [INFO] [stdout] 79447 | | --divide-opacity: 1; [INFO] [stdout] 79448 | | border-color: hsl(209, 28%, 39%); [INFO] [stdout] 79449 | | border-color: rgba(71.604, 100.37819999999996, 127.296, var(--divide-opacity)); [INFO] [stdout] 79450 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79451 | divide_gray_7: "divide-gray-7", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79453:5 [INFO] [stdout] | [INFO] [stdout] 79453 | / /** [INFO] [stdout] 79454 | | --divide-opacity: 1; [INFO] [stdout] 79455 | | border-color: hsl(209, 34%, 30%); [INFO] [stdout] 79456 | | border-color: rgba(50.48999999999999, 77.36699999999998, 102.51, var(--divide-opacity)); [INFO] [stdout] 79457 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79458 | divide_gray_8: "divide-gray-8", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79460:5 [INFO] [stdout] | [INFO] [stdout] 79460 | / /** [INFO] [stdout] 79461 | | --divide-opacity: 1; [INFO] [stdout] 79462 | | border-color: hsl(211, 39%, 23%); [INFO] [stdout] 79463 | | border-color: rgba(35.77649999999999, 57.88754999999998, 81.52350000000001, var(--divide-opacity)); [INFO] [stdout] 79464 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79465 | divide_gray_9: "divide-gray-9", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79467:5 [INFO] [stdout] | [INFO] [stdout] 79467 | / /** [INFO] [stdout] 79468 | | --divide-opacity: 1; [INFO] [stdout] 79469 | | border-color: hsl(209, 61%, 16%); [INFO] [stdout] 79470 | | border-color: rgba(15.912000000000003, 41.629599999999975, 65.688, var(--divide-opacity)); [INFO] [stdout] 79471 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79472 | divide_gray_10: "divide-gray-10", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79474:5 [INFO] [stdout] | [INFO] [stdout] 79474 | / /** [INFO] [stdout] 79475 | | --divide-opacity: 1; [INFO] [stdout] 79476 | | border-color: hsl(205, 79%, 92%); [INFO] [stdout] 79477 | | border-color: rgba(218.48400000000007, 237.286, 250.71599999999995, var(--divide-opacity)); [INFO] [stdout] 79478 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79479 | divide_blue_1: "divide-blue-1", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79481:5 [INFO] [stdout] | [INFO] [stdout] 79481 | / /** [INFO] [stdout] 79482 | | --divide-opacity: 1; [INFO] [stdout] 79483 | | border-color: hsl(205, 97%, 85%); [INFO] [stdout] 79484 | | border-color: rgba(179.64750000000004, 222.93375, 253.85249999999996, var(--divide-opacity)); [INFO] [stdout] 79485 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79486 | divide_blue_2: "divide-blue-2", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79488:5 [INFO] [stdout] | [INFO] [stdout] 79488 | / /** [INFO] [stdout] 79489 | | --divide-opacity: 1; [INFO] [stdout] 79490 | | border-color: hsl(205, 84%, 74%); [INFO] [stdout] 79491 | | border-color: rgba(133.00799999999995, 197.982, 244.39200000000002, var(--divide-opacity)); [INFO] [stdout] 79492 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79493 | divide_blue_3: "divide-blue-3", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79495:5 [INFO] [stdout] | [INFO] [stdout] 79495 | / /** [INFO] [stdout] 79496 | | --divide-opacity: 1; [INFO] [stdout] 79497 | | border-color: hsl(205, 74%, 65%); [INFO] [stdout] 79498 | | border-color: rgba(99.70499999999997, 176.75750000000002, 231.79500000000004, var(--divide-opacity)); [INFO] [stdout] 79499 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79500 | divide_blue_4: "divide-blue-4", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79502:5 [INFO] [stdout] | [INFO] [stdout] 79502 | / /** [INFO] [stdout] 79503 | | --divide-opacity: 1; [INFO] [stdout] 79504 | | border-color: hsl(205, 65%, 55%); [INFO] [stdout] 79505 | | border-color: rgba(65.6625, 152.68125, 214.83750000000003, var(--divide-opacity)); [INFO] [stdout] 79506 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79507 | divide_blue_5: "divide-blue-5", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79509:5 [INFO] [stdout] | [INFO] [stdout] 79509 | / /** [INFO] [stdout] 79510 | | --divide-opacity: 1; [INFO] [stdout] 79511 | | border-color: hsl(205, 67%, 45%); [INFO] [stdout] 79512 | | border-color: rgba(37.86750000000002, 127.56375, 191.6325, var(--divide-opacity)); [INFO] [stdout] 79513 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79514 | divide_blue_6: "divide-blue-6", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79516:5 [INFO] [stdout] | [INFO] [stdout] 79516 | / /** [INFO] [stdout] 79517 | | --divide-opacity: 1; [INFO] [stdout] 79518 | | border-color: hsl(205, 76%, 39%); [INFO] [stdout] 79519 | | border-color: rgba(23.868000000000006, 112.047, 175.032, var(--divide-opacity)); [INFO] [stdout] 79520 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79521 | divide_blue_7: "divide-blue-7", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79523:5 [INFO] [stdout] | [INFO] [stdout] 79523 | / /** [INFO] [stdout] 79524 | | --divide-opacity: 1; [INFO] [stdout] 79525 | | border-color: hsl(205, 82%, 33%); [INFO] [stdout] 79526 | | border-color: rgba(15.147000000000002, 95.6505, 153.15300000000002, var(--divide-opacity)); [INFO] [stdout] 79527 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79528 | divide_blue_8: "divide-blue-8", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79530:5 [INFO] [stdout] | [INFO] [stdout] 79530 | / /** [INFO] [stdout] 79531 | | --divide-opacity: 1; [INFO] [stdout] 79532 | | border-color: hsl(205, 87%, 29%); [INFO] [stdout] 79533 | | border-color: rgba(9.61349999999999, 84.67275, 138.2865, var(--divide-opacity)); [INFO] [stdout] 79534 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79535 | divide_blue_9: "divide-blue-9", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79537:5 [INFO] [stdout] | [INFO] [stdout] 79537 | / /** [INFO] [stdout] 79538 | | --divide-opacity: 1; [INFO] [stdout] 79539 | | border-color: hsl(205, 100%, 21%); [INFO] [stdout] 79540 | | border-color: rgba(0, 62.47499999999999, 107.1, var(--divide-opacity)); [INFO] [stdout] 79541 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79542 | divide_blue_10: "divide-blue-10", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79544:5 [INFO] [stdout] | [INFO] [stdout] 79544 | / /** [INFO] [stdout] 79545 | | --divide-opacity: 1; [INFO] [stdout] 79546 | | border-color: hsl(49, 100%, 96%); [INFO] [stdout] 79547 | | border-color: rgba(255, 251.26, 234.6, var(--divide-opacity)); [INFO] [stdout] 79548 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79549 | divide_yellow_1: "divide-yellow-1", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79551:5 [INFO] [stdout] | [INFO] [stdout] 79551 | / /** [INFO] [stdout] 79552 | | --divide-opacity: 1; [INFO] [stdout] 79553 | | border-color: hsl(48, 100%, 88%); [INFO] [stdout] 79554 | | border-color: rgba(254.99999999999997, 242.76, 193.80000000000004, var(--divide-opacity)); [INFO] [stdout] 79555 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79556 | divide_yellow_2: "divide-yellow-2", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79558:5 [INFO] [stdout] | [INFO] [stdout] 79558 | / /** [INFO] [stdout] 79559 | | --divide-opacity: 1; [INFO] [stdout] 79560 | | border-color: hsl(48, 95%, 76%); [INFO] [stdout] 79561 | | border-color: rgba(251.94, 228.684, 135.66, var(--divide-opacity)); [INFO] [stdout] 79562 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79563 | divide_yellow_3: "divide-yellow-3", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79565:5 [INFO] [stdout] | [INFO] [stdout] 79565 | / /** [INFO] [stdout] 79566 | | --divide-opacity: 1; [INFO] [stdout] 79567 | | border-color: hsl(48, 94%, 68%); [INFO] [stdout] 79568 | | border-color: rgba(250.10400000000004, 219.42240000000004, 96.696, var(--divide-opacity)); [INFO] [stdout] 79569 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79570 | divide_yellow_4: "divide-yellow-4", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79572:5 [INFO] [stdout] | [INFO] [stdout] 79572 | / /** [INFO] [stdout] 79573 | | --divide-opacity: 1; [INFO] [stdout] 79574 | | border-color: hsl(44, 92%, 63%); [INFO] [stdout] 79575 | | border-color: rgba(247.452, 201.15760000000003, 73.848, var(--divide-opacity)); [INFO] [stdout] 79576 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79577 | divide_yellow_5: "divide-yellow-5", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79579:5 [INFO] [stdout] | [INFO] [stdout] 79579 | / /** [INFO] [stdout] 79580 | | --divide-opacity: 1; [INFO] [stdout] 79581 | | border-color: hsl(42, 87%, 55%); [INFO] [stdout] 79582 | | border-color: rgba(240.08249999999998, 180.183, 40.41750000000005, var(--divide-opacity)); [INFO] [stdout] 79583 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79584 | divide_yellow_6: "divide-yellow-6", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79586:5 [INFO] [stdout] | [INFO] [stdout] 79586 | / /** [INFO] [stdout] 79587 | | --divide-opacity: 1; [INFO] [stdout] 79588 | | border-color: hsl(36, 77%, 49%); [INFO] [stdout] 79589 | | border-color: rgba(221.1615, 144.19230000000002, 28.738500000000005, var(--divide-opacity)); [INFO] [stdout] 79590 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79591 | divide_yellow_7: "divide-yellow-7", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79593:5 [INFO] [stdout] | [INFO] [stdout] 79593 | / /** [INFO] [stdout] 79594 | | --divide-opacity: 1; [INFO] [stdout] 79595 | | border-color: hsl(29, 80%, 44%); [INFO] [stdout] 79596 | | border-color: rgba(201.96, 109.208, 22.43999999999999, var(--divide-opacity)); [INFO] [stdout] 79597 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79598 | divide_yellow_8: "divide-yellow-8", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79600:5 [INFO] [stdout] | [INFO] [stdout] 79600 | / /** [INFO] [stdout] 79601 | | --divide-opacity: 1; [INFO] [stdout] 79602 | | border-color: hsl(22, 82%, 39%); [INFO] [stdout] 79603 | | border-color: rgba(180.999, 77.7036, 17.90100000000001, var(--divide-opacity)); [INFO] [stdout] 79604 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79605 | divide_yellow_9: "divide-yellow-9", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79607:5 [INFO] [stdout] | [INFO] [stdout] 79607 | / /** [INFO] [stdout] 79608 | | --divide-opacity: 1; [INFO] [stdout] 79609 | | border-color: hsl(15, 86%, 30%); [INFO] [stdout] 79610 | | border-color: rgba(142.29, 43.605, 10.71000000000001, var(--divide-opacity)); [INFO] [stdout] 79611 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79612 | divide_yellow_10: "divide-yellow-10", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79614:5 [INFO] [stdout] | [INFO] [stdout] 79614 | / /** [INFO] [stdout] 79615 | | border-style: solid; [INFO] [stdout] 79616 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79617 | divide_solid: "divide-solid", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79619:5 [INFO] [stdout] | [INFO] [stdout] 79619 | / /** [INFO] [stdout] 79620 | | border-style: dashed; [INFO] [stdout] 79621 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79622 | divide_dashed: "divide-dashed", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79624:5 [INFO] [stdout] | [INFO] [stdout] 79624 | / /** [INFO] [stdout] 79625 | | border-style: dotted; [INFO] [stdout] 79626 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79627 | divide_dotted: "divide-dotted", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79629:5 [INFO] [stdout] | [INFO] [stdout] 79629 | / /** [INFO] [stdout] 79630 | | border-style: double; [INFO] [stdout] 79631 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79632 | divide_double: "divide-double", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79634:5 [INFO] [stdout] | [INFO] [stdout] 79634 | / /** [INFO] [stdout] 79635 | | border-style: none; [INFO] [stdout] 79636 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79637 | divide_none: "divide-none", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79639:5 [INFO] [stdout] | [INFO] [stdout] 79639 | / /** [INFO] [stdout] 79640 | | --divide-opacity: 0; [INFO] [stdout] 79641 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79642 | divide_opacity_0: "divide-opacity-0", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79644:5 [INFO] [stdout] | [INFO] [stdout] 79644 | / /** [INFO] [stdout] 79645 | | --divide-opacity: 0.1px; [INFO] [stdout] 79646 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79647 | divide_opacity_10: "divide-opacity-10", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79649:5 [INFO] [stdout] | [INFO] [stdout] 79649 | / /** [INFO] [stdout] 79650 | | --divide-opacity: 0.2px; [INFO] [stdout] 79651 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79652 | divide_opacity_20: "divide-opacity-20", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79654:5 [INFO] [stdout] | [INFO] [stdout] 79654 | / /** [INFO] [stdout] 79655 | | --divide-opacity: 0.3px; [INFO] [stdout] 79656 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79657 | divide_opacity_30: "divide-opacity-30", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79659:5 [INFO] [stdout] | [INFO] [stdout] 79659 | / /** [INFO] [stdout] 79660 | | --divide-opacity: 0.4px; [INFO] [stdout] 79661 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79662 | divide_opacity_40: "divide-opacity-40", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79664:5 [INFO] [stdout] | [INFO] [stdout] 79664 | / /** [INFO] [stdout] 79665 | | --divide-opacity: 0.5px; [INFO] [stdout] 79666 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79667 | divide_opacity_50: "divide-opacity-50", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79669:5 [INFO] [stdout] | [INFO] [stdout] 79669 | / /** [INFO] [stdout] 79670 | | --divide-opacity: 0.6px; [INFO] [stdout] 79671 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79672 | divide_opacity_60: "divide-opacity-60", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79674:5 [INFO] [stdout] | [INFO] [stdout] 79674 | / /** [INFO] [stdout] 79675 | | --divide-opacity: 0.7px; [INFO] [stdout] 79676 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79677 | divide_opacity_70: "divide-opacity-70", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79679:5 [INFO] [stdout] | [INFO] [stdout] 79679 | / /** [INFO] [stdout] 79680 | | --divide-opacity: 0.8px; [INFO] [stdout] 79681 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79682 | divide_opacity_80: "divide-opacity-80", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79684:5 [INFO] [stdout] | [INFO] [stdout] 79684 | / /** [INFO] [stdout] 79685 | | --divide-opacity: 0.9px; [INFO] [stdout] 79686 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79687 | divide_opacity_90: "divide-opacity-90", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79689:5 [INFO] [stdout] | [INFO] [stdout] 79689 | / /** [INFO] [stdout] 79690 | | --divide-opacity: 1px; [INFO] [stdout] 79691 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79692 | divide_opacity_100: "divide-opacity-100", [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79694:5 [INFO] [stdout] | [INFO] [stdout] 79694 | / /** [INFO] [stdout] 79695 | | position: absolute; [INFO] [stdout] 79696 | | width: 1px; [INFO] [stdout] 79697 | | height: 1px; [INFO] [stdout] ... | [INFO] [stdout] 79703 | | border-width: 0; [INFO] [stdout] 79704 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79705 | sr_only: "sr-only", [INFO] [stdout] | ------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79707:5 [INFO] [stdout] | [INFO] [stdout] 79707 | / /** [INFO] [stdout] 79708 | | position: static; [INFO] [stdout] 79709 | | width: auto; [INFO] [stdout] 79710 | | height: auto; [INFO] [stdout] ... | [INFO] [stdout] 79715 | | white-space: normal; [INFO] [stdout] 79716 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79717 | not_sr_only: "not-sr-only", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79719:5 [INFO] [stdout] | [INFO] [stdout] 79719 | / /** [INFO] [stdout] 79720 | | position: absolute; [INFO] [stdout] 79721 | | width: 1px; [INFO] [stdout] 79722 | | height: 1px; [INFO] [stdout] ... | [INFO] [stdout] 79728 | | border-width: 0; [INFO] [stdout] 79729 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79730 | focus__sr_only: "focus:sr-only", [INFO] [stdout] | ------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79732:5 [INFO] [stdout] | [INFO] [stdout] 79732 | / /** [INFO] [stdout] 79733 | | position: static; [INFO] [stdout] 79734 | | width: auto; [INFO] [stdout] 79735 | | height: auto; [INFO] [stdout] ... | [INFO] [stdout] 79740 | | white-space: normal; [INFO] [stdout] 79741 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79742 | focus__not_sr_only: "focus:not-sr-only", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79744:5 [INFO] [stdout] | [INFO] [stdout] 79744 | / /** [INFO] [stdout] 79745 | | appearance: none; [INFO] [stdout] 79746 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79747 | appearance_none: "appearance-none", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79749:5 [INFO] [stdout] | [INFO] [stdout] 79749 | / /** [INFO] [stdout] 79750 | | background-attachment: fixed; [INFO] [stdout] 79751 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79752 | bg_fixed: "bg-fixed", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79754:5 [INFO] [stdout] | [INFO] [stdout] 79754 | / /** [INFO] [stdout] 79755 | | background-attachment: local; [INFO] [stdout] 79756 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79757 | bg_local: "bg-local", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79759:5 [INFO] [stdout] | [INFO] [stdout] 79759 | / /** [INFO] [stdout] 79760 | | background-attachment: scroll; [INFO] [stdout] 79761 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79762 | bg_scroll: "bg-scroll", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79764:5 [INFO] [stdout] | [INFO] [stdout] 79764 | / /** [INFO] [stdout] 79765 | | background-clip: border-box; [INFO] [stdout] 79766 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79767 | bg_clip_border: "bg-clip-border", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79769:5 [INFO] [stdout] | [INFO] [stdout] 79769 | / /** [INFO] [stdout] 79770 | | background-clip: padding-box; [INFO] [stdout] 79771 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79772 | bg_clip_padding: "bg-clip-padding", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79774:5 [INFO] [stdout] | [INFO] [stdout] 79774 | / /** [INFO] [stdout] 79775 | | background-clip: content-box; [INFO] [stdout] 79776 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79777 | bg_clip_content: "bg-clip-content", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79779:5 [INFO] [stdout] | [INFO] [stdout] 79779 | / /** [INFO] [stdout] 79780 | | background-clip: text; [INFO] [stdout] 79781 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79782 | bg_clip_text: "bg-clip-text", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79784:5 [INFO] [stdout] | [INFO] [stdout] 79784 | / /** [INFO] [stdout] 79785 | | --bg-opacity: 1; [INFO] [stdout] 79786 | | background-color: #000; [INFO] [stdout] 79787 | | background-color: rgba(0, 0, 0, var(--bg-opacity)); [INFO] [stdout] 79788 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79789 | bg_black: "bg-black", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79791:5 [INFO] [stdout] | [INFO] [stdout] 79791 | / /** [INFO] [stdout] 79792 | | --bg-opacity: 1; [INFO] [stdout] 79793 | | background-color: hsl(210, 36%, 96%); [INFO] [stdout] 79794 | | background-color: rgba(241.128, 244.79999999999998, 248.47199999999998, var(--bg-opacity)); [INFO] [stdout] 79795 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79796 | bg_gray_1: "bg-gray-1", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79798:5 [INFO] [stdout] | [INFO] [stdout] 79798 | / /** [INFO] [stdout] 79799 | | --bg-opacity: 1; [INFO] [stdout] 79800 | | background-color: hsl(212, 33%, 89%); [INFO] [stdout] 79801 | | background-color: rgba(217.69350000000003, 226.3329, 236.20649999999998, var(--bg-opacity)); [INFO] [stdout] 79802 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79803 | bg_gray_2: "bg-gray-2", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79805:5 [INFO] [stdout] | [INFO] [stdout] 79805 | / /** [INFO] [stdout] 79806 | | --bg-opacity: 1; [INFO] [stdout] 79807 | | background-color: hsl(210, 31%, 80%); [INFO] [stdout] 79808 | | background-color: rgba(188.19, 204, 219.81000000000003, var(--bg-opacity)); [INFO] [stdout] 79809 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79810 | bg_gray_3: "bg-gray-3", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79812:5 [INFO] [stdout] | [INFO] [stdout] 79812 | / /** [INFO] [stdout] 79813 | | --bg-opacity: 1; [INFO] [stdout] 79814 | | background-color: hsl(211, 27%, 70%); [INFO] [stdout] 79815 | | background-color: rgba(157.845, 177.81149999999997, 199.15499999999997, var(--bg-opacity)); [INFO] [stdout] 79816 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79817 | bg_gray_4: "bg-gray-4", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79819:5 [INFO] [stdout] | [INFO] [stdout] 79819 | / /** [INFO] [stdout] 79820 | | --bg-opacity: 1; [INFO] [stdout] 79821 | | background-color: hsl(209, 23%, 60%); [INFO] [stdout] 79822 | | background-color: rgba(129.54, 153.78199999999995, 176.45999999999998, var(--bg-opacity)); [INFO] [stdout] 79823 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79824 | bg_gray_5: "bg-gray-5", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79826:5 [INFO] [stdout] | [INFO] [stdout] 79826 | / /** [INFO] [stdout] 79827 | | --bg-opacity: 1; [INFO] [stdout] 79828 | | background-color: hsl(210, 22%, 49%); [INFO] [stdout] 79829 | | background-color: rgba(97.461, 124.94999999999997, 152.439, var(--bg-opacity)); [INFO] [stdout] 79830 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79831 | bg_gray_6: "bg-gray-6", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79833:5 [INFO] [stdout] | [INFO] [stdout] 79833 | / /** [INFO] [stdout] 79834 | | --bg-opacity: 1; [INFO] [stdout] 79835 | | background-color: hsl(209, 28%, 39%); [INFO] [stdout] 79836 | | background-color: rgba(71.604, 100.37819999999996, 127.296, var(--bg-opacity)); [INFO] [stdout] 79837 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79838 | bg_gray_7: "bg-gray-7", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79840:5 [INFO] [stdout] | [INFO] [stdout] 79840 | / /** [INFO] [stdout] 79841 | | --bg-opacity: 1; [INFO] [stdout] 79842 | | background-color: hsl(209, 34%, 30%); [INFO] [stdout] 79843 | | background-color: rgba(50.48999999999999, 77.36699999999998, 102.51, var(--bg-opacity)); [INFO] [stdout] 79844 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79845 | bg_gray_8: "bg-gray-8", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79847:5 [INFO] [stdout] | [INFO] [stdout] 79847 | / /** [INFO] [stdout] 79848 | | --bg-opacity: 1; [INFO] [stdout] 79849 | | background-color: hsl(211, 39%, 23%); [INFO] [stdout] 79850 | | background-color: rgba(35.77649999999999, 57.88754999999998, 81.52350000000001, var(--bg-opacity)); [INFO] [stdout] 79851 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79852 | bg_gray_9: "bg-gray-9", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79854:5 [INFO] [stdout] | [INFO] [stdout] 79854 | / /** [INFO] [stdout] 79855 | | --bg-opacity: 1; [INFO] [stdout] 79856 | | background-color: hsl(209, 61%, 16%); [INFO] [stdout] 79857 | | background-color: rgba(15.912000000000003, 41.629599999999975, 65.688, var(--bg-opacity)); [INFO] [stdout] 79858 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79859 | bg_gray_10: "bg-gray-10", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79861:5 [INFO] [stdout] | [INFO] [stdout] 79861 | / /** [INFO] [stdout] 79862 | | --bg-opacity: 1; [INFO] [stdout] 79863 | | background-color: hsl(205, 79%, 92%); [INFO] [stdout] 79864 | | background-color: rgba(218.48400000000007, 237.286, 250.71599999999995, var(--bg-opacity)); [INFO] [stdout] 79865 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79866 | bg_blue_1: "bg-blue-1", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79868:5 [INFO] [stdout] | [INFO] [stdout] 79868 | / /** [INFO] [stdout] 79869 | | --bg-opacity: 1; [INFO] [stdout] 79870 | | background-color: hsl(205, 97%, 85%); [INFO] [stdout] 79871 | | background-color: rgba(179.64750000000004, 222.93375, 253.85249999999996, var(--bg-opacity)); [INFO] [stdout] 79872 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79873 | bg_blue_2: "bg-blue-2", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79875:5 [INFO] [stdout] | [INFO] [stdout] 79875 | / /** [INFO] [stdout] 79876 | | --bg-opacity: 1; [INFO] [stdout] 79877 | | background-color: hsl(205, 84%, 74%); [INFO] [stdout] 79878 | | background-color: rgba(133.00799999999995, 197.982, 244.39200000000002, var(--bg-opacity)); [INFO] [stdout] 79879 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79880 | bg_blue_3: "bg-blue-3", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79882:5 [INFO] [stdout] | [INFO] [stdout] 79882 | / /** [INFO] [stdout] 79883 | | --bg-opacity: 1; [INFO] [stdout] 79884 | | background-color: hsl(205, 74%, 65%); [INFO] [stdout] 79885 | | background-color: rgba(99.70499999999997, 176.75750000000002, 231.79500000000004, var(--bg-opacity)); [INFO] [stdout] 79886 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79887 | bg_blue_4: "bg-blue-4", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79889:5 [INFO] [stdout] | [INFO] [stdout] 79889 | / /** [INFO] [stdout] 79890 | | --bg-opacity: 1; [INFO] [stdout] 79891 | | background-color: hsl(205, 65%, 55%); [INFO] [stdout] 79892 | | background-color: rgba(65.6625, 152.68125, 214.83750000000003, var(--bg-opacity)); [INFO] [stdout] 79893 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79894 | bg_blue_5: "bg-blue-5", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79896:5 [INFO] [stdout] | [INFO] [stdout] 79896 | / /** [INFO] [stdout] 79897 | | --bg-opacity: 1; [INFO] [stdout] 79898 | | background-color: hsl(205, 67%, 45%); [INFO] [stdout] 79899 | | background-color: rgba(37.86750000000002, 127.56375, 191.6325, var(--bg-opacity)); [INFO] [stdout] 79900 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79901 | bg_blue_6: "bg-blue-6", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79903:5 [INFO] [stdout] | [INFO] [stdout] 79903 | / /** [INFO] [stdout] 79904 | | --bg-opacity: 1; [INFO] [stdout] 79905 | | background-color: hsl(205, 76%, 39%); [INFO] [stdout] 79906 | | background-color: rgba(23.868000000000006, 112.047, 175.032, var(--bg-opacity)); [INFO] [stdout] 79907 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79908 | bg_blue_7: "bg-blue-7", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79910:5 [INFO] [stdout] | [INFO] [stdout] 79910 | / /** [INFO] [stdout] 79911 | | --bg-opacity: 1; [INFO] [stdout] 79912 | | background-color: hsl(205, 82%, 33%); [INFO] [stdout] 79913 | | background-color: rgba(15.147000000000002, 95.6505, 153.15300000000002, var(--bg-opacity)); [INFO] [stdout] 79914 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79915 | bg_blue_8: "bg-blue-8", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79917:5 [INFO] [stdout] | [INFO] [stdout] 79917 | / /** [INFO] [stdout] 79918 | | --bg-opacity: 1; [INFO] [stdout] 79919 | | background-color: hsl(205, 87%, 29%); [INFO] [stdout] 79920 | | background-color: rgba(9.61349999999999, 84.67275, 138.2865, var(--bg-opacity)); [INFO] [stdout] 79921 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79922 | bg_blue_9: "bg-blue-9", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79924:5 [INFO] [stdout] | [INFO] [stdout] 79924 | / /** [INFO] [stdout] 79925 | | --bg-opacity: 1; [INFO] [stdout] 79926 | | background-color: hsl(205, 100%, 21%); [INFO] [stdout] 79927 | | background-color: rgba(0, 62.47499999999999, 107.1, var(--bg-opacity)); [INFO] [stdout] 79928 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79929 | bg_blue_10: "bg-blue-10", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79931:5 [INFO] [stdout] | [INFO] [stdout] 79931 | / /** [INFO] [stdout] 79932 | | --bg-opacity: 1; [INFO] [stdout] 79933 | | background-color: hsl(49, 100%, 96%); [INFO] [stdout] 79934 | | background-color: rgba(255, 251.26, 234.6, var(--bg-opacity)); [INFO] [stdout] 79935 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79936 | bg_yellow_1: "bg-yellow-1", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79938:5 [INFO] [stdout] | [INFO] [stdout] 79938 | / /** [INFO] [stdout] 79939 | | --bg-opacity: 1; [INFO] [stdout] 79940 | | background-color: hsl(48, 100%, 88%); [INFO] [stdout] 79941 | | background-color: rgba(254.99999999999997, 242.76, 193.80000000000004, var(--bg-opacity)); [INFO] [stdout] 79942 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79943 | bg_yellow_2: "bg-yellow-2", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79945:5 [INFO] [stdout] | [INFO] [stdout] 79945 | / /** [INFO] [stdout] 79946 | | --bg-opacity: 1; [INFO] [stdout] 79947 | | background-color: hsl(48, 95%, 76%); [INFO] [stdout] 79948 | | background-color: rgba(251.94, 228.684, 135.66, var(--bg-opacity)); [INFO] [stdout] 79949 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79950 | bg_yellow_3: "bg-yellow-3", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79952:5 [INFO] [stdout] | [INFO] [stdout] 79952 | / /** [INFO] [stdout] 79953 | | --bg-opacity: 1; [INFO] [stdout] 79954 | | background-color: hsl(48, 94%, 68%); [INFO] [stdout] 79955 | | background-color: rgba(250.10400000000004, 219.42240000000004, 96.696, var(--bg-opacity)); [INFO] [stdout] 79956 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79957 | bg_yellow_4: "bg-yellow-4", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79959:5 [INFO] [stdout] | [INFO] [stdout] 79959 | / /** [INFO] [stdout] 79960 | | --bg-opacity: 1; [INFO] [stdout] 79961 | | background-color: hsl(44, 92%, 63%); [INFO] [stdout] 79962 | | background-color: rgba(247.452, 201.15760000000003, 73.848, var(--bg-opacity)); [INFO] [stdout] 79963 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79964 | bg_yellow_5: "bg-yellow-5", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79966:5 [INFO] [stdout] | [INFO] [stdout] 79966 | / /** [INFO] [stdout] 79967 | | --bg-opacity: 1; [INFO] [stdout] 79968 | | background-color: hsl(42, 87%, 55%); [INFO] [stdout] 79969 | | background-color: rgba(240.08249999999998, 180.183, 40.41750000000005, var(--bg-opacity)); [INFO] [stdout] 79970 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79971 | bg_yellow_6: "bg-yellow-6", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79973:5 [INFO] [stdout] | [INFO] [stdout] 79973 | / /** [INFO] [stdout] 79974 | | --bg-opacity: 1; [INFO] [stdout] 79975 | | background-color: hsl(36, 77%, 49%); [INFO] [stdout] 79976 | | background-color: rgba(221.1615, 144.19230000000002, 28.738500000000005, var(--bg-opacity)); [INFO] [stdout] 79977 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79978 | bg_yellow_7: "bg-yellow-7", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79980:5 [INFO] [stdout] | [INFO] [stdout] 79980 | / /** [INFO] [stdout] 79981 | | --bg-opacity: 1; [INFO] [stdout] 79982 | | background-color: hsl(29, 80%, 44%); [INFO] [stdout] 79983 | | background-color: rgba(201.96, 109.208, 22.43999999999999, var(--bg-opacity)); [INFO] [stdout] 79984 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79985 | bg_yellow_8: "bg-yellow-8", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79987:5 [INFO] [stdout] | [INFO] [stdout] 79987 | / /** [INFO] [stdout] 79988 | | --bg-opacity: 1; [INFO] [stdout] 79989 | | background-color: hsl(22, 82%, 39%); [INFO] [stdout] 79990 | | background-color: rgba(180.999, 77.7036, 17.90100000000001, var(--bg-opacity)); [INFO] [stdout] 79991 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79992 | bg_yellow_9: "bg-yellow-9", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:79994:5 [INFO] [stdout] | [INFO] [stdout] 79994 | / /** [INFO] [stdout] 79995 | | --bg-opacity: 1; [INFO] [stdout] 79996 | | background-color: hsl(15, 86%, 30%); [INFO] [stdout] 79997 | | background-color: rgba(142.29, 43.605, 10.71000000000001, var(--bg-opacity)); [INFO] [stdout] 79998 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 79999 | bg_yellow_10: "bg-yellow-10", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80001:5 [INFO] [stdout] | [INFO] [stdout] 80001 | / /** [INFO] [stdout] 80002 | | --bg-opacity: 1; [INFO] [stdout] 80003 | | background-color: #000; [INFO] [stdout] 80004 | | background-color: rgba(0, 0, 0, var(--bg-opacity)); [INFO] [stdout] 80005 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80006 | hover__bg_black: "hover:bg-black", [INFO] [stdout] | --------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80008:5 [INFO] [stdout] | [INFO] [stdout] 80008 | / /** [INFO] [stdout] 80009 | | --bg-opacity: 1; [INFO] [stdout] 80010 | | background-color: hsl(210, 36%, 96%); [INFO] [stdout] 80011 | | background-color: rgba(241.128, 244.79999999999998, 248.47199999999998, var(--bg-opacity)); [INFO] [stdout] 80012 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80013 | hover__bg_gray_1: "hover:bg-gray-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80015:5 [INFO] [stdout] | [INFO] [stdout] 80015 | / /** [INFO] [stdout] 80016 | | --bg-opacity: 1; [INFO] [stdout] 80017 | | background-color: hsl(212, 33%, 89%); [INFO] [stdout] 80018 | | background-color: rgba(217.69350000000003, 226.3329, 236.20649999999998, var(--bg-opacity)); [INFO] [stdout] 80019 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80020 | hover__bg_gray_2: "hover:bg-gray-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80022:5 [INFO] [stdout] | [INFO] [stdout] 80022 | / /** [INFO] [stdout] 80023 | | --bg-opacity: 1; [INFO] [stdout] 80024 | | background-color: hsl(210, 31%, 80%); [INFO] [stdout] 80025 | | background-color: rgba(188.19, 204, 219.81000000000003, var(--bg-opacity)); [INFO] [stdout] 80026 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80027 | hover__bg_gray_3: "hover:bg-gray-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80029:5 [INFO] [stdout] | [INFO] [stdout] 80029 | / /** [INFO] [stdout] 80030 | | --bg-opacity: 1; [INFO] [stdout] 80031 | | background-color: hsl(211, 27%, 70%); [INFO] [stdout] 80032 | | background-color: rgba(157.845, 177.81149999999997, 199.15499999999997, var(--bg-opacity)); [INFO] [stdout] 80033 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80034 | hover__bg_gray_4: "hover:bg-gray-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80036:5 [INFO] [stdout] | [INFO] [stdout] 80036 | / /** [INFO] [stdout] 80037 | | --bg-opacity: 1; [INFO] [stdout] 80038 | | background-color: hsl(209, 23%, 60%); [INFO] [stdout] 80039 | | background-color: rgba(129.54, 153.78199999999995, 176.45999999999998, var(--bg-opacity)); [INFO] [stdout] 80040 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80041 | hover__bg_gray_5: "hover:bg-gray-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80043:5 [INFO] [stdout] | [INFO] [stdout] 80043 | / /** [INFO] [stdout] 80044 | | --bg-opacity: 1; [INFO] [stdout] 80045 | | background-color: hsl(210, 22%, 49%); [INFO] [stdout] 80046 | | background-color: rgba(97.461, 124.94999999999997, 152.439, var(--bg-opacity)); [INFO] [stdout] 80047 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80048 | hover__bg_gray_6: "hover:bg-gray-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80050:5 [INFO] [stdout] | [INFO] [stdout] 80050 | / /** [INFO] [stdout] 80051 | | --bg-opacity: 1; [INFO] [stdout] 80052 | | background-color: hsl(209, 28%, 39%); [INFO] [stdout] 80053 | | background-color: rgba(71.604, 100.37819999999996, 127.296, var(--bg-opacity)); [INFO] [stdout] 80054 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80055 | hover__bg_gray_7: "hover:bg-gray-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80057:5 [INFO] [stdout] | [INFO] [stdout] 80057 | / /** [INFO] [stdout] 80058 | | --bg-opacity: 1; [INFO] [stdout] 80059 | | background-color: hsl(209, 34%, 30%); [INFO] [stdout] 80060 | | background-color: rgba(50.48999999999999, 77.36699999999998, 102.51, var(--bg-opacity)); [INFO] [stdout] 80061 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80062 | hover__bg_gray_8: "hover:bg-gray-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80064:5 [INFO] [stdout] | [INFO] [stdout] 80064 | / /** [INFO] [stdout] 80065 | | --bg-opacity: 1; [INFO] [stdout] 80066 | | background-color: hsl(211, 39%, 23%); [INFO] [stdout] 80067 | | background-color: rgba(35.77649999999999, 57.88754999999998, 81.52350000000001, var(--bg-opacity)); [INFO] [stdout] 80068 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80069 | hover__bg_gray_9: "hover:bg-gray-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80071:5 [INFO] [stdout] | [INFO] [stdout] 80071 | / /** [INFO] [stdout] 80072 | | --bg-opacity: 1; [INFO] [stdout] 80073 | | background-color: hsl(209, 61%, 16%); [INFO] [stdout] 80074 | | background-color: rgba(15.912000000000003, 41.629599999999975, 65.688, var(--bg-opacity)); [INFO] [stdout] 80075 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80076 | hover__bg_gray_10: "hover:bg-gray-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80078:5 [INFO] [stdout] | [INFO] [stdout] 80078 | / /** [INFO] [stdout] 80079 | | --bg-opacity: 1; [INFO] [stdout] 80080 | | background-color: hsl(205, 79%, 92%); [INFO] [stdout] 80081 | | background-color: rgba(218.48400000000007, 237.286, 250.71599999999995, var(--bg-opacity)); [INFO] [stdout] 80082 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80083 | hover__bg_blue_1: "hover:bg-blue-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80085:5 [INFO] [stdout] | [INFO] [stdout] 80085 | / /** [INFO] [stdout] 80086 | | --bg-opacity: 1; [INFO] [stdout] 80087 | | background-color: hsl(205, 97%, 85%); [INFO] [stdout] 80088 | | background-color: rgba(179.64750000000004, 222.93375, 253.85249999999996, var(--bg-opacity)); [INFO] [stdout] 80089 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80090 | hover__bg_blue_2: "hover:bg-blue-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80092:5 [INFO] [stdout] | [INFO] [stdout] 80092 | / /** [INFO] [stdout] 80093 | | --bg-opacity: 1; [INFO] [stdout] 80094 | | background-color: hsl(205, 84%, 74%); [INFO] [stdout] 80095 | | background-color: rgba(133.00799999999995, 197.982, 244.39200000000002, var(--bg-opacity)); [INFO] [stdout] 80096 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80097 | hover__bg_blue_3: "hover:bg-blue-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80099:5 [INFO] [stdout] | [INFO] [stdout] 80099 | / /** [INFO] [stdout] 80100 | | --bg-opacity: 1; [INFO] [stdout] 80101 | | background-color: hsl(205, 74%, 65%); [INFO] [stdout] 80102 | | background-color: rgba(99.70499999999997, 176.75750000000002, 231.79500000000004, var(--bg-opacity)); [INFO] [stdout] 80103 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80104 | hover__bg_blue_4: "hover:bg-blue-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80106:5 [INFO] [stdout] | [INFO] [stdout] 80106 | / /** [INFO] [stdout] 80107 | | --bg-opacity: 1; [INFO] [stdout] 80108 | | background-color: hsl(205, 65%, 55%); [INFO] [stdout] 80109 | | background-color: rgba(65.6625, 152.68125, 214.83750000000003, var(--bg-opacity)); [INFO] [stdout] 80110 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80111 | hover__bg_blue_5: "hover:bg-blue-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80113:5 [INFO] [stdout] | [INFO] [stdout] 80113 | / /** [INFO] [stdout] 80114 | | --bg-opacity: 1; [INFO] [stdout] 80115 | | background-color: hsl(205, 67%, 45%); [INFO] [stdout] 80116 | | background-color: rgba(37.86750000000002, 127.56375, 191.6325, var(--bg-opacity)); [INFO] [stdout] 80117 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80118 | hover__bg_blue_6: "hover:bg-blue-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80120:5 [INFO] [stdout] | [INFO] [stdout] 80120 | / /** [INFO] [stdout] 80121 | | --bg-opacity: 1; [INFO] [stdout] 80122 | | background-color: hsl(205, 76%, 39%); [INFO] [stdout] 80123 | | background-color: rgba(23.868000000000006, 112.047, 175.032, var(--bg-opacity)); [INFO] [stdout] 80124 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80125 | hover__bg_blue_7: "hover:bg-blue-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80127:5 [INFO] [stdout] | [INFO] [stdout] 80127 | / /** [INFO] [stdout] 80128 | | --bg-opacity: 1; [INFO] [stdout] 80129 | | background-color: hsl(205, 82%, 33%); [INFO] [stdout] 80130 | | background-color: rgba(15.147000000000002, 95.6505, 153.15300000000002, var(--bg-opacity)); [INFO] [stdout] 80131 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80132 | hover__bg_blue_8: "hover:bg-blue-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80134:5 [INFO] [stdout] | [INFO] [stdout] 80134 | / /** [INFO] [stdout] 80135 | | --bg-opacity: 1; [INFO] [stdout] 80136 | | background-color: hsl(205, 87%, 29%); [INFO] [stdout] 80137 | | background-color: rgba(9.61349999999999, 84.67275, 138.2865, var(--bg-opacity)); [INFO] [stdout] 80138 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80139 | hover__bg_blue_9: "hover:bg-blue-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80141:5 [INFO] [stdout] | [INFO] [stdout] 80141 | / /** [INFO] [stdout] 80142 | | --bg-opacity: 1; [INFO] [stdout] 80143 | | background-color: hsl(205, 100%, 21%); [INFO] [stdout] 80144 | | background-color: rgba(0, 62.47499999999999, 107.1, var(--bg-opacity)); [INFO] [stdout] 80145 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80146 | hover__bg_blue_10: "hover:bg-blue-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80148:5 [INFO] [stdout] | [INFO] [stdout] 80148 | / /** [INFO] [stdout] 80149 | | --bg-opacity: 1; [INFO] [stdout] 80150 | | background-color: hsl(49, 100%, 96%); [INFO] [stdout] 80151 | | background-color: rgba(255, 251.26, 234.6, var(--bg-opacity)); [INFO] [stdout] 80152 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80153 | hover__bg_yellow_1: "hover:bg-yellow-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80155:5 [INFO] [stdout] | [INFO] [stdout] 80155 | / /** [INFO] [stdout] 80156 | | --bg-opacity: 1; [INFO] [stdout] 80157 | | background-color: hsl(48, 100%, 88%); [INFO] [stdout] 80158 | | background-color: rgba(254.99999999999997, 242.76, 193.80000000000004, var(--bg-opacity)); [INFO] [stdout] 80159 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80160 | hover__bg_yellow_2: "hover:bg-yellow-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80162:5 [INFO] [stdout] | [INFO] [stdout] 80162 | / /** [INFO] [stdout] 80163 | | --bg-opacity: 1; [INFO] [stdout] 80164 | | background-color: hsl(48, 95%, 76%); [INFO] [stdout] 80165 | | background-color: rgba(251.94, 228.684, 135.66, var(--bg-opacity)); [INFO] [stdout] 80166 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80167 | hover__bg_yellow_3: "hover:bg-yellow-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80169:5 [INFO] [stdout] | [INFO] [stdout] 80169 | / /** [INFO] [stdout] 80170 | | --bg-opacity: 1; [INFO] [stdout] 80171 | | background-color: hsl(48, 94%, 68%); [INFO] [stdout] 80172 | | background-color: rgba(250.10400000000004, 219.42240000000004, 96.696, var(--bg-opacity)); [INFO] [stdout] 80173 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80174 | hover__bg_yellow_4: "hover:bg-yellow-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80176:5 [INFO] [stdout] | [INFO] [stdout] 80176 | / /** [INFO] [stdout] 80177 | | --bg-opacity: 1; [INFO] [stdout] 80178 | | background-color: hsl(44, 92%, 63%); [INFO] [stdout] 80179 | | background-color: rgba(247.452, 201.15760000000003, 73.848, var(--bg-opacity)); [INFO] [stdout] 80180 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80181 | hover__bg_yellow_5: "hover:bg-yellow-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80183:5 [INFO] [stdout] | [INFO] [stdout] 80183 | / /** [INFO] [stdout] 80184 | | --bg-opacity: 1; [INFO] [stdout] 80185 | | background-color: hsl(42, 87%, 55%); [INFO] [stdout] 80186 | | background-color: rgba(240.08249999999998, 180.183, 40.41750000000005, var(--bg-opacity)); [INFO] [stdout] 80187 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80188 | hover__bg_yellow_6: "hover:bg-yellow-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80190:5 [INFO] [stdout] | [INFO] [stdout] 80190 | / /** [INFO] [stdout] 80191 | | --bg-opacity: 1; [INFO] [stdout] 80192 | | background-color: hsl(36, 77%, 49%); [INFO] [stdout] 80193 | | background-color: rgba(221.1615, 144.19230000000002, 28.738500000000005, var(--bg-opacity)); [INFO] [stdout] 80194 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80195 | hover__bg_yellow_7: "hover:bg-yellow-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80197:5 [INFO] [stdout] | [INFO] [stdout] 80197 | / /** [INFO] [stdout] 80198 | | --bg-opacity: 1; [INFO] [stdout] 80199 | | background-color: hsl(29, 80%, 44%); [INFO] [stdout] 80200 | | background-color: rgba(201.96, 109.208, 22.43999999999999, var(--bg-opacity)); [INFO] [stdout] 80201 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80202 | hover__bg_yellow_8: "hover:bg-yellow-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80204:5 [INFO] [stdout] | [INFO] [stdout] 80204 | / /** [INFO] [stdout] 80205 | | --bg-opacity: 1; [INFO] [stdout] 80206 | | background-color: hsl(22, 82%, 39%); [INFO] [stdout] 80207 | | background-color: rgba(180.999, 77.7036, 17.90100000000001, var(--bg-opacity)); [INFO] [stdout] 80208 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80209 | hover__bg_yellow_9: "hover:bg-yellow-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80211:5 [INFO] [stdout] | [INFO] [stdout] 80211 | / /** [INFO] [stdout] 80212 | | --bg-opacity: 1; [INFO] [stdout] 80213 | | background-color: hsl(15, 86%, 30%); [INFO] [stdout] 80214 | | background-color: rgba(142.29, 43.605, 10.71000000000001, var(--bg-opacity)); [INFO] [stdout] 80215 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80216 | hover__bg_yellow_10: "hover:bg-yellow-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80218:5 [INFO] [stdout] | [INFO] [stdout] 80218 | / /** [INFO] [stdout] 80219 | | --bg-opacity: 1; [INFO] [stdout] 80220 | | background-color: #000; [INFO] [stdout] 80221 | | background-color: rgba(0, 0, 0, var(--bg-opacity)); [INFO] [stdout] 80222 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80223 | focus__bg_black: "focus:bg-black", [INFO] [stdout] | --------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80225:5 [INFO] [stdout] | [INFO] [stdout] 80225 | / /** [INFO] [stdout] 80226 | | --bg-opacity: 1; [INFO] [stdout] 80227 | | background-color: hsl(210, 36%, 96%); [INFO] [stdout] 80228 | | background-color: rgba(241.128, 244.79999999999998, 248.47199999999998, var(--bg-opacity)); [INFO] [stdout] 80229 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80230 | focus__bg_gray_1: "focus:bg-gray-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80232:5 [INFO] [stdout] | [INFO] [stdout] 80232 | / /** [INFO] [stdout] 80233 | | --bg-opacity: 1; [INFO] [stdout] 80234 | | background-color: hsl(212, 33%, 89%); [INFO] [stdout] 80235 | | background-color: rgba(217.69350000000003, 226.3329, 236.20649999999998, var(--bg-opacity)); [INFO] [stdout] 80236 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80237 | focus__bg_gray_2: "focus:bg-gray-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80239:5 [INFO] [stdout] | [INFO] [stdout] 80239 | / /** [INFO] [stdout] 80240 | | --bg-opacity: 1; [INFO] [stdout] 80241 | | background-color: hsl(210, 31%, 80%); [INFO] [stdout] 80242 | | background-color: rgba(188.19, 204, 219.81000000000003, var(--bg-opacity)); [INFO] [stdout] 80243 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80244 | focus__bg_gray_3: "focus:bg-gray-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80246:5 [INFO] [stdout] | [INFO] [stdout] 80246 | / /** [INFO] [stdout] 80247 | | --bg-opacity: 1; [INFO] [stdout] 80248 | | background-color: hsl(211, 27%, 70%); [INFO] [stdout] 80249 | | background-color: rgba(157.845, 177.81149999999997, 199.15499999999997, var(--bg-opacity)); [INFO] [stdout] 80250 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80251 | focus__bg_gray_4: "focus:bg-gray-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80253:5 [INFO] [stdout] | [INFO] [stdout] 80253 | / /** [INFO] [stdout] 80254 | | --bg-opacity: 1; [INFO] [stdout] 80255 | | background-color: hsl(209, 23%, 60%); [INFO] [stdout] 80256 | | background-color: rgba(129.54, 153.78199999999995, 176.45999999999998, var(--bg-opacity)); [INFO] [stdout] 80257 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80258 | focus__bg_gray_5: "focus:bg-gray-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80260:5 [INFO] [stdout] | [INFO] [stdout] 80260 | / /** [INFO] [stdout] 80261 | | --bg-opacity: 1; [INFO] [stdout] 80262 | | background-color: hsl(210, 22%, 49%); [INFO] [stdout] 80263 | | background-color: rgba(97.461, 124.94999999999997, 152.439, var(--bg-opacity)); [INFO] [stdout] 80264 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80265 | focus__bg_gray_6: "focus:bg-gray-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80267:5 [INFO] [stdout] | [INFO] [stdout] 80267 | / /** [INFO] [stdout] 80268 | | --bg-opacity: 1; [INFO] [stdout] 80269 | | background-color: hsl(209, 28%, 39%); [INFO] [stdout] 80270 | | background-color: rgba(71.604, 100.37819999999996, 127.296, var(--bg-opacity)); [INFO] [stdout] 80271 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80272 | focus__bg_gray_7: "focus:bg-gray-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80274:5 [INFO] [stdout] | [INFO] [stdout] 80274 | / /** [INFO] [stdout] 80275 | | --bg-opacity: 1; [INFO] [stdout] 80276 | | background-color: hsl(209, 34%, 30%); [INFO] [stdout] 80277 | | background-color: rgba(50.48999999999999, 77.36699999999998, 102.51, var(--bg-opacity)); [INFO] [stdout] 80278 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80279 | focus__bg_gray_8: "focus:bg-gray-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80281:5 [INFO] [stdout] | [INFO] [stdout] 80281 | / /** [INFO] [stdout] 80282 | | --bg-opacity: 1; [INFO] [stdout] 80283 | | background-color: hsl(211, 39%, 23%); [INFO] [stdout] 80284 | | background-color: rgba(35.77649999999999, 57.88754999999998, 81.52350000000001, var(--bg-opacity)); [INFO] [stdout] 80285 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80286 | focus__bg_gray_9: "focus:bg-gray-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80288:5 [INFO] [stdout] | [INFO] [stdout] 80288 | / /** [INFO] [stdout] 80289 | | --bg-opacity: 1; [INFO] [stdout] 80290 | | background-color: hsl(209, 61%, 16%); [INFO] [stdout] 80291 | | background-color: rgba(15.912000000000003, 41.629599999999975, 65.688, var(--bg-opacity)); [INFO] [stdout] 80292 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80293 | focus__bg_gray_10: "focus:bg-gray-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80295:5 [INFO] [stdout] | [INFO] [stdout] 80295 | / /** [INFO] [stdout] 80296 | | --bg-opacity: 1; [INFO] [stdout] 80297 | | background-color: hsl(205, 79%, 92%); [INFO] [stdout] 80298 | | background-color: rgba(218.48400000000007, 237.286, 250.71599999999995, var(--bg-opacity)); [INFO] [stdout] 80299 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80300 | focus__bg_blue_1: "focus:bg-blue-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80302:5 [INFO] [stdout] | [INFO] [stdout] 80302 | / /** [INFO] [stdout] 80303 | | --bg-opacity: 1; [INFO] [stdout] 80304 | | background-color: hsl(205, 97%, 85%); [INFO] [stdout] 80305 | | background-color: rgba(179.64750000000004, 222.93375, 253.85249999999996, var(--bg-opacity)); [INFO] [stdout] 80306 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80307 | focus__bg_blue_2: "focus:bg-blue-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80309:5 [INFO] [stdout] | [INFO] [stdout] 80309 | / /** [INFO] [stdout] 80310 | | --bg-opacity: 1; [INFO] [stdout] 80311 | | background-color: hsl(205, 84%, 74%); [INFO] [stdout] 80312 | | background-color: rgba(133.00799999999995, 197.982, 244.39200000000002, var(--bg-opacity)); [INFO] [stdout] 80313 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80314 | focus__bg_blue_3: "focus:bg-blue-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80316:5 [INFO] [stdout] | [INFO] [stdout] 80316 | / /** [INFO] [stdout] 80317 | | --bg-opacity: 1; [INFO] [stdout] 80318 | | background-color: hsl(205, 74%, 65%); [INFO] [stdout] 80319 | | background-color: rgba(99.70499999999997, 176.75750000000002, 231.79500000000004, var(--bg-opacity)); [INFO] [stdout] 80320 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80321 | focus__bg_blue_4: "focus:bg-blue-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80323:5 [INFO] [stdout] | [INFO] [stdout] 80323 | / /** [INFO] [stdout] 80324 | | --bg-opacity: 1; [INFO] [stdout] 80325 | | background-color: hsl(205, 65%, 55%); [INFO] [stdout] 80326 | | background-color: rgba(65.6625, 152.68125, 214.83750000000003, var(--bg-opacity)); [INFO] [stdout] 80327 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80328 | focus__bg_blue_5: "focus:bg-blue-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80330:5 [INFO] [stdout] | [INFO] [stdout] 80330 | / /** [INFO] [stdout] 80331 | | --bg-opacity: 1; [INFO] [stdout] 80332 | | background-color: hsl(205, 67%, 45%); [INFO] [stdout] 80333 | | background-color: rgba(37.86750000000002, 127.56375, 191.6325, var(--bg-opacity)); [INFO] [stdout] 80334 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80335 | focus__bg_blue_6: "focus:bg-blue-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80337:5 [INFO] [stdout] | [INFO] [stdout] 80337 | / /** [INFO] [stdout] 80338 | | --bg-opacity: 1; [INFO] [stdout] 80339 | | background-color: hsl(205, 76%, 39%); [INFO] [stdout] 80340 | | background-color: rgba(23.868000000000006, 112.047, 175.032, var(--bg-opacity)); [INFO] [stdout] 80341 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80342 | focus__bg_blue_7: "focus:bg-blue-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80344:5 [INFO] [stdout] | [INFO] [stdout] 80344 | / /** [INFO] [stdout] 80345 | | --bg-opacity: 1; [INFO] [stdout] 80346 | | background-color: hsl(205, 82%, 33%); [INFO] [stdout] 80347 | | background-color: rgba(15.147000000000002, 95.6505, 153.15300000000002, var(--bg-opacity)); [INFO] [stdout] 80348 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80349 | focus__bg_blue_8: "focus:bg-blue-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80351:5 [INFO] [stdout] | [INFO] [stdout] 80351 | / /** [INFO] [stdout] 80352 | | --bg-opacity: 1; [INFO] [stdout] 80353 | | background-color: hsl(205, 87%, 29%); [INFO] [stdout] 80354 | | background-color: rgba(9.61349999999999, 84.67275, 138.2865, var(--bg-opacity)); [INFO] [stdout] 80355 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80356 | focus__bg_blue_9: "focus:bg-blue-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80358:5 [INFO] [stdout] | [INFO] [stdout] 80358 | / /** [INFO] [stdout] 80359 | | --bg-opacity: 1; [INFO] [stdout] 80360 | | background-color: hsl(205, 100%, 21%); [INFO] [stdout] 80361 | | background-color: rgba(0, 62.47499999999999, 107.1, var(--bg-opacity)); [INFO] [stdout] 80362 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80363 | focus__bg_blue_10: "focus:bg-blue-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80365:5 [INFO] [stdout] | [INFO] [stdout] 80365 | / /** [INFO] [stdout] 80366 | | --bg-opacity: 1; [INFO] [stdout] 80367 | | background-color: hsl(49, 100%, 96%); [INFO] [stdout] 80368 | | background-color: rgba(255, 251.26, 234.6, var(--bg-opacity)); [INFO] [stdout] 80369 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80370 | focus__bg_yellow_1: "focus:bg-yellow-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80372:5 [INFO] [stdout] | [INFO] [stdout] 80372 | / /** [INFO] [stdout] 80373 | | --bg-opacity: 1; [INFO] [stdout] 80374 | | background-color: hsl(48, 100%, 88%); [INFO] [stdout] 80375 | | background-color: rgba(254.99999999999997, 242.76, 193.80000000000004, var(--bg-opacity)); [INFO] [stdout] 80376 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80377 | focus__bg_yellow_2: "focus:bg-yellow-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80379:5 [INFO] [stdout] | [INFO] [stdout] 80379 | / /** [INFO] [stdout] 80380 | | --bg-opacity: 1; [INFO] [stdout] 80381 | | background-color: hsl(48, 95%, 76%); [INFO] [stdout] 80382 | | background-color: rgba(251.94, 228.684, 135.66, var(--bg-opacity)); [INFO] [stdout] 80383 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80384 | focus__bg_yellow_3: "focus:bg-yellow-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80386:5 [INFO] [stdout] | [INFO] [stdout] 80386 | / /** [INFO] [stdout] 80387 | | --bg-opacity: 1; [INFO] [stdout] 80388 | | background-color: hsl(48, 94%, 68%); [INFO] [stdout] 80389 | | background-color: rgba(250.10400000000004, 219.42240000000004, 96.696, var(--bg-opacity)); [INFO] [stdout] 80390 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80391 | focus__bg_yellow_4: "focus:bg-yellow-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80393:5 [INFO] [stdout] | [INFO] [stdout] 80393 | / /** [INFO] [stdout] 80394 | | --bg-opacity: 1; [INFO] [stdout] 80395 | | background-color: hsl(44, 92%, 63%); [INFO] [stdout] 80396 | | background-color: rgba(247.452, 201.15760000000003, 73.848, var(--bg-opacity)); [INFO] [stdout] 80397 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80398 | focus__bg_yellow_5: "focus:bg-yellow-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80400:5 [INFO] [stdout] | [INFO] [stdout] 80400 | / /** [INFO] [stdout] 80401 | | --bg-opacity: 1; [INFO] [stdout] 80402 | | background-color: hsl(42, 87%, 55%); [INFO] [stdout] 80403 | | background-color: rgba(240.08249999999998, 180.183, 40.41750000000005, var(--bg-opacity)); [INFO] [stdout] 80404 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80405 | focus__bg_yellow_6: "focus:bg-yellow-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80407:5 [INFO] [stdout] | [INFO] [stdout] 80407 | / /** [INFO] [stdout] 80408 | | --bg-opacity: 1; [INFO] [stdout] 80409 | | background-color: hsl(36, 77%, 49%); [INFO] [stdout] 80410 | | background-color: rgba(221.1615, 144.19230000000002, 28.738500000000005, var(--bg-opacity)); [INFO] [stdout] 80411 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80412 | focus__bg_yellow_7: "focus:bg-yellow-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80414:5 [INFO] [stdout] | [INFO] [stdout] 80414 | / /** [INFO] [stdout] 80415 | | --bg-opacity: 1; [INFO] [stdout] 80416 | | background-color: hsl(29, 80%, 44%); [INFO] [stdout] 80417 | | background-color: rgba(201.96, 109.208, 22.43999999999999, var(--bg-opacity)); [INFO] [stdout] 80418 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80419 | focus__bg_yellow_8: "focus:bg-yellow-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80421:5 [INFO] [stdout] | [INFO] [stdout] 80421 | / /** [INFO] [stdout] 80422 | | --bg-opacity: 1; [INFO] [stdout] 80423 | | background-color: hsl(22, 82%, 39%); [INFO] [stdout] 80424 | | background-color: rgba(180.999, 77.7036, 17.90100000000001, var(--bg-opacity)); [INFO] [stdout] 80425 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80426 | focus__bg_yellow_9: "focus:bg-yellow-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80428:5 [INFO] [stdout] | [INFO] [stdout] 80428 | / /** [INFO] [stdout] 80429 | | --bg-opacity: 1; [INFO] [stdout] 80430 | | background-color: hsl(15, 86%, 30%); [INFO] [stdout] 80431 | | background-color: rgba(142.29, 43.605, 10.71000000000001, var(--bg-opacity)); [INFO] [stdout] 80432 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80433 | focus__bg_yellow_10: "focus:bg-yellow-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80435:5 [INFO] [stdout] | [INFO] [stdout] 80435 | / /** [INFO] [stdout] 80436 | | background-image: none; [INFO] [stdout] 80437 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80438 | bg_none: "bg-none", [INFO] [stdout] | ------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80440:5 [INFO] [stdout] | [INFO] [stdout] 80440 | / /** [INFO] [stdout] 80441 | | background-image: linear-gradient(to top, var(--gradient-color-stops)); [INFO] [stdout] 80442 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80443 | bg_gradient_to_t: "bg-gradient-to-t", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80445:5 [INFO] [stdout] | [INFO] [stdout] 80445 | / /** [INFO] [stdout] 80446 | | background-image: linear-gradient(to top right, var(--gradient-color-stops)); [INFO] [stdout] 80447 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80448 | bg_gradient_to_tr: "bg-gradient-to-tr", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80450:5 [INFO] [stdout] | [INFO] [stdout] 80450 | / /** [INFO] [stdout] 80451 | | background-image: linear-gradient(to right, var(--gradient-color-stops)); [INFO] [stdout] 80452 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80453 | bg_gradient_to_r: "bg-gradient-to-r", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80455:5 [INFO] [stdout] | [INFO] [stdout] 80455 | / /** [INFO] [stdout] 80456 | | background-image: linear-gradient(to bottom right, var(--gradient-color-stops)); [INFO] [stdout] 80457 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80458 | bg_gradient_to_br: "bg-gradient-to-br", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80460:5 [INFO] [stdout] | [INFO] [stdout] 80460 | / /** [INFO] [stdout] 80461 | | background-image: linear-gradient(to bottom, var(--gradient-color-stops)); [INFO] [stdout] 80462 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80463 | bg_gradient_to_b: "bg-gradient-to-b", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80465:5 [INFO] [stdout] | [INFO] [stdout] 80465 | / /** [INFO] [stdout] 80466 | | background-image: linear-gradient(to bottom left, var(--gradient-color-stops)); [INFO] [stdout] 80467 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80468 | bg_gradient_to_bl: "bg-gradient-to-bl", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80470:5 [INFO] [stdout] | [INFO] [stdout] 80470 | / /** [INFO] [stdout] 80471 | | background-image: linear-gradient(to left, var(--gradient-color-stops)); [INFO] [stdout] 80472 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80473 | bg_gradient_to_l: "bg-gradient-to-l", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80475:5 [INFO] [stdout] | [INFO] [stdout] 80475 | / /** [INFO] [stdout] 80476 | | background-image: linear-gradient(to top left, var(--gradient-color-stops)); [INFO] [stdout] 80477 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80478 | bg_gradient_to_tl: "bg-gradient-to-tl", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80480:5 [INFO] [stdout] | [INFO] [stdout] 80480 | / /** [INFO] [stdout] 80481 | | --gradient-from-color: #000; [INFO] [stdout] 80482 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); [INFO] [stdout] 80483 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80484 | from_black: "from-black", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80486:5 [INFO] [stdout] | [INFO] [stdout] 80486 | / /** [INFO] [stdout] 80487 | | --gradient-from-color: hsl(210, 36%, 96%); [INFO] [stdout] 80488 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241.128, 244.79999999999998, 248.47199999999998... [INFO] [stdout] 80489 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80490 | from_gray_1: "from-gray-1", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80492:5 [INFO] [stdout] | [INFO] [stdout] 80492 | / /** [INFO] [stdout] 80493 | | --gradient-from-color: hsl(212, 33%, 89%); [INFO] [stdout] 80494 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217.69350000000003, 226.3329, 236.2064999999999... [INFO] [stdout] 80495 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80496 | from_gray_2: "from-gray-2", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80498:5 [INFO] [stdout] | [INFO] [stdout] 80498 | / /** [INFO] [stdout] 80499 | | --gradient-from-color: hsl(210, 31%, 80%); [INFO] [stdout] 80500 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188.19, 204, 219.81000000000003, 0)); [INFO] [stdout] 80501 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80502 | from_gray_3: "from-gray-3", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80504:5 [INFO] [stdout] | [INFO] [stdout] 80504 | / /** [INFO] [stdout] 80505 | | --gradient-from-color: hsl(211, 27%, 70%); [INFO] [stdout] 80506 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157.845, 177.81149999999997, 199.15499999999997... [INFO] [stdout] 80507 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80508 | from_gray_4: "from-gray-4", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80510:5 [INFO] [stdout] | [INFO] [stdout] 80510 | / /** [INFO] [stdout] 80511 | | --gradient-from-color: hsl(209, 23%, 60%); [INFO] [stdout] 80512 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129.54, 153.78199999999995, 176.45999999999998,... [INFO] [stdout] 80513 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80514 | from_gray_5: "from-gray-5", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80516:5 [INFO] [stdout] | [INFO] [stdout] 80516 | / /** [INFO] [stdout] 80517 | | --gradient-from-color: hsl(210, 22%, 49%); [INFO] [stdout] 80518 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97.461, 124.94999999999997, 152.439, 0)); [INFO] [stdout] 80519 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80520 | from_gray_6: "from-gray-6", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80522:5 [INFO] [stdout] | [INFO] [stdout] 80522 | / /** [INFO] [stdout] 80523 | | --gradient-from-color: hsl(209, 28%, 39%); [INFO] [stdout] 80524 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71.604, 100.37819999999996, 127.296, 0)); [INFO] [stdout] 80525 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80526 | from_gray_7: "from-gray-7", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80528:5 [INFO] [stdout] | [INFO] [stdout] 80528 | / /** [INFO] [stdout] 80529 | | --gradient-from-color: hsl(209, 34%, 30%); [INFO] [stdout] 80530 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50.48999999999999, 77.36699999999998, 102.51, 0)); [INFO] [stdout] 80531 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80532 | from_gray_8: "from-gray-8", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80534:5 [INFO] [stdout] | [INFO] [stdout] 80534 | / /** [INFO] [stdout] 80535 | | --gradient-from-color: hsl(211, 39%, 23%); [INFO] [stdout] 80536 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35.77649999999999, 57.88754999999998, 81.523500... [INFO] [stdout] 80537 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80538 | from_gray_9: "from-gray-9", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80540:5 [INFO] [stdout] | [INFO] [stdout] 80540 | / /** [INFO] [stdout] 80541 | | --gradient-from-color: hsl(209, 61%, 16%); [INFO] [stdout] 80542 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15.912000000000003, 41.629599999999975, 65.688,... [INFO] [stdout] 80543 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80544 | from_gray_10: "from-gray-10", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80546:5 [INFO] [stdout] | [INFO] [stdout] 80546 | / /** [INFO] [stdout] 80547 | | --gradient-from-color: hsl(205, 79%, 92%); [INFO] [stdout] 80548 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218.48400000000007, 237.286, 250.71599999999995... [INFO] [stdout] 80549 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80550 | from_blue_1: "from-blue-1", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80552:5 [INFO] [stdout] | [INFO] [stdout] 80552 | / /** [INFO] [stdout] 80553 | | --gradient-from-color: hsl(205, 97%, 85%); [INFO] [stdout] 80554 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(179.64750000000004, 222.93375, 253.852499999999... [INFO] [stdout] 80555 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80556 | from_blue_2: "from-blue-2", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80558:5 [INFO] [stdout] | [INFO] [stdout] 80558 | / /** [INFO] [stdout] 80559 | | --gradient-from-color: hsl(205, 84%, 74%); [INFO] [stdout] 80560 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133.00799999999995, 197.982, 244.39200000000002... [INFO] [stdout] 80561 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80562 | from_blue_3: "from-blue-3", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80564:5 [INFO] [stdout] | [INFO] [stdout] 80564 | / /** [INFO] [stdout] 80565 | | --gradient-from-color: hsl(205, 74%, 65%); [INFO] [stdout] 80566 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99.70499999999997, 176.75750000000002, 231.7950... [INFO] [stdout] 80567 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80568 | from_blue_4: "from-blue-4", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80570:5 [INFO] [stdout] | [INFO] [stdout] 80570 | / /** [INFO] [stdout] 80571 | | --gradient-from-color: hsl(205, 65%, 55%); [INFO] [stdout] 80572 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(65.6625, 152.68125, 214.83750000000003, 0)); [INFO] [stdout] 80573 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80574 | from_blue_5: "from-blue-5", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80576:5 [INFO] [stdout] | [INFO] [stdout] 80576 | / /** [INFO] [stdout] 80577 | | --gradient-from-color: hsl(205, 67%, 45%); [INFO] [stdout] 80578 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37.86750000000002, 127.56375, 191.6325, 0)); [INFO] [stdout] 80579 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80580 | from_blue_6: "from-blue-6", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80582:5 [INFO] [stdout] | [INFO] [stdout] 80582 | / /** [INFO] [stdout] 80583 | | --gradient-from-color: hsl(205, 76%, 39%); [INFO] [stdout] 80584 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23.868000000000006, 112.047, 175.032, 0)); [INFO] [stdout] 80585 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80586 | from_blue_7: "from-blue-7", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80588:5 [INFO] [stdout] | [INFO] [stdout] 80588 | / /** [INFO] [stdout] 80589 | | --gradient-from-color: hsl(205, 82%, 33%); [INFO] [stdout] 80590 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15.147000000000002, 95.6505, 153.15300000000002... [INFO] [stdout] 80591 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80592 | from_blue_8: "from-blue-8", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80594:5 [INFO] [stdout] | [INFO] [stdout] 80594 | / /** [INFO] [stdout] 80595 | | --gradient-from-color: hsl(205, 87%, 29%); [INFO] [stdout] 80596 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9.61349999999999, 84.67275, 138.2865, 0)); [INFO] [stdout] 80597 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80598 | from_blue_9: "from-blue-9", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80600:5 [INFO] [stdout] | [INFO] [stdout] 80600 | / /** [INFO] [stdout] 80601 | | --gradient-from-color: hsl(205, 100%, 21%); [INFO] [stdout] 80602 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 62.47499999999999, 107.1, 0)); [INFO] [stdout] 80603 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80604 | from_blue_10: "from-blue-10", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80606:5 [INFO] [stdout] | [INFO] [stdout] 80606 | / /** [INFO] [stdout] 80607 | | --gradient-from-color: hsl(49, 100%, 96%); [INFO] [stdout] 80608 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251.26, 234.6, 0)); [INFO] [stdout] 80609 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80610 | from_yellow_1: "from-yellow-1", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80612:5 [INFO] [stdout] | [INFO] [stdout] 80612 | / /** [INFO] [stdout] 80613 | | --gradient-from-color: hsl(48, 100%, 88%); [INFO] [stdout] 80614 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254.99999999999997, 242.76, 193.80000000000004,... [INFO] [stdout] 80615 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80616 | from_yellow_2: "from-yellow-2", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80618:5 [INFO] [stdout] | [INFO] [stdout] 80618 | / /** [INFO] [stdout] 80619 | | --gradient-from-color: hsl(48, 95%, 76%); [INFO] [stdout] 80620 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251.94, 228.684, 135.66, 0)); [INFO] [stdout] 80621 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80622 | from_yellow_3: "from-yellow-3", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80624:5 [INFO] [stdout] | [INFO] [stdout] 80624 | / /** [INFO] [stdout] 80625 | | --gradient-from-color: hsl(48, 94%, 68%); [INFO] [stdout] 80626 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250.10400000000004, 219.42240000000004, 96.696,... [INFO] [stdout] 80627 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80628 | from_yellow_4: "from-yellow-4", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80630:5 [INFO] [stdout] | [INFO] [stdout] 80630 | / /** [INFO] [stdout] 80631 | | --gradient-from-color: hsl(44, 92%, 63%); [INFO] [stdout] 80632 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247.452, 201.15760000000003, 73.848, 0)); [INFO] [stdout] 80633 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80634 | from_yellow_5: "from-yellow-5", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80636:5 [INFO] [stdout] | [INFO] [stdout] 80636 | / /** [INFO] [stdout] 80637 | | --gradient-from-color: hsl(42, 87%, 55%); [INFO] [stdout] 80638 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240.08249999999998, 180.183, 40.41750000000005,... [INFO] [stdout] 80639 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80640 | from_yellow_6: "from-yellow-6", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80642:5 [INFO] [stdout] | [INFO] [stdout] 80642 | / /** [INFO] [stdout] 80643 | | --gradient-from-color: hsl(36, 77%, 49%); [INFO] [stdout] 80644 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221.1615, 144.19230000000002, 28.73850000000000... [INFO] [stdout] 80645 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80646 | from_yellow_7: "from-yellow-7", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80648:5 [INFO] [stdout] | [INFO] [stdout] 80648 | / /** [INFO] [stdout] 80649 | | --gradient-from-color: hsl(29, 80%, 44%); [INFO] [stdout] 80650 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201.96, 109.208, 22.43999999999999, 0)); [INFO] [stdout] 80651 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80652 | from_yellow_8: "from-yellow-8", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80654:5 [INFO] [stdout] | [INFO] [stdout] 80654 | / /** [INFO] [stdout] 80655 | | --gradient-from-color: hsl(22, 82%, 39%); [INFO] [stdout] 80656 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180.999, 77.7036, 17.90100000000001, 0)); [INFO] [stdout] 80657 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80658 | from_yellow_9: "from-yellow-9", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80660:5 [INFO] [stdout] | [INFO] [stdout] 80660 | / /** [INFO] [stdout] 80661 | | --gradient-from-color: hsl(15, 86%, 30%); [INFO] [stdout] 80662 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(142.29, 43.605, 10.71000000000001, 0)); [INFO] [stdout] 80663 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80664 | from_yellow_10: "from-yellow-10", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80666:5 [INFO] [stdout] | [INFO] [stdout] 80666 | / /** [INFO] [stdout] 80667 | | --gradient-via-color: #000; [INFO] [stdout] 80668 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); [INFO] [stdout] 80669 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80670 | via_black: "via-black", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80672:5 [INFO] [stdout] | [INFO] [stdout] 80672 | / /** [INFO] [stdout] 80673 | | --gradient-via-color: hsl(210, 36%, 96%); [INFO] [stdout] 80674 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241.128, 244.7999999... [INFO] [stdout] 80675 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80676 | via_gray_1: "via-gray-1", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80678:5 [INFO] [stdout] | [INFO] [stdout] 80678 | / /** [INFO] [stdout] 80679 | | --gradient-via-color: hsl(212, 33%, 89%); [INFO] [stdout] 80680 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217.69350000000003, ... [INFO] [stdout] 80681 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80682 | via_gray_2: "via-gray-2", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80684:5 [INFO] [stdout] | [INFO] [stdout] 80684 | / /** [INFO] [stdout] 80685 | | --gradient-via-color: hsl(210, 31%, 80%); [INFO] [stdout] 80686 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188.19, 204, 219.810... [INFO] [stdout] 80687 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80688 | via_gray_3: "via-gray-3", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80690:5 [INFO] [stdout] | [INFO] [stdout] 80690 | / /** [INFO] [stdout] 80691 | | --gradient-via-color: hsl(211, 27%, 70%); [INFO] [stdout] 80692 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157.845, 177.8114999... [INFO] [stdout] 80693 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80694 | via_gray_4: "via-gray-4", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80696:5 [INFO] [stdout] | [INFO] [stdout] 80696 | / /** [INFO] [stdout] 80697 | | --gradient-via-color: hsl(209, 23%, 60%); [INFO] [stdout] 80698 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129.54, 153.78199999... [INFO] [stdout] 80699 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80700 | via_gray_5: "via-gray-5", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80702:5 [INFO] [stdout] | [INFO] [stdout] 80702 | / /** [INFO] [stdout] 80703 | | --gradient-via-color: hsl(210, 22%, 49%); [INFO] [stdout] 80704 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97.461, 124.94999999... [INFO] [stdout] 80705 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80706 | via_gray_6: "via-gray-6", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80708:5 [INFO] [stdout] | [INFO] [stdout] 80708 | / /** [INFO] [stdout] 80709 | | --gradient-via-color: hsl(209, 28%, 39%); [INFO] [stdout] 80710 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71.604, 100.37819999... [INFO] [stdout] 80711 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80712 | via_gray_7: "via-gray-7", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80714:5 [INFO] [stdout] | [INFO] [stdout] 80714 | / /** [INFO] [stdout] 80715 | | --gradient-via-color: hsl(209, 34%, 30%); [INFO] [stdout] 80716 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50.48999999999999, 7... [INFO] [stdout] 80717 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80718 | via_gray_8: "via-gray-8", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80720:5 [INFO] [stdout] | [INFO] [stdout] 80720 | / /** [INFO] [stdout] 80721 | | --gradient-via-color: hsl(211, 39%, 23%); [INFO] [stdout] 80722 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35.77649999999999, 5... [INFO] [stdout] 80723 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80724 | via_gray_9: "via-gray-9", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80726:5 [INFO] [stdout] | [INFO] [stdout] 80726 | / /** [INFO] [stdout] 80727 | | --gradient-via-color: hsl(209, 61%, 16%); [INFO] [stdout] 80728 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15.912000000000003, ... [INFO] [stdout] 80729 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80730 | via_gray_10: "via-gray-10", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80732:5 [INFO] [stdout] | [INFO] [stdout] 80732 | / /** [INFO] [stdout] 80733 | | --gradient-via-color: hsl(205, 79%, 92%); [INFO] [stdout] 80734 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218.48400000000007, ... [INFO] [stdout] 80735 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80736 | via_blue_1: "via-blue-1", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80738:5 [INFO] [stdout] | [INFO] [stdout] 80738 | / /** [INFO] [stdout] 80739 | | --gradient-via-color: hsl(205, 97%, 85%); [INFO] [stdout] 80740 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(179.64750000000004, ... [INFO] [stdout] 80741 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80742 | via_blue_2: "via-blue-2", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80744:5 [INFO] [stdout] | [INFO] [stdout] 80744 | / /** [INFO] [stdout] 80745 | | --gradient-via-color: hsl(205, 84%, 74%); [INFO] [stdout] 80746 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133.00799999999995, ... [INFO] [stdout] 80747 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80748 | via_blue_3: "via-blue-3", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80750:5 [INFO] [stdout] | [INFO] [stdout] 80750 | / /** [INFO] [stdout] 80751 | | --gradient-via-color: hsl(205, 74%, 65%); [INFO] [stdout] 80752 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99.70499999999997, 1... [INFO] [stdout] 80753 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80754 | via_blue_4: "via-blue-4", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80756:5 [INFO] [stdout] | [INFO] [stdout] 80756 | / /** [INFO] [stdout] 80757 | | --gradient-via-color: hsl(205, 65%, 55%); [INFO] [stdout] 80758 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(65.6625, 152.68125, ... [INFO] [stdout] 80759 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80760 | via_blue_5: "via-blue-5", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80762:5 [INFO] [stdout] | [INFO] [stdout] 80762 | / /** [INFO] [stdout] 80763 | | --gradient-via-color: hsl(205, 67%, 45%); [INFO] [stdout] 80764 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37.86750000000002, 1... [INFO] [stdout] 80765 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80766 | via_blue_6: "via-blue-6", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80768:5 [INFO] [stdout] | [INFO] [stdout] 80768 | / /** [INFO] [stdout] 80769 | | --gradient-via-color: hsl(205, 76%, 39%); [INFO] [stdout] 80770 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23.868000000000006, ... [INFO] [stdout] 80771 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80772 | via_blue_7: "via-blue-7", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80774:5 [INFO] [stdout] | [INFO] [stdout] 80774 | / /** [INFO] [stdout] 80775 | | --gradient-via-color: hsl(205, 82%, 33%); [INFO] [stdout] 80776 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15.147000000000002, ... [INFO] [stdout] 80777 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80778 | via_blue_8: "via-blue-8", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80780:5 [INFO] [stdout] | [INFO] [stdout] 80780 | / /** [INFO] [stdout] 80781 | | --gradient-via-color: hsl(205, 87%, 29%); [INFO] [stdout] 80782 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9.61349999999999, 84... [INFO] [stdout] 80783 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80784 | via_blue_9: "via-blue-9", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80786:5 [INFO] [stdout] | [INFO] [stdout] 80786 | / /** [INFO] [stdout] 80787 | | --gradient-via-color: hsl(205, 100%, 21%); [INFO] [stdout] 80788 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 62.47499999999999... [INFO] [stdout] 80789 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80790 | via_blue_10: "via-blue-10", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80792:5 [INFO] [stdout] | [INFO] [stdout] 80792 | / /** [INFO] [stdout] 80793 | | --gradient-via-color: hsl(49, 100%, 96%); [INFO] [stdout] 80794 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251.26, 234.6, ... [INFO] [stdout] 80795 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80796 | via_yellow_1: "via-yellow-1", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80798:5 [INFO] [stdout] | [INFO] [stdout] 80798 | / /** [INFO] [stdout] 80799 | | --gradient-via-color: hsl(48, 100%, 88%); [INFO] [stdout] 80800 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254.99999999999997, ... [INFO] [stdout] 80801 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80802 | via_yellow_2: "via-yellow-2", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80804:5 [INFO] [stdout] | [INFO] [stdout] 80804 | / /** [INFO] [stdout] 80805 | | --gradient-via-color: hsl(48, 95%, 76%); [INFO] [stdout] 80806 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251.94, 228.684, 135... [INFO] [stdout] 80807 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80808 | via_yellow_3: "via-yellow-3", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80810:5 [INFO] [stdout] | [INFO] [stdout] 80810 | / /** [INFO] [stdout] 80811 | | --gradient-via-color: hsl(48, 94%, 68%); [INFO] [stdout] 80812 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250.10400000000004, ... [INFO] [stdout] 80813 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80814 | via_yellow_4: "via-yellow-4", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80816:5 [INFO] [stdout] | [INFO] [stdout] 80816 | / /** [INFO] [stdout] 80817 | | --gradient-via-color: hsl(44, 92%, 63%); [INFO] [stdout] 80818 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247.452, 201.1576000... [INFO] [stdout] 80819 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80820 | via_yellow_5: "via-yellow-5", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80822:5 [INFO] [stdout] | [INFO] [stdout] 80822 | / /** [INFO] [stdout] 80823 | | --gradient-via-color: hsl(42, 87%, 55%); [INFO] [stdout] 80824 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240.08249999999998, ... [INFO] [stdout] 80825 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80826 | via_yellow_6: "via-yellow-6", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80828:5 [INFO] [stdout] | [INFO] [stdout] 80828 | / /** [INFO] [stdout] 80829 | | --gradient-via-color: hsl(36, 77%, 49%); [INFO] [stdout] 80830 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221.1615, 144.192300... [INFO] [stdout] 80831 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80832 | via_yellow_7: "via-yellow-7", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80834:5 [INFO] [stdout] | [INFO] [stdout] 80834 | / /** [INFO] [stdout] 80835 | | --gradient-via-color: hsl(29, 80%, 44%); [INFO] [stdout] 80836 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201.96, 109.208, 22.... [INFO] [stdout] 80837 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80838 | via_yellow_8: "via-yellow-8", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80840:5 [INFO] [stdout] | [INFO] [stdout] 80840 | / /** [INFO] [stdout] 80841 | | --gradient-via-color: hsl(22, 82%, 39%); [INFO] [stdout] 80842 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180.999, 77.7036, 17... [INFO] [stdout] 80843 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80844 | via_yellow_9: "via-yellow-9", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80846:5 [INFO] [stdout] | [INFO] [stdout] 80846 | / /** [INFO] [stdout] 80847 | | --gradient-via-color: hsl(15, 86%, 30%); [INFO] [stdout] 80848 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(142.29, 43.605, 10.7... [INFO] [stdout] 80849 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80850 | via_yellow_10: "via-yellow-10", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80852:5 [INFO] [stdout] | [INFO] [stdout] 80852 | / /** [INFO] [stdout] 80853 | | --gradient-to-color: #000; [INFO] [stdout] 80854 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80855 | to_black: "to-black", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80857:5 [INFO] [stdout] | [INFO] [stdout] 80857 | / /** [INFO] [stdout] 80858 | | --gradient-to-color: hsl(210, 36%, 96%); [INFO] [stdout] 80859 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80860 | to_gray_1: "to-gray-1", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80862:5 [INFO] [stdout] | [INFO] [stdout] 80862 | / /** [INFO] [stdout] 80863 | | --gradient-to-color: hsl(212, 33%, 89%); [INFO] [stdout] 80864 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80865 | to_gray_2: "to-gray-2", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80867:5 [INFO] [stdout] | [INFO] [stdout] 80867 | / /** [INFO] [stdout] 80868 | | --gradient-to-color: hsl(210, 31%, 80%); [INFO] [stdout] 80869 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80870 | to_gray_3: "to-gray-3", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80872:5 [INFO] [stdout] | [INFO] [stdout] 80872 | / /** [INFO] [stdout] 80873 | | --gradient-to-color: hsl(211, 27%, 70%); [INFO] [stdout] 80874 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80875 | to_gray_4: "to-gray-4", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80877:5 [INFO] [stdout] | [INFO] [stdout] 80877 | / /** [INFO] [stdout] 80878 | | --gradient-to-color: hsl(209, 23%, 60%); [INFO] [stdout] 80879 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80880 | to_gray_5: "to-gray-5", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80882:5 [INFO] [stdout] | [INFO] [stdout] 80882 | / /** [INFO] [stdout] 80883 | | --gradient-to-color: hsl(210, 22%, 49%); [INFO] [stdout] 80884 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80885 | to_gray_6: "to-gray-6", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80887:5 [INFO] [stdout] | [INFO] [stdout] 80887 | / /** [INFO] [stdout] 80888 | | --gradient-to-color: hsl(209, 28%, 39%); [INFO] [stdout] 80889 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80890 | to_gray_7: "to-gray-7", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80892:5 [INFO] [stdout] | [INFO] [stdout] 80892 | / /** [INFO] [stdout] 80893 | | --gradient-to-color: hsl(209, 34%, 30%); [INFO] [stdout] 80894 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80895 | to_gray_8: "to-gray-8", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80897:5 [INFO] [stdout] | [INFO] [stdout] 80897 | / /** [INFO] [stdout] 80898 | | --gradient-to-color: hsl(211, 39%, 23%); [INFO] [stdout] 80899 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80900 | to_gray_9: "to-gray-9", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80902:5 [INFO] [stdout] | [INFO] [stdout] 80902 | / /** [INFO] [stdout] 80903 | | --gradient-to-color: hsl(209, 61%, 16%); [INFO] [stdout] 80904 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80905 | to_gray_10: "to-gray-10", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80907:5 [INFO] [stdout] | [INFO] [stdout] 80907 | / /** [INFO] [stdout] 80908 | | --gradient-to-color: hsl(205, 79%, 92%); [INFO] [stdout] 80909 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80910 | to_blue_1: "to-blue-1", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80912:5 [INFO] [stdout] | [INFO] [stdout] 80912 | / /** [INFO] [stdout] 80913 | | --gradient-to-color: hsl(205, 97%, 85%); [INFO] [stdout] 80914 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80915 | to_blue_2: "to-blue-2", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80917:5 [INFO] [stdout] | [INFO] [stdout] 80917 | / /** [INFO] [stdout] 80918 | | --gradient-to-color: hsl(205, 84%, 74%); [INFO] [stdout] 80919 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80920 | to_blue_3: "to-blue-3", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80922:5 [INFO] [stdout] | [INFO] [stdout] 80922 | / /** [INFO] [stdout] 80923 | | --gradient-to-color: hsl(205, 74%, 65%); [INFO] [stdout] 80924 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80925 | to_blue_4: "to-blue-4", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80927:5 [INFO] [stdout] | [INFO] [stdout] 80927 | / /** [INFO] [stdout] 80928 | | --gradient-to-color: hsl(205, 65%, 55%); [INFO] [stdout] 80929 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80930 | to_blue_5: "to-blue-5", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80932:5 [INFO] [stdout] | [INFO] [stdout] 80932 | / /** [INFO] [stdout] 80933 | | --gradient-to-color: hsl(205, 67%, 45%); [INFO] [stdout] 80934 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80935 | to_blue_6: "to-blue-6", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80937:5 [INFO] [stdout] | [INFO] [stdout] 80937 | / /** [INFO] [stdout] 80938 | | --gradient-to-color: hsl(205, 76%, 39%); [INFO] [stdout] 80939 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80940 | to_blue_7: "to-blue-7", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80942:5 [INFO] [stdout] | [INFO] [stdout] 80942 | / /** [INFO] [stdout] 80943 | | --gradient-to-color: hsl(205, 82%, 33%); [INFO] [stdout] 80944 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80945 | to_blue_8: "to-blue-8", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80947:5 [INFO] [stdout] | [INFO] [stdout] 80947 | / /** [INFO] [stdout] 80948 | | --gradient-to-color: hsl(205, 87%, 29%); [INFO] [stdout] 80949 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80950 | to_blue_9: "to-blue-9", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80952:5 [INFO] [stdout] | [INFO] [stdout] 80952 | / /** [INFO] [stdout] 80953 | | --gradient-to-color: hsl(205, 100%, 21%); [INFO] [stdout] 80954 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80955 | to_blue_10: "to-blue-10", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80957:5 [INFO] [stdout] | [INFO] [stdout] 80957 | / /** [INFO] [stdout] 80958 | | --gradient-to-color: hsl(49, 100%, 96%); [INFO] [stdout] 80959 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80960 | to_yellow_1: "to-yellow-1", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80962:5 [INFO] [stdout] | [INFO] [stdout] 80962 | / /** [INFO] [stdout] 80963 | | --gradient-to-color: hsl(48, 100%, 88%); [INFO] [stdout] 80964 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80965 | to_yellow_2: "to-yellow-2", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80967:5 [INFO] [stdout] | [INFO] [stdout] 80967 | / /** [INFO] [stdout] 80968 | | --gradient-to-color: hsl(48, 95%, 76%); [INFO] [stdout] 80969 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80970 | to_yellow_3: "to-yellow-3", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80972:5 [INFO] [stdout] | [INFO] [stdout] 80972 | / /** [INFO] [stdout] 80973 | | --gradient-to-color: hsl(48, 94%, 68%); [INFO] [stdout] 80974 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80975 | to_yellow_4: "to-yellow-4", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80977:5 [INFO] [stdout] | [INFO] [stdout] 80977 | / /** [INFO] [stdout] 80978 | | --gradient-to-color: hsl(44, 92%, 63%); [INFO] [stdout] 80979 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80980 | to_yellow_5: "to-yellow-5", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80982:5 [INFO] [stdout] | [INFO] [stdout] 80982 | / /** [INFO] [stdout] 80983 | | --gradient-to-color: hsl(42, 87%, 55%); [INFO] [stdout] 80984 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80985 | to_yellow_6: "to-yellow-6", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80987:5 [INFO] [stdout] | [INFO] [stdout] 80987 | / /** [INFO] [stdout] 80988 | | --gradient-to-color: hsl(36, 77%, 49%); [INFO] [stdout] 80989 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80990 | to_yellow_7: "to-yellow-7", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80992:5 [INFO] [stdout] | [INFO] [stdout] 80992 | / /** [INFO] [stdout] 80993 | | --gradient-to-color: hsl(29, 80%, 44%); [INFO] [stdout] 80994 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 80995 | to_yellow_8: "to-yellow-8", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:80997:5 [INFO] [stdout] | [INFO] [stdout] 80997 | / /** [INFO] [stdout] 80998 | | --gradient-to-color: hsl(22, 82%, 39%); [INFO] [stdout] 80999 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81000 | to_yellow_9: "to-yellow-9", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81002:5 [INFO] [stdout] | [INFO] [stdout] 81002 | / /** [INFO] [stdout] 81003 | | --gradient-to-color: hsl(15, 86%, 30%); [INFO] [stdout] 81004 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81005 | to_yellow_10: "to-yellow-10", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81007:5 [INFO] [stdout] | [INFO] [stdout] 81007 | / /** [INFO] [stdout] 81008 | | --gradient-from-color: #000; [INFO] [stdout] 81009 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); [INFO] [stdout] 81010 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81011 | hover__from_black: "hover:from-black", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81013:5 [INFO] [stdout] | [INFO] [stdout] 81013 | / /** [INFO] [stdout] 81014 | | --gradient-from-color: hsl(210, 36%, 96%); [INFO] [stdout] 81015 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241.128, 244.79999999999998, 248.47199999999998... [INFO] [stdout] 81016 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81017 | hover__from_gray_1: "hover:from-gray-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81019:5 [INFO] [stdout] | [INFO] [stdout] 81019 | / /** [INFO] [stdout] 81020 | | --gradient-from-color: hsl(212, 33%, 89%); [INFO] [stdout] 81021 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217.69350000000003, 226.3329, 236.2064999999999... [INFO] [stdout] 81022 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81023 | hover__from_gray_2: "hover:from-gray-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81025:5 [INFO] [stdout] | [INFO] [stdout] 81025 | / /** [INFO] [stdout] 81026 | | --gradient-from-color: hsl(210, 31%, 80%); [INFO] [stdout] 81027 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188.19, 204, 219.81000000000003, 0)); [INFO] [stdout] 81028 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81029 | hover__from_gray_3: "hover:from-gray-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81031:5 [INFO] [stdout] | [INFO] [stdout] 81031 | / /** [INFO] [stdout] 81032 | | --gradient-from-color: hsl(211, 27%, 70%); [INFO] [stdout] 81033 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157.845, 177.81149999999997, 199.15499999999997... [INFO] [stdout] 81034 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81035 | hover__from_gray_4: "hover:from-gray-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81037:5 [INFO] [stdout] | [INFO] [stdout] 81037 | / /** [INFO] [stdout] 81038 | | --gradient-from-color: hsl(209, 23%, 60%); [INFO] [stdout] 81039 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129.54, 153.78199999999995, 176.45999999999998,... [INFO] [stdout] 81040 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81041 | hover__from_gray_5: "hover:from-gray-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81043:5 [INFO] [stdout] | [INFO] [stdout] 81043 | / /** [INFO] [stdout] 81044 | | --gradient-from-color: hsl(210, 22%, 49%); [INFO] [stdout] 81045 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97.461, 124.94999999999997, 152.439, 0)); [INFO] [stdout] 81046 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81047 | hover__from_gray_6: "hover:from-gray-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81049:5 [INFO] [stdout] | [INFO] [stdout] 81049 | / /** [INFO] [stdout] 81050 | | --gradient-from-color: hsl(209, 28%, 39%); [INFO] [stdout] 81051 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71.604, 100.37819999999996, 127.296, 0)); [INFO] [stdout] 81052 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81053 | hover__from_gray_7: "hover:from-gray-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81055:5 [INFO] [stdout] | [INFO] [stdout] 81055 | / /** [INFO] [stdout] 81056 | | --gradient-from-color: hsl(209, 34%, 30%); [INFO] [stdout] 81057 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50.48999999999999, 77.36699999999998, 102.51, 0)); [INFO] [stdout] 81058 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81059 | hover__from_gray_8: "hover:from-gray-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81061:5 [INFO] [stdout] | [INFO] [stdout] 81061 | / /** [INFO] [stdout] 81062 | | --gradient-from-color: hsl(211, 39%, 23%); [INFO] [stdout] 81063 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35.77649999999999, 57.88754999999998, 81.523500... [INFO] [stdout] 81064 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81065 | hover__from_gray_9: "hover:from-gray-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81067:5 [INFO] [stdout] | [INFO] [stdout] 81067 | / /** [INFO] [stdout] 81068 | | --gradient-from-color: hsl(209, 61%, 16%); [INFO] [stdout] 81069 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15.912000000000003, 41.629599999999975, 65.688,... [INFO] [stdout] 81070 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81071 | hover__from_gray_10: "hover:from-gray-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81073:5 [INFO] [stdout] | [INFO] [stdout] 81073 | / /** [INFO] [stdout] 81074 | | --gradient-from-color: hsl(205, 79%, 92%); [INFO] [stdout] 81075 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218.48400000000007, 237.286, 250.71599999999995... [INFO] [stdout] 81076 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81077 | hover__from_blue_1: "hover:from-blue-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81079:5 [INFO] [stdout] | [INFO] [stdout] 81079 | / /** [INFO] [stdout] 81080 | | --gradient-from-color: hsl(205, 97%, 85%); [INFO] [stdout] 81081 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(179.64750000000004, 222.93375, 253.852499999999... [INFO] [stdout] 81082 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81083 | hover__from_blue_2: "hover:from-blue-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81085:5 [INFO] [stdout] | [INFO] [stdout] 81085 | / /** [INFO] [stdout] 81086 | | --gradient-from-color: hsl(205, 84%, 74%); [INFO] [stdout] 81087 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133.00799999999995, 197.982, 244.39200000000002... [INFO] [stdout] 81088 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81089 | hover__from_blue_3: "hover:from-blue-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81091:5 [INFO] [stdout] | [INFO] [stdout] 81091 | / /** [INFO] [stdout] 81092 | | --gradient-from-color: hsl(205, 74%, 65%); [INFO] [stdout] 81093 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99.70499999999997, 176.75750000000002, 231.7950... [INFO] [stdout] 81094 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81095 | hover__from_blue_4: "hover:from-blue-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81097:5 [INFO] [stdout] | [INFO] [stdout] 81097 | / /** [INFO] [stdout] 81098 | | --gradient-from-color: hsl(205, 65%, 55%); [INFO] [stdout] 81099 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(65.6625, 152.68125, 214.83750000000003, 0)); [INFO] [stdout] 81100 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81101 | hover__from_blue_5: "hover:from-blue-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81103:5 [INFO] [stdout] | [INFO] [stdout] 81103 | / /** [INFO] [stdout] 81104 | | --gradient-from-color: hsl(205, 67%, 45%); [INFO] [stdout] 81105 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37.86750000000002, 127.56375, 191.6325, 0)); [INFO] [stdout] 81106 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81107 | hover__from_blue_6: "hover:from-blue-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81109:5 [INFO] [stdout] | [INFO] [stdout] 81109 | / /** [INFO] [stdout] 81110 | | --gradient-from-color: hsl(205, 76%, 39%); [INFO] [stdout] 81111 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23.868000000000006, 112.047, 175.032, 0)); [INFO] [stdout] 81112 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81113 | hover__from_blue_7: "hover:from-blue-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81115:5 [INFO] [stdout] | [INFO] [stdout] 81115 | / /** [INFO] [stdout] 81116 | | --gradient-from-color: hsl(205, 82%, 33%); [INFO] [stdout] 81117 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15.147000000000002, 95.6505, 153.15300000000002... [INFO] [stdout] 81118 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81119 | hover__from_blue_8: "hover:from-blue-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81121:5 [INFO] [stdout] | [INFO] [stdout] 81121 | / /** [INFO] [stdout] 81122 | | --gradient-from-color: hsl(205, 87%, 29%); [INFO] [stdout] 81123 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9.61349999999999, 84.67275, 138.2865, 0)); [INFO] [stdout] 81124 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81125 | hover__from_blue_9: "hover:from-blue-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81127:5 [INFO] [stdout] | [INFO] [stdout] 81127 | / /** [INFO] [stdout] 81128 | | --gradient-from-color: hsl(205, 100%, 21%); [INFO] [stdout] 81129 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 62.47499999999999, 107.1, 0)); [INFO] [stdout] 81130 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81131 | hover__from_blue_10: "hover:from-blue-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81133:5 [INFO] [stdout] | [INFO] [stdout] 81133 | / /** [INFO] [stdout] 81134 | | --gradient-from-color: hsl(49, 100%, 96%); [INFO] [stdout] 81135 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251.26, 234.6, 0)); [INFO] [stdout] 81136 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81137 | hover__from_yellow_1: "hover:from-yellow-1", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81139:5 [INFO] [stdout] | [INFO] [stdout] 81139 | / /** [INFO] [stdout] 81140 | | --gradient-from-color: hsl(48, 100%, 88%); [INFO] [stdout] 81141 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254.99999999999997, 242.76, 193.80000000000004,... [INFO] [stdout] 81142 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81143 | hover__from_yellow_2: "hover:from-yellow-2", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81145:5 [INFO] [stdout] | [INFO] [stdout] 81145 | / /** [INFO] [stdout] 81146 | | --gradient-from-color: hsl(48, 95%, 76%); [INFO] [stdout] 81147 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251.94, 228.684, 135.66, 0)); [INFO] [stdout] 81148 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81149 | hover__from_yellow_3: "hover:from-yellow-3", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81151:5 [INFO] [stdout] | [INFO] [stdout] 81151 | / /** [INFO] [stdout] 81152 | | --gradient-from-color: hsl(48, 94%, 68%); [INFO] [stdout] 81153 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250.10400000000004, 219.42240000000004, 96.696,... [INFO] [stdout] 81154 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81155 | hover__from_yellow_4: "hover:from-yellow-4", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81157:5 [INFO] [stdout] | [INFO] [stdout] 81157 | / /** [INFO] [stdout] 81158 | | --gradient-from-color: hsl(44, 92%, 63%); [INFO] [stdout] 81159 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247.452, 201.15760000000003, 73.848, 0)); [INFO] [stdout] 81160 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81161 | hover__from_yellow_5: "hover:from-yellow-5", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81163:5 [INFO] [stdout] | [INFO] [stdout] 81163 | / /** [INFO] [stdout] 81164 | | --gradient-from-color: hsl(42, 87%, 55%); [INFO] [stdout] 81165 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240.08249999999998, 180.183, 40.41750000000005,... [INFO] [stdout] 81166 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81167 | hover__from_yellow_6: "hover:from-yellow-6", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81169:5 [INFO] [stdout] | [INFO] [stdout] 81169 | / /** [INFO] [stdout] 81170 | | --gradient-from-color: hsl(36, 77%, 49%); [INFO] [stdout] 81171 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221.1615, 144.19230000000002, 28.73850000000000... [INFO] [stdout] 81172 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81173 | hover__from_yellow_7: "hover:from-yellow-7", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81175:5 [INFO] [stdout] | [INFO] [stdout] 81175 | / /** [INFO] [stdout] 81176 | | --gradient-from-color: hsl(29, 80%, 44%); [INFO] [stdout] 81177 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201.96, 109.208, 22.43999999999999, 0)); [INFO] [stdout] 81178 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81179 | hover__from_yellow_8: "hover:from-yellow-8", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81181:5 [INFO] [stdout] | [INFO] [stdout] 81181 | / /** [INFO] [stdout] 81182 | | --gradient-from-color: hsl(22, 82%, 39%); [INFO] [stdout] 81183 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180.999, 77.7036, 17.90100000000001, 0)); [INFO] [stdout] 81184 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81185 | hover__from_yellow_9: "hover:from-yellow-9", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81187:5 [INFO] [stdout] | [INFO] [stdout] 81187 | / /** [INFO] [stdout] 81188 | | --gradient-from-color: hsl(15, 86%, 30%); [INFO] [stdout] 81189 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(142.29, 43.605, 10.71000000000001, 0)); [INFO] [stdout] 81190 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81191 | hover__from_yellow_10: "hover:from-yellow-10", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81193:5 [INFO] [stdout] | [INFO] [stdout] 81193 | / /** [INFO] [stdout] 81194 | | --gradient-via-color: #000; [INFO] [stdout] 81195 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); [INFO] [stdout] 81196 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81197 | hover__via_black: "hover:via-black", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81199:5 [INFO] [stdout] | [INFO] [stdout] 81199 | / /** [INFO] [stdout] 81200 | | --gradient-via-color: hsl(210, 36%, 96%); [INFO] [stdout] 81201 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241.128, 244.7999999... [INFO] [stdout] 81202 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81203 | hover__via_gray_1: "hover:via-gray-1", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81205:5 [INFO] [stdout] | [INFO] [stdout] 81205 | / /** [INFO] [stdout] 81206 | | --gradient-via-color: hsl(212, 33%, 89%); [INFO] [stdout] 81207 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217.69350000000003, ... [INFO] [stdout] 81208 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81209 | hover__via_gray_2: "hover:via-gray-2", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81211:5 [INFO] [stdout] | [INFO] [stdout] 81211 | / /** [INFO] [stdout] 81212 | | --gradient-via-color: hsl(210, 31%, 80%); [INFO] [stdout] 81213 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188.19, 204, 219.810... [INFO] [stdout] 81214 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81215 | hover__via_gray_3: "hover:via-gray-3", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81217:5 [INFO] [stdout] | [INFO] [stdout] 81217 | / /** [INFO] [stdout] 81218 | | --gradient-via-color: hsl(211, 27%, 70%); [INFO] [stdout] 81219 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157.845, 177.8114999... [INFO] [stdout] 81220 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81221 | hover__via_gray_4: "hover:via-gray-4", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81223:5 [INFO] [stdout] | [INFO] [stdout] 81223 | / /** [INFO] [stdout] 81224 | | --gradient-via-color: hsl(209, 23%, 60%); [INFO] [stdout] 81225 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129.54, 153.78199999... [INFO] [stdout] 81226 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81227 | hover__via_gray_5: "hover:via-gray-5", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81229:5 [INFO] [stdout] | [INFO] [stdout] 81229 | / /** [INFO] [stdout] 81230 | | --gradient-via-color: hsl(210, 22%, 49%); [INFO] [stdout] 81231 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97.461, 124.94999999... [INFO] [stdout] 81232 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81233 | hover__via_gray_6: "hover:via-gray-6", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81235:5 [INFO] [stdout] | [INFO] [stdout] 81235 | / /** [INFO] [stdout] 81236 | | --gradient-via-color: hsl(209, 28%, 39%); [INFO] [stdout] 81237 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71.604, 100.37819999... [INFO] [stdout] 81238 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81239 | hover__via_gray_7: "hover:via-gray-7", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81241:5 [INFO] [stdout] | [INFO] [stdout] 81241 | / /** [INFO] [stdout] 81242 | | --gradient-via-color: hsl(209, 34%, 30%); [INFO] [stdout] 81243 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50.48999999999999, 7... [INFO] [stdout] 81244 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81245 | hover__via_gray_8: "hover:via-gray-8", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81247:5 [INFO] [stdout] | [INFO] [stdout] 81247 | / /** [INFO] [stdout] 81248 | | --gradient-via-color: hsl(211, 39%, 23%); [INFO] [stdout] 81249 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35.77649999999999, 5... [INFO] [stdout] 81250 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81251 | hover__via_gray_9: "hover:via-gray-9", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81253:5 [INFO] [stdout] | [INFO] [stdout] 81253 | / /** [INFO] [stdout] 81254 | | --gradient-via-color: hsl(209, 61%, 16%); [INFO] [stdout] 81255 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15.912000000000003, ... [INFO] [stdout] 81256 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81257 | hover__via_gray_10: "hover:via-gray-10", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81259:5 [INFO] [stdout] | [INFO] [stdout] 81259 | / /** [INFO] [stdout] 81260 | | --gradient-via-color: hsl(205, 79%, 92%); [INFO] [stdout] 81261 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218.48400000000007, ... [INFO] [stdout] 81262 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81263 | hover__via_blue_1: "hover:via-blue-1", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81265:5 [INFO] [stdout] | [INFO] [stdout] 81265 | / /** [INFO] [stdout] 81266 | | --gradient-via-color: hsl(205, 97%, 85%); [INFO] [stdout] 81267 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(179.64750000000004, ... [INFO] [stdout] 81268 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81269 | hover__via_blue_2: "hover:via-blue-2", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81271:5 [INFO] [stdout] | [INFO] [stdout] 81271 | / /** [INFO] [stdout] 81272 | | --gradient-via-color: hsl(205, 84%, 74%); [INFO] [stdout] 81273 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133.00799999999995, ... [INFO] [stdout] 81274 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81275 | hover__via_blue_3: "hover:via-blue-3", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81277:5 [INFO] [stdout] | [INFO] [stdout] 81277 | / /** [INFO] [stdout] 81278 | | --gradient-via-color: hsl(205, 74%, 65%); [INFO] [stdout] 81279 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99.70499999999997, 1... [INFO] [stdout] 81280 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81281 | hover__via_blue_4: "hover:via-blue-4", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81283:5 [INFO] [stdout] | [INFO] [stdout] 81283 | / /** [INFO] [stdout] 81284 | | --gradient-via-color: hsl(205, 65%, 55%); [INFO] [stdout] 81285 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(65.6625, 152.68125, ... [INFO] [stdout] 81286 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81287 | hover__via_blue_5: "hover:via-blue-5", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81289:5 [INFO] [stdout] | [INFO] [stdout] 81289 | / /** [INFO] [stdout] 81290 | | --gradient-via-color: hsl(205, 67%, 45%); [INFO] [stdout] 81291 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37.86750000000002, 1... [INFO] [stdout] 81292 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81293 | hover__via_blue_6: "hover:via-blue-6", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81295:5 [INFO] [stdout] | [INFO] [stdout] 81295 | / /** [INFO] [stdout] 81296 | | --gradient-via-color: hsl(205, 76%, 39%); [INFO] [stdout] 81297 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23.868000000000006, ... [INFO] [stdout] 81298 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81299 | hover__via_blue_7: "hover:via-blue-7", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81301:5 [INFO] [stdout] | [INFO] [stdout] 81301 | / /** [INFO] [stdout] 81302 | | --gradient-via-color: hsl(205, 82%, 33%); [INFO] [stdout] 81303 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15.147000000000002, ... [INFO] [stdout] 81304 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81305 | hover__via_blue_8: "hover:via-blue-8", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81307:5 [INFO] [stdout] | [INFO] [stdout] 81307 | / /** [INFO] [stdout] 81308 | | --gradient-via-color: hsl(205, 87%, 29%); [INFO] [stdout] 81309 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9.61349999999999, 84... [INFO] [stdout] 81310 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81311 | hover__via_blue_9: "hover:via-blue-9", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81313:5 [INFO] [stdout] | [INFO] [stdout] 81313 | / /** [INFO] [stdout] 81314 | | --gradient-via-color: hsl(205, 100%, 21%); [INFO] [stdout] 81315 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 62.47499999999999... [INFO] [stdout] 81316 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81317 | hover__via_blue_10: "hover:via-blue-10", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81319:5 [INFO] [stdout] | [INFO] [stdout] 81319 | / /** [INFO] [stdout] 81320 | | --gradient-via-color: hsl(49, 100%, 96%); [INFO] [stdout] 81321 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251.26, 234.6, ... [INFO] [stdout] 81322 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81323 | hover__via_yellow_1: "hover:via-yellow-1", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81325:5 [INFO] [stdout] | [INFO] [stdout] 81325 | / /** [INFO] [stdout] 81326 | | --gradient-via-color: hsl(48, 100%, 88%); [INFO] [stdout] 81327 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254.99999999999997, ... [INFO] [stdout] 81328 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81329 | hover__via_yellow_2: "hover:via-yellow-2", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81331:5 [INFO] [stdout] | [INFO] [stdout] 81331 | / /** [INFO] [stdout] 81332 | | --gradient-via-color: hsl(48, 95%, 76%); [INFO] [stdout] 81333 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251.94, 228.684, 135... [INFO] [stdout] 81334 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81335 | hover__via_yellow_3: "hover:via-yellow-3", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81337:5 [INFO] [stdout] | [INFO] [stdout] 81337 | / /** [INFO] [stdout] 81338 | | --gradient-via-color: hsl(48, 94%, 68%); [INFO] [stdout] 81339 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250.10400000000004, ... [INFO] [stdout] 81340 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81341 | hover__via_yellow_4: "hover:via-yellow-4", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81343:5 [INFO] [stdout] | [INFO] [stdout] 81343 | / /** [INFO] [stdout] 81344 | | --gradient-via-color: hsl(44, 92%, 63%); [INFO] [stdout] 81345 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247.452, 201.1576000... [INFO] [stdout] 81346 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81347 | hover__via_yellow_5: "hover:via-yellow-5", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81349:5 [INFO] [stdout] | [INFO] [stdout] 81349 | / /** [INFO] [stdout] 81350 | | --gradient-via-color: hsl(42, 87%, 55%); [INFO] [stdout] 81351 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240.08249999999998, ... [INFO] [stdout] 81352 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81353 | hover__via_yellow_6: "hover:via-yellow-6", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81355:5 [INFO] [stdout] | [INFO] [stdout] 81355 | / /** [INFO] [stdout] 81356 | | --gradient-via-color: hsl(36, 77%, 49%); [INFO] [stdout] 81357 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221.1615, 144.192300... [INFO] [stdout] 81358 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81359 | hover__via_yellow_7: "hover:via-yellow-7", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81361:5 [INFO] [stdout] | [INFO] [stdout] 81361 | / /** [INFO] [stdout] 81362 | | --gradient-via-color: hsl(29, 80%, 44%); [INFO] [stdout] 81363 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201.96, 109.208, 22.... [INFO] [stdout] 81364 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81365 | hover__via_yellow_8: "hover:via-yellow-8", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81367:5 [INFO] [stdout] | [INFO] [stdout] 81367 | / /** [INFO] [stdout] 81368 | | --gradient-via-color: hsl(22, 82%, 39%); [INFO] [stdout] 81369 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180.999, 77.7036, 17... [INFO] [stdout] 81370 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81371 | hover__via_yellow_9: "hover:via-yellow-9", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81373:5 [INFO] [stdout] | [INFO] [stdout] 81373 | / /** [INFO] [stdout] 81374 | | --gradient-via-color: hsl(15, 86%, 30%); [INFO] [stdout] 81375 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(142.29, 43.605, 10.7... [INFO] [stdout] 81376 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81377 | hover__via_yellow_10: "hover:via-yellow-10", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81379:5 [INFO] [stdout] | [INFO] [stdout] 81379 | / /** [INFO] [stdout] 81380 | | --gradient-to-color: #000; [INFO] [stdout] 81381 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81382 | hover__to_black: "hover:to-black", [INFO] [stdout] | --------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81384:5 [INFO] [stdout] | [INFO] [stdout] 81384 | / /** [INFO] [stdout] 81385 | | --gradient-to-color: hsl(210, 36%, 96%); [INFO] [stdout] 81386 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81387 | hover__to_gray_1: "hover:to-gray-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81389:5 [INFO] [stdout] | [INFO] [stdout] 81389 | / /** [INFO] [stdout] 81390 | | --gradient-to-color: hsl(212, 33%, 89%); [INFO] [stdout] 81391 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81392 | hover__to_gray_2: "hover:to-gray-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81394:5 [INFO] [stdout] | [INFO] [stdout] 81394 | / /** [INFO] [stdout] 81395 | | --gradient-to-color: hsl(210, 31%, 80%); [INFO] [stdout] 81396 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81397 | hover__to_gray_3: "hover:to-gray-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81399:5 [INFO] [stdout] | [INFO] [stdout] 81399 | / /** [INFO] [stdout] 81400 | | --gradient-to-color: hsl(211, 27%, 70%); [INFO] [stdout] 81401 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81402 | hover__to_gray_4: "hover:to-gray-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81404:5 [INFO] [stdout] | [INFO] [stdout] 81404 | / /** [INFO] [stdout] 81405 | | --gradient-to-color: hsl(209, 23%, 60%); [INFO] [stdout] 81406 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81407 | hover__to_gray_5: "hover:to-gray-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81409:5 [INFO] [stdout] | [INFO] [stdout] 81409 | / /** [INFO] [stdout] 81410 | | --gradient-to-color: hsl(210, 22%, 49%); [INFO] [stdout] 81411 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81412 | hover__to_gray_6: "hover:to-gray-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81414:5 [INFO] [stdout] | [INFO] [stdout] 81414 | / /** [INFO] [stdout] 81415 | | --gradient-to-color: hsl(209, 28%, 39%); [INFO] [stdout] 81416 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81417 | hover__to_gray_7: "hover:to-gray-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81419:5 [INFO] [stdout] | [INFO] [stdout] 81419 | / /** [INFO] [stdout] 81420 | | --gradient-to-color: hsl(209, 34%, 30%); [INFO] [stdout] 81421 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81422 | hover__to_gray_8: "hover:to-gray-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81424:5 [INFO] [stdout] | [INFO] [stdout] 81424 | / /** [INFO] [stdout] 81425 | | --gradient-to-color: hsl(211, 39%, 23%); [INFO] [stdout] 81426 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81427 | hover__to_gray_9: "hover:to-gray-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81429:5 [INFO] [stdout] | [INFO] [stdout] 81429 | / /** [INFO] [stdout] 81430 | | --gradient-to-color: hsl(209, 61%, 16%); [INFO] [stdout] 81431 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81432 | hover__to_gray_10: "hover:to-gray-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81434:5 [INFO] [stdout] | [INFO] [stdout] 81434 | / /** [INFO] [stdout] 81435 | | --gradient-to-color: hsl(205, 79%, 92%); [INFO] [stdout] 81436 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81437 | hover__to_blue_1: "hover:to-blue-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81439:5 [INFO] [stdout] | [INFO] [stdout] 81439 | / /** [INFO] [stdout] 81440 | | --gradient-to-color: hsl(205, 97%, 85%); [INFO] [stdout] 81441 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81442 | hover__to_blue_2: "hover:to-blue-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81444:5 [INFO] [stdout] | [INFO] [stdout] 81444 | / /** [INFO] [stdout] 81445 | | --gradient-to-color: hsl(205, 84%, 74%); [INFO] [stdout] 81446 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81447 | hover__to_blue_3: "hover:to-blue-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81449:5 [INFO] [stdout] | [INFO] [stdout] 81449 | / /** [INFO] [stdout] 81450 | | --gradient-to-color: hsl(205, 74%, 65%); [INFO] [stdout] 81451 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81452 | hover__to_blue_4: "hover:to-blue-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81454:5 [INFO] [stdout] | [INFO] [stdout] 81454 | / /** [INFO] [stdout] 81455 | | --gradient-to-color: hsl(205, 65%, 55%); [INFO] [stdout] 81456 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81457 | hover__to_blue_5: "hover:to-blue-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81459:5 [INFO] [stdout] | [INFO] [stdout] 81459 | / /** [INFO] [stdout] 81460 | | --gradient-to-color: hsl(205, 67%, 45%); [INFO] [stdout] 81461 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81462 | hover__to_blue_6: "hover:to-blue-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81464:5 [INFO] [stdout] | [INFO] [stdout] 81464 | / /** [INFO] [stdout] 81465 | | --gradient-to-color: hsl(205, 76%, 39%); [INFO] [stdout] 81466 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81467 | hover__to_blue_7: "hover:to-blue-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81469:5 [INFO] [stdout] | [INFO] [stdout] 81469 | / /** [INFO] [stdout] 81470 | | --gradient-to-color: hsl(205, 82%, 33%); [INFO] [stdout] 81471 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81472 | hover__to_blue_8: "hover:to-blue-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81474:5 [INFO] [stdout] | [INFO] [stdout] 81474 | / /** [INFO] [stdout] 81475 | | --gradient-to-color: hsl(205, 87%, 29%); [INFO] [stdout] 81476 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81477 | hover__to_blue_9: "hover:to-blue-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81479:5 [INFO] [stdout] | [INFO] [stdout] 81479 | / /** [INFO] [stdout] 81480 | | --gradient-to-color: hsl(205, 100%, 21%); [INFO] [stdout] 81481 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81482 | hover__to_blue_10: "hover:to-blue-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81484:5 [INFO] [stdout] | [INFO] [stdout] 81484 | / /** [INFO] [stdout] 81485 | | --gradient-to-color: hsl(49, 100%, 96%); [INFO] [stdout] 81486 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81487 | hover__to_yellow_1: "hover:to-yellow-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81489:5 [INFO] [stdout] | [INFO] [stdout] 81489 | / /** [INFO] [stdout] 81490 | | --gradient-to-color: hsl(48, 100%, 88%); [INFO] [stdout] 81491 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81492 | hover__to_yellow_2: "hover:to-yellow-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81494:5 [INFO] [stdout] | [INFO] [stdout] 81494 | / /** [INFO] [stdout] 81495 | | --gradient-to-color: hsl(48, 95%, 76%); [INFO] [stdout] 81496 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81497 | hover__to_yellow_3: "hover:to-yellow-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81499:5 [INFO] [stdout] | [INFO] [stdout] 81499 | / /** [INFO] [stdout] 81500 | | --gradient-to-color: hsl(48, 94%, 68%); [INFO] [stdout] 81501 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81502 | hover__to_yellow_4: "hover:to-yellow-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81504:5 [INFO] [stdout] | [INFO] [stdout] 81504 | / /** [INFO] [stdout] 81505 | | --gradient-to-color: hsl(44, 92%, 63%); [INFO] [stdout] 81506 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81507 | hover__to_yellow_5: "hover:to-yellow-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81509:5 [INFO] [stdout] | [INFO] [stdout] 81509 | / /** [INFO] [stdout] 81510 | | --gradient-to-color: hsl(42, 87%, 55%); [INFO] [stdout] 81511 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81512 | hover__to_yellow_6: "hover:to-yellow-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81514:5 [INFO] [stdout] | [INFO] [stdout] 81514 | / /** [INFO] [stdout] 81515 | | --gradient-to-color: hsl(36, 77%, 49%); [INFO] [stdout] 81516 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81517 | hover__to_yellow_7: "hover:to-yellow-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81519:5 [INFO] [stdout] | [INFO] [stdout] 81519 | / /** [INFO] [stdout] 81520 | | --gradient-to-color: hsl(29, 80%, 44%); [INFO] [stdout] 81521 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81522 | hover__to_yellow_8: "hover:to-yellow-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81524:5 [INFO] [stdout] | [INFO] [stdout] 81524 | / /** [INFO] [stdout] 81525 | | --gradient-to-color: hsl(22, 82%, 39%); [INFO] [stdout] 81526 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81527 | hover__to_yellow_9: "hover:to-yellow-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81529:5 [INFO] [stdout] | [INFO] [stdout] 81529 | / /** [INFO] [stdout] 81530 | | --gradient-to-color: hsl(15, 86%, 30%); [INFO] [stdout] 81531 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81532 | hover__to_yellow_10: "hover:to-yellow-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81534:5 [INFO] [stdout] | [INFO] [stdout] 81534 | / /** [INFO] [stdout] 81535 | | --gradient-from-color: #000; [INFO] [stdout] 81536 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); [INFO] [stdout] 81537 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81538 | focus__from_black: "focus:from-black", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81540:5 [INFO] [stdout] | [INFO] [stdout] 81540 | / /** [INFO] [stdout] 81541 | | --gradient-from-color: hsl(210, 36%, 96%); [INFO] [stdout] 81542 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(241.128, 244.79999999999998, 248.47199999999998... [INFO] [stdout] 81543 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81544 | focus__from_gray_1: "focus:from-gray-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81546:5 [INFO] [stdout] | [INFO] [stdout] 81546 | / /** [INFO] [stdout] 81547 | | --gradient-from-color: hsl(212, 33%, 89%); [INFO] [stdout] 81548 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217.69350000000003, 226.3329, 236.2064999999999... [INFO] [stdout] 81549 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81550 | focus__from_gray_2: "focus:from-gray-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81552:5 [INFO] [stdout] | [INFO] [stdout] 81552 | / /** [INFO] [stdout] 81553 | | --gradient-from-color: hsl(210, 31%, 80%); [INFO] [stdout] 81554 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(188.19, 204, 219.81000000000003, 0)); [INFO] [stdout] 81555 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81556 | focus__from_gray_3: "focus:from-gray-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81558:5 [INFO] [stdout] | [INFO] [stdout] 81558 | / /** [INFO] [stdout] 81559 | | --gradient-from-color: hsl(211, 27%, 70%); [INFO] [stdout] 81560 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(157.845, 177.81149999999997, 199.15499999999997... [INFO] [stdout] 81561 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81562 | focus__from_gray_4: "focus:from-gray-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81564:5 [INFO] [stdout] | [INFO] [stdout] 81564 | / /** [INFO] [stdout] 81565 | | --gradient-from-color: hsl(209, 23%, 60%); [INFO] [stdout] 81566 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129.54, 153.78199999999995, 176.45999999999998,... [INFO] [stdout] 81567 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81568 | focus__from_gray_5: "focus:from-gray-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81570:5 [INFO] [stdout] | [INFO] [stdout] 81570 | / /** [INFO] [stdout] 81571 | | --gradient-from-color: hsl(210, 22%, 49%); [INFO] [stdout] 81572 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(97.461, 124.94999999999997, 152.439, 0)); [INFO] [stdout] 81573 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81574 | focus__from_gray_6: "focus:from-gray-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81576:5 [INFO] [stdout] | [INFO] [stdout] 81576 | / /** [INFO] [stdout] 81577 | | --gradient-from-color: hsl(209, 28%, 39%); [INFO] [stdout] 81578 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(71.604, 100.37819999999996, 127.296, 0)); [INFO] [stdout] 81579 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81580 | focus__from_gray_7: "focus:from-gray-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81582:5 [INFO] [stdout] | [INFO] [stdout] 81582 | / /** [INFO] [stdout] 81583 | | --gradient-from-color: hsl(209, 34%, 30%); [INFO] [stdout] 81584 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(50.48999999999999, 77.36699999999998, 102.51, 0)); [INFO] [stdout] 81585 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81586 | focus__from_gray_8: "focus:from-gray-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81588:5 [INFO] [stdout] | [INFO] [stdout] 81588 | / /** [INFO] [stdout] 81589 | | --gradient-from-color: hsl(211, 39%, 23%); [INFO] [stdout] 81590 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35.77649999999999, 57.88754999999998, 81.523500... [INFO] [stdout] 81591 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81592 | focus__from_gray_9: "focus:from-gray-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81594:5 [INFO] [stdout] | [INFO] [stdout] 81594 | / /** [INFO] [stdout] 81595 | | --gradient-from-color: hsl(209, 61%, 16%); [INFO] [stdout] 81596 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15.912000000000003, 41.629599999999975, 65.688,... [INFO] [stdout] 81597 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81598 | focus__from_gray_10: "focus:from-gray-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81600:5 [INFO] [stdout] | [INFO] [stdout] 81600 | / /** [INFO] [stdout] 81601 | | --gradient-from-color: hsl(205, 79%, 92%); [INFO] [stdout] 81602 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(218.48400000000007, 237.286, 250.71599999999995... [INFO] [stdout] 81603 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81604 | focus__from_blue_1: "focus:from-blue-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81606:5 [INFO] [stdout] | [INFO] [stdout] 81606 | / /** [INFO] [stdout] 81607 | | --gradient-from-color: hsl(205, 97%, 85%); [INFO] [stdout] 81608 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(179.64750000000004, 222.93375, 253.852499999999... [INFO] [stdout] 81609 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81610 | focus__from_blue_2: "focus:from-blue-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81612:5 [INFO] [stdout] | [INFO] [stdout] 81612 | / /** [INFO] [stdout] 81613 | | --gradient-from-color: hsl(205, 84%, 74%); [INFO] [stdout] 81614 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(133.00799999999995, 197.982, 244.39200000000002... [INFO] [stdout] 81615 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81616 | focus__from_blue_3: "focus:from-blue-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81618:5 [INFO] [stdout] | [INFO] [stdout] 81618 | / /** [INFO] [stdout] 81619 | | --gradient-from-color: hsl(205, 74%, 65%); [INFO] [stdout] 81620 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99.70499999999997, 176.75750000000002, 231.7950... [INFO] [stdout] 81621 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81622 | focus__from_blue_4: "focus:from-blue-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81624:5 [INFO] [stdout] | [INFO] [stdout] 81624 | / /** [INFO] [stdout] 81625 | | --gradient-from-color: hsl(205, 65%, 55%); [INFO] [stdout] 81626 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(65.6625, 152.68125, 214.83750000000003, 0)); [INFO] [stdout] 81627 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81628 | focus__from_blue_5: "focus:from-blue-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81630:5 [INFO] [stdout] | [INFO] [stdout] 81630 | / /** [INFO] [stdout] 81631 | | --gradient-from-color: hsl(205, 67%, 45%); [INFO] [stdout] 81632 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(37.86750000000002, 127.56375, 191.6325, 0)); [INFO] [stdout] 81633 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81634 | focus__from_blue_6: "focus:from-blue-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81636:5 [INFO] [stdout] | [INFO] [stdout] 81636 | / /** [INFO] [stdout] 81637 | | --gradient-from-color: hsl(205, 76%, 39%); [INFO] [stdout] 81638 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23.868000000000006, 112.047, 175.032, 0)); [INFO] [stdout] 81639 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81640 | focus__from_blue_7: "focus:from-blue-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81642:5 [INFO] [stdout] | [INFO] [stdout] 81642 | / /** [INFO] [stdout] 81643 | | --gradient-from-color: hsl(205, 82%, 33%); [INFO] [stdout] 81644 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15.147000000000002, 95.6505, 153.15300000000002... [INFO] [stdout] 81645 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81646 | focus__from_blue_8: "focus:from-blue-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81648:5 [INFO] [stdout] | [INFO] [stdout] 81648 | / /** [INFO] [stdout] 81649 | | --gradient-from-color: hsl(205, 87%, 29%); [INFO] [stdout] 81650 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(9.61349999999999, 84.67275, 138.2865, 0)); [INFO] [stdout] 81651 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81652 | focus__from_blue_9: "focus:from-blue-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81654:5 [INFO] [stdout] | [INFO] [stdout] 81654 | / /** [INFO] [stdout] 81655 | | --gradient-from-color: hsl(205, 100%, 21%); [INFO] [stdout] 81656 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 62.47499999999999, 107.1, 0)); [INFO] [stdout] 81657 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81658 | focus__from_blue_10: "focus:from-blue-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81660:5 [INFO] [stdout] | [INFO] [stdout] 81660 | / /** [INFO] [stdout] 81661 | | --gradient-from-color: hsl(49, 100%, 96%); [INFO] [stdout] 81662 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 251.26, 234.6, 0)); [INFO] [stdout] 81663 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81664 | focus__from_yellow_1: "focus:from-yellow-1", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81666:5 [INFO] [stdout] | [INFO] [stdout] 81666 | / /** [INFO] [stdout] 81667 | | --gradient-from-color: hsl(48, 100%, 88%); [INFO] [stdout] 81668 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254.99999999999997, 242.76, 193.80000000000004,... [INFO] [stdout] 81669 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81670 | focus__from_yellow_2: "focus:from-yellow-2", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81672:5 [INFO] [stdout] | [INFO] [stdout] 81672 | / /** [INFO] [stdout] 81673 | | --gradient-from-color: hsl(48, 95%, 76%); [INFO] [stdout] 81674 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251.94, 228.684, 135.66, 0)); [INFO] [stdout] 81675 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81676 | focus__from_yellow_3: "focus:from-yellow-3", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81678:5 [INFO] [stdout] | [INFO] [stdout] 81678 | / /** [INFO] [stdout] 81679 | | --gradient-from-color: hsl(48, 94%, 68%); [INFO] [stdout] 81680 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250.10400000000004, 219.42240000000004, 96.696,... [INFO] [stdout] 81681 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81682 | focus__from_yellow_4: "focus:from-yellow-4", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81684:5 [INFO] [stdout] | [INFO] [stdout] 81684 | / /** [INFO] [stdout] 81685 | | --gradient-from-color: hsl(44, 92%, 63%); [INFO] [stdout] 81686 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247.452, 201.15760000000003, 73.848, 0)); [INFO] [stdout] 81687 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81688 | focus__from_yellow_5: "focus:from-yellow-5", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81690:5 [INFO] [stdout] | [INFO] [stdout] 81690 | / /** [INFO] [stdout] 81691 | | --gradient-from-color: hsl(42, 87%, 55%); [INFO] [stdout] 81692 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240.08249999999998, 180.183, 40.41750000000005,... [INFO] [stdout] 81693 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81694 | focus__from_yellow_6: "focus:from-yellow-6", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81696:5 [INFO] [stdout] | [INFO] [stdout] 81696 | / /** [INFO] [stdout] 81697 | | --gradient-from-color: hsl(36, 77%, 49%); [INFO] [stdout] 81698 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221.1615, 144.19230000000002, 28.73850000000000... [INFO] [stdout] 81699 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81700 | focus__from_yellow_7: "focus:from-yellow-7", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81702:5 [INFO] [stdout] | [INFO] [stdout] 81702 | / /** [INFO] [stdout] 81703 | | --gradient-from-color: hsl(29, 80%, 44%); [INFO] [stdout] 81704 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(201.96, 109.208, 22.43999999999999, 0)); [INFO] [stdout] 81705 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81706 | focus__from_yellow_8: "focus:from-yellow-8", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81708:5 [INFO] [stdout] | [INFO] [stdout] 81708 | / /** [INFO] [stdout] 81709 | | --gradient-from-color: hsl(22, 82%, 39%); [INFO] [stdout] 81710 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(180.999, 77.7036, 17.90100000000001, 0)); [INFO] [stdout] 81711 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81712 | focus__from_yellow_9: "focus:from-yellow-9", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81714:5 [INFO] [stdout] | [INFO] [stdout] 81714 | / /** [INFO] [stdout] 81715 | | --gradient-from-color: hsl(15, 86%, 30%); [INFO] [stdout] 81716 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(142.29, 43.605, 10.71000000000001, 0)); [INFO] [stdout] 81717 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81718 | focus__from_yellow_10: "focus:from-yellow-10", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81720:5 [INFO] [stdout] | [INFO] [stdout] 81720 | / /** [INFO] [stdout] 81721 | | --gradient-via-color: #000; [INFO] [stdout] 81722 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)); [INFO] [stdout] 81723 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81724 | focus__via_black: "focus:via-black", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81726:5 [INFO] [stdout] | [INFO] [stdout] 81726 | / /** [INFO] [stdout] 81727 | | --gradient-via-color: hsl(210, 36%, 96%); [INFO] [stdout] 81728 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(241.128, 244.7999999... [INFO] [stdout] 81729 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81730 | focus__via_gray_1: "focus:via-gray-1", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81732:5 [INFO] [stdout] | [INFO] [stdout] 81732 | / /** [INFO] [stdout] 81733 | | --gradient-via-color: hsl(212, 33%, 89%); [INFO] [stdout] 81734 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217.69350000000003, ... [INFO] [stdout] 81735 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81736 | focus__via_gray_2: "focus:via-gray-2", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81738:5 [INFO] [stdout] | [INFO] [stdout] 81738 | / /** [INFO] [stdout] 81739 | | --gradient-via-color: hsl(210, 31%, 80%); [INFO] [stdout] 81740 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(188.19, 204, 219.810... [INFO] [stdout] 81741 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81742 | focus__via_gray_3: "focus:via-gray-3", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81744:5 [INFO] [stdout] | [INFO] [stdout] 81744 | / /** [INFO] [stdout] 81745 | | --gradient-via-color: hsl(211, 27%, 70%); [INFO] [stdout] 81746 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(157.845, 177.8114999... [INFO] [stdout] 81747 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81748 | focus__via_gray_4: "focus:via-gray-4", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81750:5 [INFO] [stdout] | [INFO] [stdout] 81750 | / /** [INFO] [stdout] 81751 | | --gradient-via-color: hsl(209, 23%, 60%); [INFO] [stdout] 81752 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129.54, 153.78199999... [INFO] [stdout] 81753 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81754 | focus__via_gray_5: "focus:via-gray-5", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81756:5 [INFO] [stdout] | [INFO] [stdout] 81756 | / /** [INFO] [stdout] 81757 | | --gradient-via-color: hsl(210, 22%, 49%); [INFO] [stdout] 81758 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(97.461, 124.94999999... [INFO] [stdout] 81759 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81760 | focus__via_gray_6: "focus:via-gray-6", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81762:5 [INFO] [stdout] | [INFO] [stdout] 81762 | / /** [INFO] [stdout] 81763 | | --gradient-via-color: hsl(209, 28%, 39%); [INFO] [stdout] 81764 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(71.604, 100.37819999... [INFO] [stdout] 81765 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81766 | focus__via_gray_7: "focus:via-gray-7", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81768:5 [INFO] [stdout] | [INFO] [stdout] 81768 | / /** [INFO] [stdout] 81769 | | --gradient-via-color: hsl(209, 34%, 30%); [INFO] [stdout] 81770 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(50.48999999999999, 7... [INFO] [stdout] 81771 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81772 | focus__via_gray_8: "focus:via-gray-8", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81774:5 [INFO] [stdout] | [INFO] [stdout] 81774 | / /** [INFO] [stdout] 81775 | | --gradient-via-color: hsl(211, 39%, 23%); [INFO] [stdout] 81776 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35.77649999999999, 5... [INFO] [stdout] 81777 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81778 | focus__via_gray_9: "focus:via-gray-9", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81780:5 [INFO] [stdout] | [INFO] [stdout] 81780 | / /** [INFO] [stdout] 81781 | | --gradient-via-color: hsl(209, 61%, 16%); [INFO] [stdout] 81782 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15.912000000000003, ... [INFO] [stdout] 81783 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81784 | focus__via_gray_10: "focus:via-gray-10", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81786:5 [INFO] [stdout] | [INFO] [stdout] 81786 | / /** [INFO] [stdout] 81787 | | --gradient-via-color: hsl(205, 79%, 92%); [INFO] [stdout] 81788 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(218.48400000000007, ... [INFO] [stdout] 81789 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81790 | focus__via_blue_1: "focus:via-blue-1", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81792:5 [INFO] [stdout] | [INFO] [stdout] 81792 | / /** [INFO] [stdout] 81793 | | --gradient-via-color: hsl(205, 97%, 85%); [INFO] [stdout] 81794 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(179.64750000000004, ... [INFO] [stdout] 81795 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81796 | focus__via_blue_2: "focus:via-blue-2", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81798:5 [INFO] [stdout] | [INFO] [stdout] 81798 | / /** [INFO] [stdout] 81799 | | --gradient-via-color: hsl(205, 84%, 74%); [INFO] [stdout] 81800 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(133.00799999999995, ... [INFO] [stdout] 81801 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81802 | focus__via_blue_3: "focus:via-blue-3", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81804:5 [INFO] [stdout] | [INFO] [stdout] 81804 | / /** [INFO] [stdout] 81805 | | --gradient-via-color: hsl(205, 74%, 65%); [INFO] [stdout] 81806 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99.70499999999997, 1... [INFO] [stdout] 81807 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81808 | focus__via_blue_4: "focus:via-blue-4", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81810:5 [INFO] [stdout] | [INFO] [stdout] 81810 | / /** [INFO] [stdout] 81811 | | --gradient-via-color: hsl(205, 65%, 55%); [INFO] [stdout] 81812 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(65.6625, 152.68125, ... [INFO] [stdout] 81813 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81814 | focus__via_blue_5: "focus:via-blue-5", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81816:5 [INFO] [stdout] | [INFO] [stdout] 81816 | / /** [INFO] [stdout] 81817 | | --gradient-via-color: hsl(205, 67%, 45%); [INFO] [stdout] 81818 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(37.86750000000002, 1... [INFO] [stdout] 81819 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81820 | focus__via_blue_6: "focus:via-blue-6", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81822:5 [INFO] [stdout] | [INFO] [stdout] 81822 | / /** [INFO] [stdout] 81823 | | --gradient-via-color: hsl(205, 76%, 39%); [INFO] [stdout] 81824 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23.868000000000006, ... [INFO] [stdout] 81825 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81826 | focus__via_blue_7: "focus:via-blue-7", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81828:5 [INFO] [stdout] | [INFO] [stdout] 81828 | / /** [INFO] [stdout] 81829 | | --gradient-via-color: hsl(205, 82%, 33%); [INFO] [stdout] 81830 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15.147000000000002, ... [INFO] [stdout] 81831 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81832 | focus__via_blue_8: "focus:via-blue-8", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81834:5 [INFO] [stdout] | [INFO] [stdout] 81834 | / /** [INFO] [stdout] 81835 | | --gradient-via-color: hsl(205, 87%, 29%); [INFO] [stdout] 81836 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(9.61349999999999, 84... [INFO] [stdout] 81837 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81838 | focus__via_blue_9: "focus:via-blue-9", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81840:5 [INFO] [stdout] | [INFO] [stdout] 81840 | / /** [INFO] [stdout] 81841 | | --gradient-via-color: hsl(205, 100%, 21%); [INFO] [stdout] 81842 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 62.47499999999999... [INFO] [stdout] 81843 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81844 | focus__via_blue_10: "focus:via-blue-10", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81846:5 [INFO] [stdout] | [INFO] [stdout] 81846 | / /** [INFO] [stdout] 81847 | | --gradient-via-color: hsl(49, 100%, 96%); [INFO] [stdout] 81848 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 251.26, 234.6, ... [INFO] [stdout] 81849 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81850 | focus__via_yellow_1: "focus:via-yellow-1", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81852:5 [INFO] [stdout] | [INFO] [stdout] 81852 | / /** [INFO] [stdout] 81853 | | --gradient-via-color: hsl(48, 100%, 88%); [INFO] [stdout] 81854 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254.99999999999997, ... [INFO] [stdout] 81855 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81856 | focus__via_yellow_2: "focus:via-yellow-2", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81858:5 [INFO] [stdout] | [INFO] [stdout] 81858 | / /** [INFO] [stdout] 81859 | | --gradient-via-color: hsl(48, 95%, 76%); [INFO] [stdout] 81860 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251.94, 228.684, 135... [INFO] [stdout] 81861 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81862 | focus__via_yellow_3: "focus:via-yellow-3", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81864:5 [INFO] [stdout] | [INFO] [stdout] 81864 | / /** [INFO] [stdout] 81865 | | --gradient-via-color: hsl(48, 94%, 68%); [INFO] [stdout] 81866 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250.10400000000004, ... [INFO] [stdout] 81867 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81868 | focus__via_yellow_4: "focus:via-yellow-4", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81870:5 [INFO] [stdout] | [INFO] [stdout] 81870 | / /** [INFO] [stdout] 81871 | | --gradient-via-color: hsl(44, 92%, 63%); [INFO] [stdout] 81872 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247.452, 201.1576000... [INFO] [stdout] 81873 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81874 | focus__via_yellow_5: "focus:via-yellow-5", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81876:5 [INFO] [stdout] | [INFO] [stdout] 81876 | / /** [INFO] [stdout] 81877 | | --gradient-via-color: hsl(42, 87%, 55%); [INFO] [stdout] 81878 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240.08249999999998, ... [INFO] [stdout] 81879 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81880 | focus__via_yellow_6: "focus:via-yellow-6", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81882:5 [INFO] [stdout] | [INFO] [stdout] 81882 | / /** [INFO] [stdout] 81883 | | --gradient-via-color: hsl(36, 77%, 49%); [INFO] [stdout] 81884 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221.1615, 144.192300... [INFO] [stdout] 81885 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81886 | focus__via_yellow_7: "focus:via-yellow-7", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81888:5 [INFO] [stdout] | [INFO] [stdout] 81888 | / /** [INFO] [stdout] 81889 | | --gradient-via-color: hsl(29, 80%, 44%); [INFO] [stdout] 81890 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(201.96, 109.208, 22.... [INFO] [stdout] 81891 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81892 | focus__via_yellow_8: "focus:via-yellow-8", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81894:5 [INFO] [stdout] | [INFO] [stdout] 81894 | / /** [INFO] [stdout] 81895 | | --gradient-via-color: hsl(22, 82%, 39%); [INFO] [stdout] 81896 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(180.999, 77.7036, 17... [INFO] [stdout] 81897 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81898 | focus__via_yellow_9: "focus:via-yellow-9", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81900:5 [INFO] [stdout] | [INFO] [stdout] 81900 | / /** [INFO] [stdout] 81901 | | --gradient-via-color: hsl(15, 86%, 30%); [INFO] [stdout] 81902 | | --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(142.29, 43.605, 10.7... [INFO] [stdout] 81903 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81904 | focus__via_yellow_10: "focus:via-yellow-10", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81906:5 [INFO] [stdout] | [INFO] [stdout] 81906 | / /** [INFO] [stdout] 81907 | | --gradient-to-color: #000; [INFO] [stdout] 81908 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81909 | focus__to_black: "focus:to-black", [INFO] [stdout] | --------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81911:5 [INFO] [stdout] | [INFO] [stdout] 81911 | / /** [INFO] [stdout] 81912 | | --gradient-to-color: hsl(210, 36%, 96%); [INFO] [stdout] 81913 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81914 | focus__to_gray_1: "focus:to-gray-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81916:5 [INFO] [stdout] | [INFO] [stdout] 81916 | / /** [INFO] [stdout] 81917 | | --gradient-to-color: hsl(212, 33%, 89%); [INFO] [stdout] 81918 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81919 | focus__to_gray_2: "focus:to-gray-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81921:5 [INFO] [stdout] | [INFO] [stdout] 81921 | / /** [INFO] [stdout] 81922 | | --gradient-to-color: hsl(210, 31%, 80%); [INFO] [stdout] 81923 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81924 | focus__to_gray_3: "focus:to-gray-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81926:5 [INFO] [stdout] | [INFO] [stdout] 81926 | / /** [INFO] [stdout] 81927 | | --gradient-to-color: hsl(211, 27%, 70%); [INFO] [stdout] 81928 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81929 | focus__to_gray_4: "focus:to-gray-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81931:5 [INFO] [stdout] | [INFO] [stdout] 81931 | / /** [INFO] [stdout] 81932 | | --gradient-to-color: hsl(209, 23%, 60%); [INFO] [stdout] 81933 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81934 | focus__to_gray_5: "focus:to-gray-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81936:5 [INFO] [stdout] | [INFO] [stdout] 81936 | / /** [INFO] [stdout] 81937 | | --gradient-to-color: hsl(210, 22%, 49%); [INFO] [stdout] 81938 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81939 | focus__to_gray_6: "focus:to-gray-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81941:5 [INFO] [stdout] | [INFO] [stdout] 81941 | / /** [INFO] [stdout] 81942 | | --gradient-to-color: hsl(209, 28%, 39%); [INFO] [stdout] 81943 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81944 | focus__to_gray_7: "focus:to-gray-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81946:5 [INFO] [stdout] | [INFO] [stdout] 81946 | / /** [INFO] [stdout] 81947 | | --gradient-to-color: hsl(209, 34%, 30%); [INFO] [stdout] 81948 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81949 | focus__to_gray_8: "focus:to-gray-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81951:5 [INFO] [stdout] | [INFO] [stdout] 81951 | / /** [INFO] [stdout] 81952 | | --gradient-to-color: hsl(211, 39%, 23%); [INFO] [stdout] 81953 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81954 | focus__to_gray_9: "focus:to-gray-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81956:5 [INFO] [stdout] | [INFO] [stdout] 81956 | / /** [INFO] [stdout] 81957 | | --gradient-to-color: hsl(209, 61%, 16%); [INFO] [stdout] 81958 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81959 | focus__to_gray_10: "focus:to-gray-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81961:5 [INFO] [stdout] | [INFO] [stdout] 81961 | / /** [INFO] [stdout] 81962 | | --gradient-to-color: hsl(205, 79%, 92%); [INFO] [stdout] 81963 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81964 | focus__to_blue_1: "focus:to-blue-1", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81966:5 [INFO] [stdout] | [INFO] [stdout] 81966 | / /** [INFO] [stdout] 81967 | | --gradient-to-color: hsl(205, 97%, 85%); [INFO] [stdout] 81968 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81969 | focus__to_blue_2: "focus:to-blue-2", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81971:5 [INFO] [stdout] | [INFO] [stdout] 81971 | / /** [INFO] [stdout] 81972 | | --gradient-to-color: hsl(205, 84%, 74%); [INFO] [stdout] 81973 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81974 | focus__to_blue_3: "focus:to-blue-3", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81976:5 [INFO] [stdout] | [INFO] [stdout] 81976 | / /** [INFO] [stdout] 81977 | | --gradient-to-color: hsl(205, 74%, 65%); [INFO] [stdout] 81978 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81979 | focus__to_blue_4: "focus:to-blue-4", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81981:5 [INFO] [stdout] | [INFO] [stdout] 81981 | / /** [INFO] [stdout] 81982 | | --gradient-to-color: hsl(205, 65%, 55%); [INFO] [stdout] 81983 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81984 | focus__to_blue_5: "focus:to-blue-5", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81986:5 [INFO] [stdout] | [INFO] [stdout] 81986 | / /** [INFO] [stdout] 81987 | | --gradient-to-color: hsl(205, 67%, 45%); [INFO] [stdout] 81988 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81989 | focus__to_blue_6: "focus:to-blue-6", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81991:5 [INFO] [stdout] | [INFO] [stdout] 81991 | / /** [INFO] [stdout] 81992 | | --gradient-to-color: hsl(205, 76%, 39%); [INFO] [stdout] 81993 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81994 | focus__to_blue_7: "focus:to-blue-7", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:81996:5 [INFO] [stdout] | [INFO] [stdout] 81996 | / /** [INFO] [stdout] 81997 | | --gradient-to-color: hsl(205, 82%, 33%); [INFO] [stdout] 81998 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 81999 | focus__to_blue_8: "focus:to-blue-8", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82001:5 [INFO] [stdout] | [INFO] [stdout] 82001 | / /** [INFO] [stdout] 82002 | | --gradient-to-color: hsl(205, 87%, 29%); [INFO] [stdout] 82003 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82004 | focus__to_blue_9: "focus:to-blue-9", [INFO] [stdout] | ----------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82006:5 [INFO] [stdout] | [INFO] [stdout] 82006 | / /** [INFO] [stdout] 82007 | | --gradient-to-color: hsl(205, 100%, 21%); [INFO] [stdout] 82008 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82009 | focus__to_blue_10: "focus:to-blue-10", [INFO] [stdout] | ------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82011:5 [INFO] [stdout] | [INFO] [stdout] 82011 | / /** [INFO] [stdout] 82012 | | --gradient-to-color: hsl(49, 100%, 96%); [INFO] [stdout] 82013 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82014 | focus__to_yellow_1: "focus:to-yellow-1", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82016:5 [INFO] [stdout] | [INFO] [stdout] 82016 | / /** [INFO] [stdout] 82017 | | --gradient-to-color: hsl(48, 100%, 88%); [INFO] [stdout] 82018 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82019 | focus__to_yellow_2: "focus:to-yellow-2", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82021:5 [INFO] [stdout] | [INFO] [stdout] 82021 | / /** [INFO] [stdout] 82022 | | --gradient-to-color: hsl(48, 95%, 76%); [INFO] [stdout] 82023 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82024 | focus__to_yellow_3: "focus:to-yellow-3", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82026:5 [INFO] [stdout] | [INFO] [stdout] 82026 | / /** [INFO] [stdout] 82027 | | --gradient-to-color: hsl(48, 94%, 68%); [INFO] [stdout] 82028 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82029 | focus__to_yellow_4: "focus:to-yellow-4", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82031:5 [INFO] [stdout] | [INFO] [stdout] 82031 | / /** [INFO] [stdout] 82032 | | --gradient-to-color: hsl(44, 92%, 63%); [INFO] [stdout] 82033 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82034 | focus__to_yellow_5: "focus:to-yellow-5", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82036:5 [INFO] [stdout] | [INFO] [stdout] 82036 | / /** [INFO] [stdout] 82037 | | --gradient-to-color: hsl(42, 87%, 55%); [INFO] [stdout] 82038 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82039 | focus__to_yellow_6: "focus:to-yellow-6", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82041:5 [INFO] [stdout] | [INFO] [stdout] 82041 | / /** [INFO] [stdout] 82042 | | --gradient-to-color: hsl(36, 77%, 49%); [INFO] [stdout] 82043 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82044 | focus__to_yellow_7: "focus:to-yellow-7", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82046:5 [INFO] [stdout] | [INFO] [stdout] 82046 | / /** [INFO] [stdout] 82047 | | --gradient-to-color: hsl(29, 80%, 44%); [INFO] [stdout] 82048 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82049 | focus__to_yellow_8: "focus:to-yellow-8", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82051:5 [INFO] [stdout] | [INFO] [stdout] 82051 | / /** [INFO] [stdout] 82052 | | --gradient-to-color: hsl(22, 82%, 39%); [INFO] [stdout] 82053 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82054 | focus__to_yellow_9: "focus:to-yellow-9", [INFO] [stdout] | --------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82056:5 [INFO] [stdout] | [INFO] [stdout] 82056 | / /** [INFO] [stdout] 82057 | | --gradient-to-color: hsl(15, 86%, 30%); [INFO] [stdout] 82058 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82059 | focus__to_yellow_10: "focus:to-yellow-10", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82061:5 [INFO] [stdout] | [INFO] [stdout] 82061 | / /** [INFO] [stdout] 82062 | | --bg-opacity: 0; [INFO] [stdout] 82063 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82064 | bg_opacity_0: "bg-opacity-0", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82066:5 [INFO] [stdout] | [INFO] [stdout] 82066 | / /** [INFO] [stdout] 82067 | | --bg-opacity: 0.1px; [INFO] [stdout] 82068 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82069 | bg_opacity_10: "bg-opacity-10", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82071:5 [INFO] [stdout] | [INFO] [stdout] 82071 | / /** [INFO] [stdout] 82072 | | --bg-opacity: 0.2px; [INFO] [stdout] 82073 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82074 | bg_opacity_20: "bg-opacity-20", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82076:5 [INFO] [stdout] | [INFO] [stdout] 82076 | / /** [INFO] [stdout] 82077 | | --bg-opacity: 0.3px; [INFO] [stdout] 82078 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82079 | bg_opacity_30: "bg-opacity-30", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82081:5 [INFO] [stdout] | [INFO] [stdout] 82081 | / /** [INFO] [stdout] 82082 | | --bg-opacity: 0.4px; [INFO] [stdout] 82083 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82084 | bg_opacity_40: "bg-opacity-40", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82086:5 [INFO] [stdout] | [INFO] [stdout] 82086 | / /** [INFO] [stdout] 82087 | | --bg-opacity: 0.5px; [INFO] [stdout] 82088 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82089 | bg_opacity_50: "bg-opacity-50", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82091:5 [INFO] [stdout] | [INFO] [stdout] 82091 | / /** [INFO] [stdout] 82092 | | --bg-opacity: 0.6px; [INFO] [stdout] 82093 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82094 | bg_opacity_60: "bg-opacity-60", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82096:5 [INFO] [stdout] | [INFO] [stdout] 82096 | / /** [INFO] [stdout] 82097 | | --bg-opacity: 0.7px; [INFO] [stdout] 82098 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82099 | bg_opacity_70: "bg-opacity-70", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82101:5 [INFO] [stdout] | [INFO] [stdout] 82101 | / /** [INFO] [stdout] 82102 | | --bg-opacity: 0.8px; [INFO] [stdout] 82103 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82104 | bg_opacity_80: "bg-opacity-80", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82106:5 [INFO] [stdout] | [INFO] [stdout] 82106 | / /** [INFO] [stdout] 82107 | | --bg-opacity: 0.9px; [INFO] [stdout] 82108 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82109 | bg_opacity_90: "bg-opacity-90", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82111:5 [INFO] [stdout] | [INFO] [stdout] 82111 | / /** [INFO] [stdout] 82112 | | --bg-opacity: 1px; [INFO] [stdout] 82113 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82114 | bg_opacity_100: "bg-opacity-100", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82116:5 [INFO] [stdout] | [INFO] [stdout] 82116 | / /** [INFO] [stdout] 82117 | | --bg-opacity: 0; [INFO] [stdout] 82118 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82119 | hover__bg_opacity_0: "hover:bg-opacity-0", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82121:5 [INFO] [stdout] | [INFO] [stdout] 82121 | / /** [INFO] [stdout] 82122 | | --bg-opacity: 0.1px; [INFO] [stdout] 82123 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82124 | hover__bg_opacity_10: "hover:bg-opacity-10", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82126:5 [INFO] [stdout] | [INFO] [stdout] 82126 | / /** [INFO] [stdout] 82127 | | --bg-opacity: 0.2px; [INFO] [stdout] 82128 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82129 | hover__bg_opacity_20: "hover:bg-opacity-20", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82131:5 [INFO] [stdout] | [INFO] [stdout] 82131 | / /** [INFO] [stdout] 82132 | | --bg-opacity: 0.3px; [INFO] [stdout] 82133 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82134 | hover__bg_opacity_30: "hover:bg-opacity-30", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82136:5 [INFO] [stdout] | [INFO] [stdout] 82136 | / /** [INFO] [stdout] 82137 | | --bg-opacity: 0.4px; [INFO] [stdout] 82138 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82139 | hover__bg_opacity_40: "hover:bg-opacity-40", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82141:5 [INFO] [stdout] | [INFO] [stdout] 82141 | / /** [INFO] [stdout] 82142 | | --bg-opacity: 0.5px; [INFO] [stdout] 82143 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82144 | hover__bg_opacity_50: "hover:bg-opacity-50", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82146:5 [INFO] [stdout] | [INFO] [stdout] 82146 | / /** [INFO] [stdout] 82147 | | --bg-opacity: 0.6px; [INFO] [stdout] 82148 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82149 | hover__bg_opacity_60: "hover:bg-opacity-60", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82151:5 [INFO] [stdout] | [INFO] [stdout] 82151 | / /** [INFO] [stdout] 82152 | | --bg-opacity: 0.7px; [INFO] [stdout] 82153 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82154 | hover__bg_opacity_70: "hover:bg-opacity-70", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82156:5 [INFO] [stdout] | [INFO] [stdout] 82156 | / /** [INFO] [stdout] 82157 | | --bg-opacity: 0.8px; [INFO] [stdout] 82158 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82159 | hover__bg_opacity_80: "hover:bg-opacity-80", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82161:5 [INFO] [stdout] | [INFO] [stdout] 82161 | / /** [INFO] [stdout] 82162 | | --bg-opacity: 0.9px; [INFO] [stdout] 82163 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82164 | hover__bg_opacity_90: "hover:bg-opacity-90", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82166:5 [INFO] [stdout] | [INFO] [stdout] 82166 | / /** [INFO] [stdout] 82167 | | --bg-opacity: 1px; [INFO] [stdout] 82168 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82169 | hover__bg_opacity_100: "hover:bg-opacity-100", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82171:5 [INFO] [stdout] | [INFO] [stdout] 82171 | / /** [INFO] [stdout] 82172 | | --bg-opacity: 0; [INFO] [stdout] 82173 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82174 | focus__bg_opacity_0: "focus:bg-opacity-0", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82176:5 [INFO] [stdout] | [INFO] [stdout] 82176 | / /** [INFO] [stdout] 82177 | | --bg-opacity: 0.1px; [INFO] [stdout] 82178 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82179 | focus__bg_opacity_10: "focus:bg-opacity-10", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82181:5 [INFO] [stdout] | [INFO] [stdout] 82181 | / /** [INFO] [stdout] 82182 | | --bg-opacity: 0.2px; [INFO] [stdout] 82183 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82184 | focus__bg_opacity_20: "focus:bg-opacity-20", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82186:5 [INFO] [stdout] | [INFO] [stdout] 82186 | / /** [INFO] [stdout] 82187 | | --bg-opacity: 0.3px; [INFO] [stdout] 82188 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82189 | focus__bg_opacity_30: "focus:bg-opacity-30", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82191:5 [INFO] [stdout] | [INFO] [stdout] 82191 | / /** [INFO] [stdout] 82192 | | --bg-opacity: 0.4px; [INFO] [stdout] 82193 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82194 | focus__bg_opacity_40: "focus:bg-opacity-40", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82196:5 [INFO] [stdout] | [INFO] [stdout] 82196 | / /** [INFO] [stdout] 82197 | | --bg-opacity: 0.5px; [INFO] [stdout] 82198 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82199 | focus__bg_opacity_50: "focus:bg-opacity-50", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82201:5 [INFO] [stdout] | [INFO] [stdout] 82201 | / /** [INFO] [stdout] 82202 | | --bg-opacity: 0.6px; [INFO] [stdout] 82203 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82204 | focus__bg_opacity_60: "focus:bg-opacity-60", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82206:5 [INFO] [stdout] | [INFO] [stdout] 82206 | / /** [INFO] [stdout] 82207 | | --bg-opacity: 0.7px; [INFO] [stdout] 82208 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82209 | focus__bg_opacity_70: "focus:bg-opacity-70", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82211:5 [INFO] [stdout] | [INFO] [stdout] 82211 | / /** [INFO] [stdout] 82212 | | --bg-opacity: 0.8px; [INFO] [stdout] 82213 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82214 | focus__bg_opacity_80: "focus:bg-opacity-80", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82216:5 [INFO] [stdout] | [INFO] [stdout] 82216 | / /** [INFO] [stdout] 82217 | | --bg-opacity: 0.9px; [INFO] [stdout] 82218 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82219 | focus__bg_opacity_90: "focus:bg-opacity-90", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82221:5 [INFO] [stdout] | [INFO] [stdout] 82221 | / /** [INFO] [stdout] 82222 | | --bg-opacity: 1px; [INFO] [stdout] 82223 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82224 | focus__bg_opacity_100: "focus:bg-opacity-100", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82226:5 [INFO] [stdout] | [INFO] [stdout] 82226 | / /** [INFO] [stdout] 82227 | | background-position: bottom; [INFO] [stdout] 82228 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82229 | bg_bottom: "bg-bottom", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82231:5 [INFO] [stdout] | [INFO] [stdout] 82231 | / /** [INFO] [stdout] 82232 | | background-position: center; [INFO] [stdout] 82233 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82234 | bg_center: "bg-center", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82236:5 [INFO] [stdout] | [INFO] [stdout] 82236 | / /** [INFO] [stdout] 82237 | | background-position: left; [INFO] [stdout] 82238 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82239 | bg_left: "bg-left", [INFO] [stdout] | ------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82241:5 [INFO] [stdout] | [INFO] [stdout] 82241 | / /** [INFO] [stdout] 82242 | | background-position: left bottom; [INFO] [stdout] 82243 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82244 | bg_left_bottom: "bg-left-bottom", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82246:5 [INFO] [stdout] | [INFO] [stdout] 82246 | / /** [INFO] [stdout] 82247 | | background-position: left top; [INFO] [stdout] 82248 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82249 | bg_left_top: "bg-left-top", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82251:5 [INFO] [stdout] | [INFO] [stdout] 82251 | / /** [INFO] [stdout] 82252 | | background-position: right; [INFO] [stdout] 82253 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82254 | bg_right: "bg-right", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82256:5 [INFO] [stdout] | [INFO] [stdout] 82256 | / /** [INFO] [stdout] 82257 | | background-position: right bottom; [INFO] [stdout] 82258 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82259 | bg_right_bottom: "bg-right-bottom", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82261:5 [INFO] [stdout] | [INFO] [stdout] 82261 | / /** [INFO] [stdout] 82262 | | background-position: right top; [INFO] [stdout] 82263 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82264 | bg_right_top: "bg-right-top", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82266:5 [INFO] [stdout] | [INFO] [stdout] 82266 | / /** [INFO] [stdout] 82267 | | background-position: top; [INFO] [stdout] 82268 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82269 | bg_top: "bg-top", [INFO] [stdout] | ---------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82271:5 [INFO] [stdout] | [INFO] [stdout] 82271 | / /** [INFO] [stdout] 82272 | | background-repeat: repeat; [INFO] [stdout] 82273 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82274 | bg_repeat: "bg-repeat", [INFO] [stdout] | ---------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82276:5 [INFO] [stdout] | [INFO] [stdout] 82276 | / /** [INFO] [stdout] 82277 | | background-repeat: no-repeat; [INFO] [stdout] 82278 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82279 | bg_no_repeat: "bg-no-repeat", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82281:5 [INFO] [stdout] | [INFO] [stdout] 82281 | / /** [INFO] [stdout] 82282 | | background-repeat: repeat-x; [INFO] [stdout] 82283 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82284 | bg_repeat_x: "bg-repeat-x", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82286:5 [INFO] [stdout] | [INFO] [stdout] 82286 | / /** [INFO] [stdout] 82287 | | background-repeat: repeat-y; [INFO] [stdout] 82288 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82289 | bg_repeat_y: "bg-repeat-y", [INFO] [stdout] | -------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82291:5 [INFO] [stdout] | [INFO] [stdout] 82291 | / /** [INFO] [stdout] 82292 | | background-repeat: round; [INFO] [stdout] 82293 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82294 | bg_repeat_round: "bg-repeat-round", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82296:5 [INFO] [stdout] | [INFO] [stdout] 82296 | / /** [INFO] [stdout] 82297 | | background-repeat: space; [INFO] [stdout] 82298 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82299 | bg_repeat_space: "bg-repeat-space", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82301:5 [INFO] [stdout] | [INFO] [stdout] 82301 | / /** [INFO] [stdout] 82302 | | background-size: auto; [INFO] [stdout] 82303 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82304 | bg_auto: "bg-auto", [INFO] [stdout] | ------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82306:5 [INFO] [stdout] | [INFO] [stdout] 82306 | / /** [INFO] [stdout] 82307 | | background-size: cover; [INFO] [stdout] 82308 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82309 | bg_cover: "bg-cover", [INFO] [stdout] | -------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82311:5 [INFO] [stdout] | [INFO] [stdout] 82311 | / /** [INFO] [stdout] 82312 | | background-size: contain; [INFO] [stdout] 82313 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82314 | bg_contain: "bg-contain", [INFO] [stdout] | ------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82316:5 [INFO] [stdout] | [INFO] [stdout] 82316 | / /** [INFO] [stdout] 82317 | | border-collapse: collapse; [INFO] [stdout] 82318 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82319 | border_collapse: "border-collapse", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82321:5 [INFO] [stdout] | [INFO] [stdout] 82321 | / /** [INFO] [stdout] 82322 | | border-collapse: separate; [INFO] [stdout] 82323 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82324 | border_separate: "border-separate", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82326:5 [INFO] [stdout] | [INFO] [stdout] 82326 | / /** [INFO] [stdout] 82327 | | --border-opacity: 1; [INFO] [stdout] 82328 | | border-color: #000; [INFO] [stdout] 82329 | | border-color: rgba(0, 0, 0, var(--border-opacity)); [INFO] [stdout] 82330 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82331 | border_black: "border-black", [INFO] [stdout] | ---------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82333:5 [INFO] [stdout] | [INFO] [stdout] 82333 | / /** [INFO] [stdout] 82334 | | --border-opacity: 1; [INFO] [stdout] 82335 | | border-color: hsl(210, 36%, 96%); [INFO] [stdout] 82336 | | border-color: rgba(241.128, 244.79999999999998, 248.47199999999998, var(--border-opacity)); [INFO] [stdout] 82337 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82338 | border_gray_1: "border-gray-1", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82340:5 [INFO] [stdout] | [INFO] [stdout] 82340 | / /** [INFO] [stdout] 82341 | | --border-opacity: 1; [INFO] [stdout] 82342 | | border-color: hsl(212, 33%, 89%); [INFO] [stdout] 82343 | | border-color: rgba(217.69350000000003, 226.3329, 236.20649999999998, var(--border-opacity)); [INFO] [stdout] 82344 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82345 | border_gray_2: "border-gray-2", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82347:5 [INFO] [stdout] | [INFO] [stdout] 82347 | / /** [INFO] [stdout] 82348 | | --border-opacity: 1; [INFO] [stdout] 82349 | | border-color: hsl(210, 31%, 80%); [INFO] [stdout] 82350 | | border-color: rgba(188.19, 204, 219.81000000000003, var(--border-opacity)); [INFO] [stdout] 82351 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82352 | border_gray_3: "border-gray-3", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82354:5 [INFO] [stdout] | [INFO] [stdout] 82354 | / /** [INFO] [stdout] 82355 | | --border-opacity: 1; [INFO] [stdout] 82356 | | border-color: hsl(211, 27%, 70%); [INFO] [stdout] 82357 | | border-color: rgba(157.845, 177.81149999999997, 199.15499999999997, var(--border-opacity)); [INFO] [stdout] 82358 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82359 | border_gray_4: "border-gray-4", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82361:5 [INFO] [stdout] | [INFO] [stdout] 82361 | / /** [INFO] [stdout] 82362 | | --border-opacity: 1; [INFO] [stdout] 82363 | | border-color: hsl(209, 23%, 60%); [INFO] [stdout] 82364 | | border-color: rgba(129.54, 153.78199999999995, 176.45999999999998, var(--border-opacity)); [INFO] [stdout] 82365 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82366 | border_gray_5: "border-gray-5", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82368:5 [INFO] [stdout] | [INFO] [stdout] 82368 | / /** [INFO] [stdout] 82369 | | --border-opacity: 1; [INFO] [stdout] 82370 | | border-color: hsl(210, 22%, 49%); [INFO] [stdout] 82371 | | border-color: rgba(97.461, 124.94999999999997, 152.439, var(--border-opacity)); [INFO] [stdout] 82372 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82373 | border_gray_6: "border-gray-6", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82375:5 [INFO] [stdout] | [INFO] [stdout] 82375 | / /** [INFO] [stdout] 82376 | | --border-opacity: 1; [INFO] [stdout] 82377 | | border-color: hsl(209, 28%, 39%); [INFO] [stdout] 82378 | | border-color: rgba(71.604, 100.37819999999996, 127.296, var(--border-opacity)); [INFO] [stdout] 82379 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82380 | border_gray_7: "border-gray-7", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82382:5 [INFO] [stdout] | [INFO] [stdout] 82382 | / /** [INFO] [stdout] 82383 | | --border-opacity: 1; [INFO] [stdout] 82384 | | border-color: hsl(209, 34%, 30%); [INFO] [stdout] 82385 | | border-color: rgba(50.48999999999999, 77.36699999999998, 102.51, var(--border-opacity)); [INFO] [stdout] 82386 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82387 | border_gray_8: "border-gray-8", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82389:5 [INFO] [stdout] | [INFO] [stdout] 82389 | / /** [INFO] [stdout] 82390 | | --border-opacity: 1; [INFO] [stdout] 82391 | | border-color: hsl(211, 39%, 23%); [INFO] [stdout] 82392 | | border-color: rgba(35.77649999999999, 57.88754999999998, 81.52350000000001, var(--border-opacity)); [INFO] [stdout] 82393 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82394 | border_gray_9: "border-gray-9", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82396:5 [INFO] [stdout] | [INFO] [stdout] 82396 | / /** [INFO] [stdout] 82397 | | --border-opacity: 1; [INFO] [stdout] 82398 | | border-color: hsl(209, 61%, 16%); [INFO] [stdout] 82399 | | border-color: rgba(15.912000000000003, 41.629599999999975, 65.688, var(--border-opacity)); [INFO] [stdout] 82400 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82401 | border_gray_10: "border-gray-10", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82403:5 [INFO] [stdout] | [INFO] [stdout] 82403 | / /** [INFO] [stdout] 82404 | | --border-opacity: 1; [INFO] [stdout] 82405 | | border-color: hsl(205, 79%, 92%); [INFO] [stdout] 82406 | | border-color: rgba(218.48400000000007, 237.286, 250.71599999999995, var(--border-opacity)); [INFO] [stdout] 82407 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82408 | border_blue_1: "border-blue-1", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82410:5 [INFO] [stdout] | [INFO] [stdout] 82410 | / /** [INFO] [stdout] 82411 | | --border-opacity: 1; [INFO] [stdout] 82412 | | border-color: hsl(205, 97%, 85%); [INFO] [stdout] 82413 | | border-color: rgba(179.64750000000004, 222.93375, 253.85249999999996, var(--border-opacity)); [INFO] [stdout] 82414 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82415 | border_blue_2: "border-blue-2", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82417:5 [INFO] [stdout] | [INFO] [stdout] 82417 | / /** [INFO] [stdout] 82418 | | --border-opacity: 1; [INFO] [stdout] 82419 | | border-color: hsl(205, 84%, 74%); [INFO] [stdout] 82420 | | border-color: rgba(133.00799999999995, 197.982, 244.39200000000002, var(--border-opacity)); [INFO] [stdout] 82421 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82422 | border_blue_3: "border-blue-3", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82424:5 [INFO] [stdout] | [INFO] [stdout] 82424 | / /** [INFO] [stdout] 82425 | | --border-opacity: 1; [INFO] [stdout] 82426 | | border-color: hsl(205, 74%, 65%); [INFO] [stdout] 82427 | | border-color: rgba(99.70499999999997, 176.75750000000002, 231.79500000000004, var(--border-opacity)); [INFO] [stdout] 82428 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82429 | border_blue_4: "border-blue-4", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82431:5 [INFO] [stdout] | [INFO] [stdout] 82431 | / /** [INFO] [stdout] 82432 | | --border-opacity: 1; [INFO] [stdout] 82433 | | border-color: hsl(205, 65%, 55%); [INFO] [stdout] 82434 | | border-color: rgba(65.6625, 152.68125, 214.83750000000003, var(--border-opacity)); [INFO] [stdout] 82435 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82436 | border_blue_5: "border-blue-5", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82438:5 [INFO] [stdout] | [INFO] [stdout] 82438 | / /** [INFO] [stdout] 82439 | | --border-opacity: 1; [INFO] [stdout] 82440 | | border-color: hsl(205, 67%, 45%); [INFO] [stdout] 82441 | | border-color: rgba(37.86750000000002, 127.56375, 191.6325, var(--border-opacity)); [INFO] [stdout] 82442 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82443 | border_blue_6: "border-blue-6", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82445:5 [INFO] [stdout] | [INFO] [stdout] 82445 | / /** [INFO] [stdout] 82446 | | --border-opacity: 1; [INFO] [stdout] 82447 | | border-color: hsl(205, 76%, 39%); [INFO] [stdout] 82448 | | border-color: rgba(23.868000000000006, 112.047, 175.032, var(--border-opacity)); [INFO] [stdout] 82449 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82450 | border_blue_7: "border-blue-7", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82452:5 [INFO] [stdout] | [INFO] [stdout] 82452 | / /** [INFO] [stdout] 82453 | | --border-opacity: 1; [INFO] [stdout] 82454 | | border-color: hsl(205, 82%, 33%); [INFO] [stdout] 82455 | | border-color: rgba(15.147000000000002, 95.6505, 153.15300000000002, var(--border-opacity)); [INFO] [stdout] 82456 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82457 | border_blue_8: "border-blue-8", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82459:5 [INFO] [stdout] | [INFO] [stdout] 82459 | / /** [INFO] [stdout] 82460 | | --border-opacity: 1; [INFO] [stdout] 82461 | | border-color: hsl(205, 87%, 29%); [INFO] [stdout] 82462 | | border-color: rgba(9.61349999999999, 84.67275, 138.2865, var(--border-opacity)); [INFO] [stdout] 82463 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82464 | border_blue_9: "border-blue-9", [INFO] [stdout] | ------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82466:5 [INFO] [stdout] | [INFO] [stdout] 82466 | / /** [INFO] [stdout] 82467 | | --border-opacity: 1; [INFO] [stdout] 82468 | | border-color: hsl(205, 100%, 21%); [INFO] [stdout] 82469 | | border-color: rgba(0, 62.47499999999999, 107.1, var(--border-opacity)); [INFO] [stdout] 82470 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82471 | border_blue_10: "border-blue-10", [INFO] [stdout] | -------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82473:5 [INFO] [stdout] | [INFO] [stdout] 82473 | / /** [INFO] [stdout] 82474 | | --border-opacity: 1; [INFO] [stdout] 82475 | | border-color: hsl(49, 100%, 96%); [INFO] [stdout] 82476 | | border-color: rgba(255, 251.26, 234.6, var(--border-opacity)); [INFO] [stdout] 82477 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82478 | border_yellow_1: "border-yellow-1", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82480:5 [INFO] [stdout] | [INFO] [stdout] 82480 | / /** [INFO] [stdout] 82481 | | --border-opacity: 1; [INFO] [stdout] 82482 | | border-color: hsl(48, 100%, 88%); [INFO] [stdout] 82483 | | border-color: rgba(254.99999999999997, 242.76, 193.80000000000004, var(--border-opacity)); [INFO] [stdout] 82484 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82485 | border_yellow_2: "border-yellow-2", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82487:5 [INFO] [stdout] | [INFO] [stdout] 82487 | / /** [INFO] [stdout] 82488 | | --border-opacity: 1; [INFO] [stdout] 82489 | | border-color: hsl(48, 95%, 76%); [INFO] [stdout] 82490 | | border-color: rgba(251.94, 228.684, 135.66, var(--border-opacity)); [INFO] [stdout] 82491 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82492 | border_yellow_3: "border-yellow-3", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82494:5 [INFO] [stdout] | [INFO] [stdout] 82494 | / /** [INFO] [stdout] 82495 | | --border-opacity: 1; [INFO] [stdout] 82496 | | border-color: hsl(48, 94%, 68%); [INFO] [stdout] 82497 | | border-color: rgba(250.10400000000004, 219.42240000000004, 96.696, var(--border-opacity)); [INFO] [stdout] 82498 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82499 | border_yellow_4: "border-yellow-4", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82501:5 [INFO] [stdout] | [INFO] [stdout] 82501 | / /** [INFO] [stdout] 82502 | | --border-opacity: 1; [INFO] [stdout] 82503 | | border-color: hsl(44, 92%, 63%); [INFO] [stdout] 82504 | | border-color: rgba(247.452, 201.15760000000003, 73.848, var(--border-opacity)); [INFO] [stdout] 82505 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82506 | border_yellow_5: "border-yellow-5", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82508:5 [INFO] [stdout] | [INFO] [stdout] 82508 | / /** [INFO] [stdout] 82509 | | --border-opacity: 1; [INFO] [stdout] 82510 | | border-color: hsl(42, 87%, 55%); [INFO] [stdout] 82511 | | border-color: rgba(240.08249999999998, 180.183, 40.41750000000005, var(--border-opacity)); [INFO] [stdout] 82512 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82513 | border_yellow_6: "border-yellow-6", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82515:5 [INFO] [stdout] | [INFO] [stdout] 82515 | / /** [INFO] [stdout] 82516 | | --border-opacity: 1; [INFO] [stdout] 82517 | | border-color: hsl(36, 77%, 49%); [INFO] [stdout] 82518 | | border-color: rgba(221.1615, 144.19230000000002, 28.738500000000005, var(--border-opacity)); [INFO] [stdout] 82519 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82520 | border_yellow_7: "border-yellow-7", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82522:5 [INFO] [stdout] | [INFO] [stdout] 82522 | / /** [INFO] [stdout] 82523 | | --border-opacity: 1; [INFO] [stdout] 82524 | | border-color: hsl(29, 80%, 44%); [INFO] [stdout] 82525 | | border-color: rgba(201.96, 109.208, 22.43999999999999, var(--border-opacity)); [INFO] [stdout] 82526 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82527 | border_yellow_8: "border-yellow-8", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82529:5 [INFO] [stdout] | [INFO] [stdout] 82529 | / /** [INFO] [stdout] 82530 | | --border-opacity: 1; [INFO] [stdout] 82531 | | border-color: hsl(22, 82%, 39%); [INFO] [stdout] 82532 | | border-color: rgba(180.999, 77.7036, 17.90100000000001, var(--border-opacity)); [INFO] [stdout] 82533 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82534 | border_yellow_9: "border-yellow-9", [INFO] [stdout] | ---------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82536:5 [INFO] [stdout] | [INFO] [stdout] 82536 | / /** [INFO] [stdout] 82537 | | --border-opacity: 1; [INFO] [stdout] 82538 | | border-color: hsl(15, 86%, 30%); [INFO] [stdout] 82539 | | border-color: rgba(142.29, 43.605, 10.71000000000001, var(--border-opacity)); [INFO] [stdout] 82540 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82541 | border_yellow_10: "border-yellow-10", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82543:5 [INFO] [stdout] | [INFO] [stdout] 82543 | / /** [INFO] [stdout] 82544 | | --border-opacity: 1; [INFO] [stdout] 82545 | | border-color: #000; [INFO] [stdout] 82546 | | border-color: rgba(0, 0, 0, var(--border-opacity)); [INFO] [stdout] 82547 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82548 | hover__border_black: "hover:border-black", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82550:5 [INFO] [stdout] | [INFO] [stdout] 82550 | / /** [INFO] [stdout] 82551 | | --border-opacity: 1; [INFO] [stdout] 82552 | | border-color: hsl(210, 36%, 96%); [INFO] [stdout] 82553 | | border-color: rgba(241.128, 244.79999999999998, 248.47199999999998, var(--border-opacity)); [INFO] [stdout] 82554 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82555 | hover__border_gray_1: "hover:border-gray-1", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82557:5 [INFO] [stdout] | [INFO] [stdout] 82557 | / /** [INFO] [stdout] 82558 | | --border-opacity: 1; [INFO] [stdout] 82559 | | border-color: hsl(212, 33%, 89%); [INFO] [stdout] 82560 | | border-color: rgba(217.69350000000003, 226.3329, 236.20649999999998, var(--border-opacity)); [INFO] [stdout] 82561 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82562 | hover__border_gray_2: "hover:border-gray-2", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82564:5 [INFO] [stdout] | [INFO] [stdout] 82564 | / /** [INFO] [stdout] 82565 | | --border-opacity: 1; [INFO] [stdout] 82566 | | border-color: hsl(210, 31%, 80%); [INFO] [stdout] 82567 | | border-color: rgba(188.19, 204, 219.81000000000003, var(--border-opacity)); [INFO] [stdout] 82568 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82569 | hover__border_gray_3: "hover:border-gray-3", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82571:5 [INFO] [stdout] | [INFO] [stdout] 82571 | / /** [INFO] [stdout] 82572 | | --border-opacity: 1; [INFO] [stdout] 82573 | | border-color: hsl(211, 27%, 70%); [INFO] [stdout] 82574 | | border-color: rgba(157.845, 177.81149999999997, 199.15499999999997, var(--border-opacity)); [INFO] [stdout] 82575 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82576 | hover__border_gray_4: "hover:border-gray-4", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82578:5 [INFO] [stdout] | [INFO] [stdout] 82578 | / /** [INFO] [stdout] 82579 | | --border-opacity: 1; [INFO] [stdout] 82580 | | border-color: hsl(209, 23%, 60%); [INFO] [stdout] 82581 | | border-color: rgba(129.54, 153.78199999999995, 176.45999999999998, var(--border-opacity)); [INFO] [stdout] 82582 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82583 | hover__border_gray_5: "hover:border-gray-5", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82585:5 [INFO] [stdout] | [INFO] [stdout] 82585 | / /** [INFO] [stdout] 82586 | | --border-opacity: 1; [INFO] [stdout] 82587 | | border-color: hsl(210, 22%, 49%); [INFO] [stdout] 82588 | | border-color: rgba(97.461, 124.94999999999997, 152.439, var(--border-opacity)); [INFO] [stdout] 82589 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82590 | hover__border_gray_6: "hover:border-gray-6", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82592:5 [INFO] [stdout] | [INFO] [stdout] 82592 | / /** [INFO] [stdout] 82593 | | --border-opacity: 1; [INFO] [stdout] 82594 | | border-color: hsl(209, 28%, 39%); [INFO] [stdout] 82595 | | border-color: rgba(71.604, 100.37819999999996, 127.296, var(--border-opacity)); [INFO] [stdout] 82596 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82597 | hover__border_gray_7: "hover:border-gray-7", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82599:5 [INFO] [stdout] | [INFO] [stdout] 82599 | / /** [INFO] [stdout] 82600 | | --border-opacity: 1; [INFO] [stdout] 82601 | | border-color: hsl(209, 34%, 30%); [INFO] [stdout] 82602 | | border-color: rgba(50.48999999999999, 77.36699999999998, 102.51, var(--border-opacity)); [INFO] [stdout] 82603 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82604 | hover__border_gray_8: "hover:border-gray-8", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82606:5 [INFO] [stdout] | [INFO] [stdout] 82606 | / /** [INFO] [stdout] 82607 | | --border-opacity: 1; [INFO] [stdout] 82608 | | border-color: hsl(211, 39%, 23%); [INFO] [stdout] 82609 | | border-color: rgba(35.77649999999999, 57.88754999999998, 81.52350000000001, var(--border-opacity)); [INFO] [stdout] 82610 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82611 | hover__border_gray_9: "hover:border-gray-9", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82613:5 [INFO] [stdout] | [INFO] [stdout] 82613 | / /** [INFO] [stdout] 82614 | | --border-opacity: 1; [INFO] [stdout] 82615 | | border-color: hsl(209, 61%, 16%); [INFO] [stdout] 82616 | | border-color: rgba(15.912000000000003, 41.629599999999975, 65.688, var(--border-opacity)); [INFO] [stdout] 82617 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82618 | hover__border_gray_10: "hover:border-gray-10", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82620:5 [INFO] [stdout] | [INFO] [stdout] 82620 | / /** [INFO] [stdout] 82621 | | --border-opacity: 1; [INFO] [stdout] 82622 | | border-color: hsl(205, 79%, 92%); [INFO] [stdout] 82623 | | border-color: rgba(218.48400000000007, 237.286, 250.71599999999995, var(--border-opacity)); [INFO] [stdout] 82624 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82625 | hover__border_blue_1: "hover:border-blue-1", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82627:5 [INFO] [stdout] | [INFO] [stdout] 82627 | / /** [INFO] [stdout] 82628 | | --border-opacity: 1; [INFO] [stdout] 82629 | | border-color: hsl(205, 97%, 85%); [INFO] [stdout] 82630 | | border-color: rgba(179.64750000000004, 222.93375, 253.85249999999996, var(--border-opacity)); [INFO] [stdout] 82631 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82632 | hover__border_blue_2: "hover:border-blue-2", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82634:5 [INFO] [stdout] | [INFO] [stdout] 82634 | / /** [INFO] [stdout] 82635 | | --border-opacity: 1; [INFO] [stdout] 82636 | | border-color: hsl(205, 84%, 74%); [INFO] [stdout] 82637 | | border-color: rgba(133.00799999999995, 197.982, 244.39200000000002, var(--border-opacity)); [INFO] [stdout] 82638 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82639 | hover__border_blue_3: "hover:border-blue-3", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82641:5 [INFO] [stdout] | [INFO] [stdout] 82641 | / /** [INFO] [stdout] 82642 | | --border-opacity: 1; [INFO] [stdout] 82643 | | border-color: hsl(205, 74%, 65%); [INFO] [stdout] 82644 | | border-color: rgba(99.70499999999997, 176.75750000000002, 231.79500000000004, var(--border-opacity)); [INFO] [stdout] 82645 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82646 | hover__border_blue_4: "hover:border-blue-4", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82648:5 [INFO] [stdout] | [INFO] [stdout] 82648 | / /** [INFO] [stdout] 82649 | | --border-opacity: 1; [INFO] [stdout] 82650 | | border-color: hsl(205, 65%, 55%); [INFO] [stdout] 82651 | | border-color: rgba(65.6625, 152.68125, 214.83750000000003, var(--border-opacity)); [INFO] [stdout] 82652 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82653 | hover__border_blue_5: "hover:border-blue-5", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82655:5 [INFO] [stdout] | [INFO] [stdout] 82655 | / /** [INFO] [stdout] 82656 | | --border-opacity: 1; [INFO] [stdout] 82657 | | border-color: hsl(205, 67%, 45%); [INFO] [stdout] 82658 | | border-color: rgba(37.86750000000002, 127.56375, 191.6325, var(--border-opacity)); [INFO] [stdout] 82659 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82660 | hover__border_blue_6: "hover:border-blue-6", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82662:5 [INFO] [stdout] | [INFO] [stdout] 82662 | / /** [INFO] [stdout] 82663 | | --border-opacity: 1; [INFO] [stdout] 82664 | | border-color: hsl(205, 76%, 39%); [INFO] [stdout] 82665 | | border-color: rgba(23.868000000000006, 112.047, 175.032, var(--border-opacity)); [INFO] [stdout] 82666 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82667 | hover__border_blue_7: "hover:border-blue-7", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82669:5 [INFO] [stdout] | [INFO] [stdout] 82669 | / /** [INFO] [stdout] 82670 | | --border-opacity: 1; [INFO] [stdout] 82671 | | border-color: hsl(205, 82%, 33%); [INFO] [stdout] 82672 | | border-color: rgba(15.147000000000002, 95.6505, 153.15300000000002, var(--border-opacity)); [INFO] [stdout] 82673 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82674 | hover__border_blue_8: "hover:border-blue-8", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82676:5 [INFO] [stdout] | [INFO] [stdout] 82676 | / /** [INFO] [stdout] 82677 | | --border-opacity: 1; [INFO] [stdout] 82678 | | border-color: hsl(205, 87%, 29%); [INFO] [stdout] 82679 | | border-color: rgba(9.61349999999999, 84.67275, 138.2865, var(--border-opacity)); [INFO] [stdout] 82680 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82681 | hover__border_blue_9: "hover:border-blue-9", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82683:5 [INFO] [stdout] | [INFO] [stdout] 82683 | / /** [INFO] [stdout] 82684 | | --border-opacity: 1; [INFO] [stdout] 82685 | | border-color: hsl(205, 100%, 21%); [INFO] [stdout] 82686 | | border-color: rgba(0, 62.47499999999999, 107.1, var(--border-opacity)); [INFO] [stdout] 82687 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82688 | hover__border_blue_10: "hover:border-blue-10", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82690:5 [INFO] [stdout] | [INFO] [stdout] 82690 | / /** [INFO] [stdout] 82691 | | --border-opacity: 1; [INFO] [stdout] 82692 | | border-color: hsl(49, 100%, 96%); [INFO] [stdout] 82693 | | border-color: rgba(255, 251.26, 234.6, var(--border-opacity)); [INFO] [stdout] 82694 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82695 | hover__border_yellow_1: "hover:border-yellow-1", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82697:5 [INFO] [stdout] | [INFO] [stdout] 82697 | / /** [INFO] [stdout] 82698 | | --border-opacity: 1; [INFO] [stdout] 82699 | | border-color: hsl(48, 100%, 88%); [INFO] [stdout] 82700 | | border-color: rgba(254.99999999999997, 242.76, 193.80000000000004, var(--border-opacity)); [INFO] [stdout] 82701 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82702 | hover__border_yellow_2: "hover:border-yellow-2", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82704:5 [INFO] [stdout] | [INFO] [stdout] 82704 | / /** [INFO] [stdout] 82705 | | --border-opacity: 1; [INFO] [stdout] 82706 | | border-color: hsl(48, 95%, 76%); [INFO] [stdout] 82707 | | border-color: rgba(251.94, 228.684, 135.66, var(--border-opacity)); [INFO] [stdout] 82708 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82709 | hover__border_yellow_3: "hover:border-yellow-3", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82711:5 [INFO] [stdout] | [INFO] [stdout] 82711 | / /** [INFO] [stdout] 82712 | | --border-opacity: 1; [INFO] [stdout] 82713 | | border-color: hsl(48, 94%, 68%); [INFO] [stdout] 82714 | | border-color: rgba(250.10400000000004, 219.42240000000004, 96.696, var(--border-opacity)); [INFO] [stdout] 82715 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82716 | hover__border_yellow_4: "hover:border-yellow-4", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82718:5 [INFO] [stdout] | [INFO] [stdout] 82718 | / /** [INFO] [stdout] 82719 | | --border-opacity: 1; [INFO] [stdout] 82720 | | border-color: hsl(44, 92%, 63%); [INFO] [stdout] 82721 | | border-color: rgba(247.452, 201.15760000000003, 73.848, var(--border-opacity)); [INFO] [stdout] 82722 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82723 | hover__border_yellow_5: "hover:border-yellow-5", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82725:5 [INFO] [stdout] | [INFO] [stdout] 82725 | / /** [INFO] [stdout] 82726 | | --border-opacity: 1; [INFO] [stdout] 82727 | | border-color: hsl(42, 87%, 55%); [INFO] [stdout] 82728 | | border-color: rgba(240.08249999999998, 180.183, 40.41750000000005, var(--border-opacity)); [INFO] [stdout] 82729 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82730 | hover__border_yellow_6: "hover:border-yellow-6", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82732:5 [INFO] [stdout] | [INFO] [stdout] 82732 | / /** [INFO] [stdout] 82733 | | --border-opacity: 1; [INFO] [stdout] 82734 | | border-color: hsl(36, 77%, 49%); [INFO] [stdout] 82735 | | border-color: rgba(221.1615, 144.19230000000002, 28.738500000000005, var(--border-opacity)); [INFO] [stdout] 82736 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82737 | hover__border_yellow_7: "hover:border-yellow-7", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82739:5 [INFO] [stdout] | [INFO] [stdout] 82739 | / /** [INFO] [stdout] 82740 | | --border-opacity: 1; [INFO] [stdout] 82741 | | border-color: hsl(29, 80%, 44%); [INFO] [stdout] 82742 | | border-color: rgba(201.96, 109.208, 22.43999999999999, var(--border-opacity)); [INFO] [stdout] 82743 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82744 | hover__border_yellow_8: "hover:border-yellow-8", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82746:5 [INFO] [stdout] | [INFO] [stdout] 82746 | / /** [INFO] [stdout] 82747 | | --border-opacity: 1; [INFO] [stdout] 82748 | | border-color: hsl(22, 82%, 39%); [INFO] [stdout] 82749 | | border-color: rgba(180.999, 77.7036, 17.90100000000001, var(--border-opacity)); [INFO] [stdout] 82750 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82751 | hover__border_yellow_9: "hover:border-yellow-9", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82753:5 [INFO] [stdout] | [INFO] [stdout] 82753 | / /** [INFO] [stdout] 82754 | | --border-opacity: 1; [INFO] [stdout] 82755 | | border-color: hsl(15, 86%, 30%); [INFO] [stdout] 82756 | | border-color: rgba(142.29, 43.605, 10.71000000000001, var(--border-opacity)); [INFO] [stdout] 82757 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82758 | hover__border_yellow_10: "hover:border-yellow-10", [INFO] [stdout] | ------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82760:5 [INFO] [stdout] | [INFO] [stdout] 82760 | / /** [INFO] [stdout] 82761 | | --border-opacity: 1; [INFO] [stdout] 82762 | | border-color: #000; [INFO] [stdout] 82763 | | border-color: rgba(0, 0, 0, var(--border-opacity)); [INFO] [stdout] 82764 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82765 | focus__border_black: "focus:border-black", [INFO] [stdout] | ----------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82767:5 [INFO] [stdout] | [INFO] [stdout] 82767 | / /** [INFO] [stdout] 82768 | | --border-opacity: 1; [INFO] [stdout] 82769 | | border-color: hsl(210, 36%, 96%); [INFO] [stdout] 82770 | | border-color: rgba(241.128, 244.79999999999998, 248.47199999999998, var(--border-opacity)); [INFO] [stdout] 82771 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82772 | focus__border_gray_1: "focus:border-gray-1", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82774:5 [INFO] [stdout] | [INFO] [stdout] 82774 | / /** [INFO] [stdout] 82775 | | --border-opacity: 1; [INFO] [stdout] 82776 | | border-color: hsl(212, 33%, 89%); [INFO] [stdout] 82777 | | border-color: rgba(217.69350000000003, 226.3329, 236.20649999999998, var(--border-opacity)); [INFO] [stdout] 82778 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82779 | focus__border_gray_2: "focus:border-gray-2", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82781:5 [INFO] [stdout] | [INFO] [stdout] 82781 | / /** [INFO] [stdout] 82782 | | --border-opacity: 1; [INFO] [stdout] 82783 | | border-color: hsl(210, 31%, 80%); [INFO] [stdout] 82784 | | border-color: rgba(188.19, 204, 219.81000000000003, var(--border-opacity)); [INFO] [stdout] 82785 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82786 | focus__border_gray_3: "focus:border-gray-3", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82788:5 [INFO] [stdout] | [INFO] [stdout] 82788 | / /** [INFO] [stdout] 82789 | | --border-opacity: 1; [INFO] [stdout] 82790 | | border-color: hsl(211, 27%, 70%); [INFO] [stdout] 82791 | | border-color: rgba(157.845, 177.81149999999997, 199.15499999999997, var(--border-opacity)); [INFO] [stdout] 82792 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82793 | focus__border_gray_4: "focus:border-gray-4", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82795:5 [INFO] [stdout] | [INFO] [stdout] 82795 | / /** [INFO] [stdout] 82796 | | --border-opacity: 1; [INFO] [stdout] 82797 | | border-color: hsl(209, 23%, 60%); [INFO] [stdout] 82798 | | border-color: rgba(129.54, 153.78199999999995, 176.45999999999998, var(--border-opacity)); [INFO] [stdout] 82799 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82800 | focus__border_gray_5: "focus:border-gray-5", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82802:5 [INFO] [stdout] | [INFO] [stdout] 82802 | / /** [INFO] [stdout] 82803 | | --border-opacity: 1; [INFO] [stdout] 82804 | | border-color: hsl(210, 22%, 49%); [INFO] [stdout] 82805 | | border-color: rgba(97.461, 124.94999999999997, 152.439, var(--border-opacity)); [INFO] [stdout] 82806 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82807 | focus__border_gray_6: "focus:border-gray-6", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82809:5 [INFO] [stdout] | [INFO] [stdout] 82809 | / /** [INFO] [stdout] 82810 | | --border-opacity: 1; [INFO] [stdout] 82811 | | border-color: hsl(209, 28%, 39%); [INFO] [stdout] 82812 | | border-color: rgba(71.604, 100.37819999999996, 127.296, var(--border-opacity)); [INFO] [stdout] 82813 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82814 | focus__border_gray_7: "focus:border-gray-7", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82816:5 [INFO] [stdout] | [INFO] [stdout] 82816 | / /** [INFO] [stdout] 82817 | | --border-opacity: 1; [INFO] [stdout] 82818 | | border-color: hsl(209, 34%, 30%); [INFO] [stdout] 82819 | | border-color: rgba(50.48999999999999, 77.36699999999998, 102.51, var(--border-opacity)); [INFO] [stdout] 82820 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82821 | focus__border_gray_8: "focus:border-gray-8", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82823:5 [INFO] [stdout] | [INFO] [stdout] 82823 | / /** [INFO] [stdout] 82824 | | --border-opacity: 1; [INFO] [stdout] 82825 | | border-color: hsl(211, 39%, 23%); [INFO] [stdout] 82826 | | border-color: rgba(35.77649999999999, 57.88754999999998, 81.52350000000001, var(--border-opacity)); [INFO] [stdout] 82827 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82828 | focus__border_gray_9: "focus:border-gray-9", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82830:5 [INFO] [stdout] | [INFO] [stdout] 82830 | / /** [INFO] [stdout] 82831 | | --border-opacity: 1; [INFO] [stdout] 82832 | | border-color: hsl(209, 61%, 16%); [INFO] [stdout] 82833 | | border-color: rgba(15.912000000000003, 41.629599999999975, 65.688, var(--border-opacity)); [INFO] [stdout] 82834 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82835 | focus__border_gray_10: "focus:border-gray-10", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82837:5 [INFO] [stdout] | [INFO] [stdout] 82837 | / /** [INFO] [stdout] 82838 | | --border-opacity: 1; [INFO] [stdout] 82839 | | border-color: hsl(205, 79%, 92%); [INFO] [stdout] 82840 | | border-color: rgba(218.48400000000007, 237.286, 250.71599999999995, var(--border-opacity)); [INFO] [stdout] 82841 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82842 | focus__border_blue_1: "focus:border-blue-1", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82844:5 [INFO] [stdout] | [INFO] [stdout] 82844 | / /** [INFO] [stdout] 82845 | | --border-opacity: 1; [INFO] [stdout] 82846 | | border-color: hsl(205, 97%, 85%); [INFO] [stdout] 82847 | | border-color: rgba(179.64750000000004, 222.93375, 253.85249999999996, var(--border-opacity)); [INFO] [stdout] 82848 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82849 | focus__border_blue_2: "focus:border-blue-2", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82851:5 [INFO] [stdout] | [INFO] [stdout] 82851 | / /** [INFO] [stdout] 82852 | | --border-opacity: 1; [INFO] [stdout] 82853 | | border-color: hsl(205, 84%, 74%); [INFO] [stdout] 82854 | | border-color: rgba(133.00799999999995, 197.982, 244.39200000000002, var(--border-opacity)); [INFO] [stdout] 82855 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82856 | focus__border_blue_3: "focus:border-blue-3", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82858:5 [INFO] [stdout] | [INFO] [stdout] 82858 | / /** [INFO] [stdout] 82859 | | --border-opacity: 1; [INFO] [stdout] 82860 | | border-color: hsl(205, 74%, 65%); [INFO] [stdout] 82861 | | border-color: rgba(99.70499999999997, 176.75750000000002, 231.79500000000004, var(--border-opacity)); [INFO] [stdout] 82862 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82863 | focus__border_blue_4: "focus:border-blue-4", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82865:5 [INFO] [stdout] | [INFO] [stdout] 82865 | / /** [INFO] [stdout] 82866 | | --border-opacity: 1; [INFO] [stdout] 82867 | | border-color: hsl(205, 65%, 55%); [INFO] [stdout] 82868 | | border-color: rgba(65.6625, 152.68125, 214.83750000000003, var(--border-opacity)); [INFO] [stdout] 82869 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82870 | focus__border_blue_5: "focus:border-blue-5", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82872:5 [INFO] [stdout] | [INFO] [stdout] 82872 | / /** [INFO] [stdout] 82873 | | --border-opacity: 1; [INFO] [stdout] 82874 | | border-color: hsl(205, 67%, 45%); [INFO] [stdout] 82875 | | border-color: rgba(37.86750000000002, 127.56375, 191.6325, var(--border-opacity)); [INFO] [stdout] 82876 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82877 | focus__border_blue_6: "focus:border-blue-6", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82879:5 [INFO] [stdout] | [INFO] [stdout] 82879 | / /** [INFO] [stdout] 82880 | | --border-opacity: 1; [INFO] [stdout] 82881 | | border-color: hsl(205, 76%, 39%); [INFO] [stdout] 82882 | | border-color: rgba(23.868000000000006, 112.047, 175.032, var(--border-opacity)); [INFO] [stdout] 82883 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82884 | focus__border_blue_7: "focus:border-blue-7", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82886:5 [INFO] [stdout] | [INFO] [stdout] 82886 | / /** [INFO] [stdout] 82887 | | --border-opacity: 1; [INFO] [stdout] 82888 | | border-color: hsl(205, 82%, 33%); [INFO] [stdout] 82889 | | border-color: rgba(15.147000000000002, 95.6505, 153.15300000000002, var(--border-opacity)); [INFO] [stdout] 82890 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82891 | focus__border_blue_8: "focus:border-blue-8", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82893:5 [INFO] [stdout] | [INFO] [stdout] 82893 | / /** [INFO] [stdout] 82894 | | --border-opacity: 1; [INFO] [stdout] 82895 | | border-color: hsl(205, 87%, 29%); [INFO] [stdout] 82896 | | border-color: rgba(9.61349999999999, 84.67275, 138.2865, var(--border-opacity)); [INFO] [stdout] 82897 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82898 | focus__border_blue_9: "focus:border-blue-9", [INFO] [stdout] | ------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82900:5 [INFO] [stdout] | [INFO] [stdout] 82900 | / /** [INFO] [stdout] 82901 | | --border-opacity: 1; [INFO] [stdout] 82902 | | border-color: hsl(205, 100%, 21%); [INFO] [stdout] 82903 | | border-color: rgba(0, 62.47499999999999, 107.1, var(--border-opacity)); [INFO] [stdout] 82904 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82905 | focus__border_blue_10: "focus:border-blue-10", [INFO] [stdout] | --------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82907:5 [INFO] [stdout] | [INFO] [stdout] 82907 | / /** [INFO] [stdout] 82908 | | --border-opacity: 1; [INFO] [stdout] 82909 | | border-color: hsl(49, 100%, 96%); [INFO] [stdout] 82910 | | border-color: rgba(255, 251.26, 234.6, var(--border-opacity)); [INFO] [stdout] 82911 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82912 | focus__border_yellow_1: "focus:border-yellow-1", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82914:5 [INFO] [stdout] | [INFO] [stdout] 82914 | / /** [INFO] [stdout] 82915 | | --border-opacity: 1; [INFO] [stdout] 82916 | | border-color: hsl(48, 100%, 88%); [INFO] [stdout] 82917 | | border-color: rgba(254.99999999999997, 242.76, 193.80000000000004, var(--border-opacity)); [INFO] [stdout] 82918 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82919 | focus__border_yellow_2: "focus:border-yellow-2", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82921:5 [INFO] [stdout] | [INFO] [stdout] 82921 | / /** [INFO] [stdout] 82922 | | --border-opacity: 1; [INFO] [stdout] 82923 | | border-color: hsl(48, 95%, 76%); [INFO] [stdout] 82924 | | border-color: rgba(251.94, 228.684, 135.66, var(--border-opacity)); [INFO] [stdout] 82925 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82926 | focus__border_yellow_3: "focus:border-yellow-3", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82928:5 [INFO] [stdout] | [INFO] [stdout] 82928 | / /** [INFO] [stdout] 82929 | | --border-opacity: 1; [INFO] [stdout] 82930 | | border-color: hsl(48, 94%, 68%); [INFO] [stdout] 82931 | | border-color: rgba(250.10400000000004, 219.42240000000004, 96.696, var(--border-opacity)); [INFO] [stdout] 82932 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82933 | focus__border_yellow_4: "focus:border-yellow-4", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82935:5 [INFO] [stdout] | [INFO] [stdout] 82935 | / /** [INFO] [stdout] 82936 | | --border-opacity: 1; [INFO] [stdout] 82937 | | border-color: hsl(44, 92%, 63%); [INFO] [stdout] 82938 | | border-color: rgba(247.452, 201.15760000000003, 73.848, var(--border-opacity)); [INFO] [stdout] 82939 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82940 | focus__border_yellow_5: "focus:border-yellow-5", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82942:5 [INFO] [stdout] | [INFO] [stdout] 82942 | / /** [INFO] [stdout] 82943 | | --border-opacity: 1; [INFO] [stdout] 82944 | | border-color: hsl(42, 87%, 55%); [INFO] [stdout] 82945 | | border-color: rgba(240.08249999999998, 180.183, 40.41750000000005, var(--border-opacity)); [INFO] [stdout] 82946 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82947 | focus__border_yellow_6: "focus:border-yellow-6", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82949:5 [INFO] [stdout] | [INFO] [stdout] 82949 | / /** [INFO] [stdout] 82950 | | --border-opacity: 1; [INFO] [stdout] 82951 | | border-color: hsl(36, 77%, 49%); [INFO] [stdout] 82952 | | border-color: rgba(221.1615, 144.19230000000002, 28.738500000000005, var(--border-opacity)); [INFO] [stdout] 82953 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82954 | focus__border_yellow_7: "focus:border-yellow-7", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82956:5 [INFO] [stdout] | [INFO] [stdout] 82956 | / /** [INFO] [stdout] 82957 | | --border-opacity: 1; [INFO] [stdout] 82958 | | border-color: hsl(29, 80%, 44%); [INFO] [stdout] 82959 | | border-color: rgba(201.96, 109.208, 22.43999999999999, var(--border-opacity)); [INFO] [stdout] 82960 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82961 | focus__border_yellow_8: "focus:border-yellow-8", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82963:5 [INFO] [stdout] | [INFO] [stdout] 82963 | / /** [INFO] [stdout] 82964 | | --border-opacity: 1; [INFO] [stdout] 82965 | | border-color: hsl(22, 82%, 39%); [INFO] [stdout] 82966 | | border-color: rgba(180.999, 77.7036, 17.90100000000001, var(--border-opacity)); [INFO] [stdout] 82967 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82968 | focus__border_yellow_9: "focus:border-yellow-9", [INFO] [stdout] | ----------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82970:5 [INFO] [stdout] | [INFO] [stdout] 82970 | / /** [INFO] [stdout] 82971 | | --border-opacity: 1; [INFO] [stdout] 82972 | | border-color: hsl(15, 86%, 30%); [INFO] [stdout] 82973 | | border-color: rgba(142.29, 43.605, 10.71000000000001, var(--border-opacity)); [INFO] [stdout] 82974 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82975 | focus__border_yellow_10: "focus:border-yellow-10", [INFO] [stdout] | ------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82977:5 [INFO] [stdout] | [INFO] [stdout] 82977 | / /** [INFO] [stdout] 82978 | | --border-opacity: 0; [INFO] [stdout] 82979 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82980 | border_opacity_0: "border-opacity-0", [INFO] [stdout] | ------------------------------------ rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82982:5 [INFO] [stdout] | [INFO] [stdout] 82982 | / /** [INFO] [stdout] 82983 | | --border-opacity: 0.1px; [INFO] [stdout] 82984 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82985 | border_opacity_10: "border-opacity-10", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82987:5 [INFO] [stdout] | [INFO] [stdout] 82987 | / /** [INFO] [stdout] 82988 | | --border-opacity: 0.2px; [INFO] [stdout] 82989 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82990 | border_opacity_20: "border-opacity-20", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82992:5 [INFO] [stdout] | [INFO] [stdout] 82992 | / /** [INFO] [stdout] 82993 | | --border-opacity: 0.3px; [INFO] [stdout] 82994 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 82995 | border_opacity_30: "border-opacity-30", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:82997:5 [INFO] [stdout] | [INFO] [stdout] 82997 | / /** [INFO] [stdout] 82998 | | --border-opacity: 0.4px; [INFO] [stdout] 82999 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83000 | border_opacity_40: "border-opacity-40", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83002:5 [INFO] [stdout] | [INFO] [stdout] 83002 | / /** [INFO] [stdout] 83003 | | --border-opacity: 0.5px; [INFO] [stdout] 83004 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83005 | border_opacity_50: "border-opacity-50", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83007:5 [INFO] [stdout] | [INFO] [stdout] 83007 | / /** [INFO] [stdout] 83008 | | --border-opacity: 0.6px; [INFO] [stdout] 83009 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83010 | border_opacity_60: "border-opacity-60", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83012:5 [INFO] [stdout] | [INFO] [stdout] 83012 | / /** [INFO] [stdout] 83013 | | --border-opacity: 0.7px; [INFO] [stdout] 83014 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83015 | border_opacity_70: "border-opacity-70", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83017:5 [INFO] [stdout] | [INFO] [stdout] 83017 | / /** [INFO] [stdout] 83018 | | --border-opacity: 0.8px; [INFO] [stdout] 83019 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83020 | border_opacity_80: "border-opacity-80", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83022:5 [INFO] [stdout] | [INFO] [stdout] 83022 | / /** [INFO] [stdout] 83023 | | --border-opacity: 0.9px; [INFO] [stdout] 83024 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83025 | border_opacity_90: "border-opacity-90", [INFO] [stdout] | -------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83027:5 [INFO] [stdout] | [INFO] [stdout] 83027 | / /** [INFO] [stdout] 83028 | | --border-opacity: 1px; [INFO] [stdout] 83029 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83030 | border_opacity_100: "border-opacity-100", [INFO] [stdout] | ---------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83032:5 [INFO] [stdout] | [INFO] [stdout] 83032 | / /** [INFO] [stdout] 83033 | | --border-opacity: 0; [INFO] [stdout] 83034 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83035 | hover__border_opacity_0: "hover:border-opacity-0", [INFO] [stdout] | ------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83037:5 [INFO] [stdout] | [INFO] [stdout] 83037 | / /** [INFO] [stdout] 83038 | | --border-opacity: 0.1px; [INFO] [stdout] 83039 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83040 | hover__border_opacity_10: "hover:border-opacity-10", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83042:5 [INFO] [stdout] | [INFO] [stdout] 83042 | / /** [INFO] [stdout] 83043 | | --border-opacity: 0.2px; [INFO] [stdout] 83044 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83045 | hover__border_opacity_20: "hover:border-opacity-20", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83047:5 [INFO] [stdout] | [INFO] [stdout] 83047 | / /** [INFO] [stdout] 83048 | | --border-opacity: 0.3px; [INFO] [stdout] 83049 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83050 | hover__border_opacity_30: "hover:border-opacity-30", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83052:5 [INFO] [stdout] | [INFO] [stdout] 83052 | / /** [INFO] [stdout] 83053 | | --border-opacity: 0.4px; [INFO] [stdout] 83054 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83055 | hover__border_opacity_40: "hover:border-opacity-40", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83057:5 [INFO] [stdout] | [INFO] [stdout] 83057 | / /** [INFO] [stdout] 83058 | | --border-opacity: 0.5px; [INFO] [stdout] 83059 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83060 | hover__border_opacity_50: "hover:border-opacity-50", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83062:5 [INFO] [stdout] | [INFO] [stdout] 83062 | / /** [INFO] [stdout] 83063 | | --border-opacity: 0.6px; [INFO] [stdout] 83064 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83065 | hover__border_opacity_60: "hover:border-opacity-60", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83067:5 [INFO] [stdout] | [INFO] [stdout] 83067 | / /** [INFO] [stdout] 83068 | | --border-opacity: 0.7px; [INFO] [stdout] 83069 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83070 | hover__border_opacity_70: "hover:border-opacity-70", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83072:5 [INFO] [stdout] | [INFO] [stdout] 83072 | / /** [INFO] [stdout] 83073 | | --border-opacity: 0.8px; [INFO] [stdout] 83074 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83075 | hover__border_opacity_80: "hover:border-opacity-80", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83077:5 [INFO] [stdout] | [INFO] [stdout] 83077 | / /** [INFO] [stdout] 83078 | | --border-opacity: 0.9px; [INFO] [stdout] 83079 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83080 | hover__border_opacity_90: "hover:border-opacity-90", [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83082:5 [INFO] [stdout] | [INFO] [stdout] 83082 | / /** [INFO] [stdout] 83083 | | --border-opacity: 1px; [INFO] [stdout] 83084 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83085 | hover__border_opacity_100: "hover:border-opacity-100", [INFO] [stdout] | ----------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/css_classes.rs:83087:5 [INFO] [stdout] | [INFO] [stdout] 83087 | / /** [INFO] [stdout] 83088 | | --border-opacity: 0; [INFO] [stdout] 83089 | | */ [INFO] [stdout] | |______^ [INFO] [stdout] 83090 | focus__border_opacity_0: "focus:border-opacity-0", [INFO] [stdout] | ------------------------------------------------- rustdoc does not generate documentation for expression fields [INFO] [stdout] | [INFO] [stdout] = help: use `/* */` for a plain comment [WARN] too many lines in the log, truncating it