Build #1978085 2025-04-10 05:16:36
# rustc version
rustc 1.88.0-nightly (934880f58 2025-04-09)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/yew-stdweb-0.18.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/yew-stdweb-0.18.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "yaml cbor toml msgpack doc_test" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250409-1.88.0-nightly-934880f58\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 7f2ea60b1b53a3da56fb256e8df4652f31c7d201be82851408ef673508e0d7f5
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "7f2ea60b1b53a3da56fb256e8df4652f31c7d201be82851408ef673508e0d7f5", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting yew-stdweb v0.18.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/lib.rs:24:5
[INFO] [stderr] |
[INFO] [stderr] 24 | feature = "web_sys",
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/lib.rs:296:7
[INFO] [stderr] |
[INFO] [stderr] 296 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/app.rs:10:21
[INFO] [stderr] |
[INFO] [stderr] 10 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/mod.rs:22:21
[INFO] [stderr] |
[INFO] [stderr] 22 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/component/lifecycle.rs:11:21
[INFO] [stderr] |
[INFO] [stderr] 11 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/component/scope.rs:23:21
[INFO] [stderr] |
[INFO] [stderr] 23 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/listener/mod.rs:18:21
[INFO] [stderr] |
[INFO] [stderr] 18 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/listener/macros.rs:21:33
[INFO] [stderr] |
[INFO] [stderr] 21 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html/listener/listener_stdweb.rs:4:1
[INFO] [stderr] |
[INFO] [stderr] 4 | / impl_action! {
[INFO] [stderr] 5 | | onabort(event: ResourceAbortEvent) -> ResourceAbortEvent => |_, event| { event }
[INFO] [stderr] 6 | | onauxclick(event: AuxClickEvent) -> AuxClickEvent => |_, event| { event }
[INFO] [stderr] 7 | | onblur(event: BlurEvent) -> BlurEvent => |_, event| { event }
[INFO] [stderr] ... |
[INFO] [stderr] 101 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `impl_action` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/listener/macros.rs:60:31
[INFO] [stderr] |
[INFO] [stderr] 60 | #[cfg(feature = "web_sys")] event: &web_sys::Event
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html/listener/listener_stdweb.rs:4:1
[INFO] [stderr] |
[INFO] [stderr] 4 | / impl_action! {
[INFO] [stderr] 5 | | onabort(event: ResourceAbortEvent) -> ResourceAbortEvent => |_, event| { event }
[INFO] [stderr] 6 | | onauxclick(event: AuxClickEvent) -> AuxClickEvent => |_, event| { event }
[INFO] [stderr] 7 | | onblur(event: BlurEvent) -> BlurEvent => |_, event| { event }
[INFO] [stderr] ... |
[INFO] [stderr] 101 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `impl_action` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/listener/macros.rs:62:31
[INFO] [stderr] |
[INFO] [stderr] 62 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] ::: src/html/listener/listener_stdweb.rs:4:1
[INFO] [stderr] |
[INFO] [stderr] 4 | / impl_action! {
[INFO] [stderr] 5 | | onabort(event: ResourceAbortEvent) -> ResourceAbortEvent => |_, event| { event }
[INFO] [stderr] 6 | | onauxclick(event: AuxClickEvent) -> AuxClickEvent => |_, event| { event }
[INFO] [stderr] 7 | | onblur(event: BlurEvent) -> BlurEvent => |_, event| { event }
[INFO] [stderr] ... |
[INFO] [stderr] 101 | | }
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] = note: this warning originates in the macro `impl_action` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/html/listener/mod.rs:68:32
[INFO] [stderr] |
[INFO] [stderr] 68 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 79 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 68 ~ feature = "std_web" => {
[INFO] [stderr] 69 | (
[INFO] [stderr] ...
[INFO] [stderr] 78 | )
[INFO] [stderr] 79 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/html/mod.rs:106:15
[INFO] [stderr] |
[INFO] [stderr] 106 | #[cfg(feature = "web_sys")] INTO: AsRef<Node> + From<JsValue>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/utils.rs:11:21
[INFO] [stderr] |
[INFO] [stderr] 11 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/utils.rs:42:11
[INFO] [stderr] |
[INFO] [stderr] 42 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/utils.rs:62:11
[INFO] [stderr] |
[INFO] [stderr] 62 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/mod.rs:379:7
[INFO] [stderr] |
[INFO] [stderr] 379 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/mod.rs:401:17
[INFO] [stderr] |
[INFO] [stderr] 401 | #[cfg(all(test, feature = "web_sys"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/mod.rs:542:17
[INFO] [stderr] |
[INFO] [stderr] 542 | #[cfg(all(test, feature = "web_sys", feature = "wasm_bench"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `wasm_bench`
[INFO] [stderr] --> src/virtual_dom/mod.rs:542:38
[INFO] [stderr] |
[INFO] [stderr] 542 | #[cfg(all(test, feature = "web_sys", feature = "wasm_bench"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `wasm_bench` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/mod.rs:24:21
[INFO] [stderr] |
[INFO] [stderr] 24 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vcomp.rs:526:17
[INFO] [stderr] |
[INFO] [stderr] 526 | #[cfg(all(test, feature = "web_sys"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vcomp.rs:13:21
[INFO] [stderr] |
[INFO] [stderr] 13 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vlist.rs:238:17
[INFO] [stderr] |
[INFO] [stderr] 238 | #[cfg(all(test, feature = "web_sys"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vlist.rs:316:17
[INFO] [stderr] |
[INFO] [stderr] 316 | #[cfg(all(test, feature = "web_sys"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vlist.rs:10:21
[INFO] [stderr] |
[INFO] [stderr] 10 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vnode.rs:221:17
[INFO] [stderr] |
[INFO] [stderr] 221 | #[cfg(all(test, feature = "web_sys"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vnode.rs:15:21
[INFO] [stderr] |
[INFO] [stderr] 15 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vtag.rs:1068:17
[INFO] [stderr] |
[INFO] [stderr] 1068 | #[cfg(all(test, feature = "web_sys"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vtag.rs:22:21
[INFO] [stderr] |
[INFO] [stderr] 22 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vtag.rs:347:15
[INFO] [stderr] |
[INFO] [stderr] 347 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/virtual_dom/vtag.rs:379:48
[INFO] [stderr] |
[INFO] [stderr] 379 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 386 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 379 ~ feature = "std_web" => {
[INFO] [stderr] 380 | //https://github.com/koute/stdweb/commit/3b85c941db00b8e3c942624afd50c5929085fb08
[INFO] [stderr] ...
[INFO] [stderr] 385 | }
[INFO] [stderr] 386 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vtext.rs:112:17
[INFO] [stderr] |
[INFO] [stderr] 112 | #[cfg(all(test, feature = "web_sys"))]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/virtual_dom/vtext.rs:12:21
[INFO] [stderr] |
[INFO] [stderr] 12 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/mod.rs:92:7
[INFO] [stderr] |
[INFO] [stderr] 92 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/mod.rs:126:7
[INFO] [stderr] |
[INFO] [stderr] 126 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/mod.rs:131:7
[INFO] [stderr] |
[INFO] [stderr] 131 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/mod.rs:138:7
[INFO] [stderr] |
[INFO] [stderr] 138 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/mod.rs:160:7
[INFO] [stderr] |
[INFO] [stderr] 160 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/mod.rs:17:21
[INFO] [stderr] |
[INFO] [stderr] 17 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/private.rs:14:21
[INFO] [stderr] |
[INFO] [stderr] 14 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/private.rs:45:35
[INFO] [stderr] |
[INFO] [stderr] 45 | ... #[cfg(feature = "web_sys")] worker: &Worker| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/agent/worker/private.rs:55:60
[INFO] [stderr] |
[INFO] [stderr] 55 | ... feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 58 | ... }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 55 ~ feature = "std_web" => {
[INFO] [stderr] 56 | let worker = &worker;
[INFO] [stderr] 57 | js! {@{worker}.postMessage(@{msg});};
[INFO] [stderr] 58 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/private.rs:109:11
[INFO] [stderr] |
[INFO] [stderr] 109 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/public.rs:19:21
[INFO] [stderr] |
[INFO] [stderr] 19 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/public.rs:56:37
[INFO] [stderr] |
[INFO] [stderr] 56 | ... #[cfg(feature = "web_sys")] worker: &Worker| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/agent/worker/public.rs:66:76
[INFO] [stderr] |
[INFO] [stderr] 66 | ... feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 69 | ... }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 66 ~ feature = "std_web" => {
[INFO] [stderr] 67 | let worker = &worker;
[INFO] [stderr] 68 | js! {@{worker}.postMessage(@{msg});};
[INFO] [stderr] 69 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/public.rs:127:11
[INFO] [stderr] |
[INFO] [stderr] 127 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/public.rs:298:11
[INFO] [stderr] |
[INFO] [stderr] 298 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/public.rs:311:15
[INFO] [stderr] |
[INFO] [stderr] 311 | #[cfg(feature = "web_sys")] worker: Worker,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/agent/worker/mod.rs:74:11
[INFO] [stderr] |
[INFO] [stderr] 74 | #[cfg(feature = "web_sys")] worker: &Worker,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/console.rs:9:21
[INFO] [stderr] |
[INFO] [stderr] 9 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/dialog.rs:14:21
[INFO] [stderr] |
[INFO] [stderr] 14 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/dialog.rs:51:9
[INFO] [stderr] |
[INFO] [stderr] 51 | feature = "web_sys",
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/dialog.rs:65:9
[INFO] [stderr] |
[INFO] [stderr] 65 | feature = "web_sys",
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/dialog.rs:37:36
[INFO] [stderr] |
[INFO] [stderr] 37 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 43 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 37 ~ feature = "std_web" => {
[INFO] [stderr] 38 | let value: Value = js! { return confirm(@{message}); };
[INFO] [stderr] ...
[INFO] [stderr] 42 | }
[INFO] [stderr] 43 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/dialog.rs:77:15
[INFO] [stderr] |
[INFO] [stderr] 77 | #[cfg(feature = "web_sys")] default: Option<&str>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/dialog.rs:80:22
[INFO] [stderr] |
[INFO] [stderr] 80 | if #[cfg(feature="web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/fetch.rs:7:21
[INFO] [stderr] |
[INFO] [stderr] 7 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/interval.rs:16:21
[INFO] [stderr] |
[INFO] [stderr] 16 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/interval.rs:26:11
[INFO] [stderr] |
[INFO] [stderr] 26 | #[cfg(feature = "web_sys")] Interval,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:129:7
[INFO] [stderr] |
[INFO] [stderr] 129 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:11:21
[INFO] [stderr] |
[INFO] [stderr] 11 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:36:11
[INFO] [stderr] |
[INFO] [stderr] 36 | #[cfg(feature = "web_sys")] EventListener,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:56:15
[INFO] [stderr] |
[INFO] [stderr] 56 | #[cfg(feature = "web_sys")] T: AsRef<EventTarget>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:60:15
[INFO] [stderr] |
[INFO] [stderr] 60 | #[cfg(feature = "web_sys")] callback: Callback<KeyboardEvent>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:79:15
[INFO] [stderr] |
[INFO] [stderr] 79 | #[cfg(feature = "web_sys")] T: AsRef<EventTarget>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:83:15
[INFO] [stderr] |
[INFO] [stderr] 83 | #[cfg(feature = "web_sys")] callback: Callback<KeyboardEvent>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:102:15
[INFO] [stderr] |
[INFO] [stderr] 102 | #[cfg(feature = "web_sys")] T: AsRef<EventTarget>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/keyboard.rs:106:15
[INFO] [stderr] |
[INFO] [stderr] 106 | #[cfg(feature = "web_sys")] callback: Callback<KeyboardEvent>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/reader.rs:9:21
[INFO] [stderr] |
[INFO] [stderr] 9 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/render.rs:29:7
[INFO] [stderr] |
[INFO] [stderr] 29 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/render.rs:15:21
[INFO] [stderr] |
[INFO] [stderr] 15 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/render.rs:26:11
[INFO] [stderr] |
[INFO] [stderr] 26 | #[cfg(feature = "web_sys")] RenderTaskInner,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/render.rs:50:36
[INFO] [stderr] |
[INFO] [stderr] 50 | ... #[cfg(feature = "web_sys")] v: JsValue| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/render.rs:52:40
[INFO] [stderr] |
[INFO] [stderr] 52 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 57 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 52 ~ feature = "std_web" => {
[INFO] [stderr] 53 | match v {
[INFO] [stderr] ...
[INFO] [stderr] 56 | }
[INFO] [stderr] 57 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/render.rs:97:40
[INFO] [stderr] |
[INFO] [stderr] 97 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 104 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 97 ~ feature = "std_web" => {
[INFO] [stderr] 98 | let handle = &self.0;
[INFO] [stderr] ...
[INFO] [stderr] 103 | }
[INFO] [stderr] 104 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/resize.rs:12:21
[INFO] [stderr] |
[INFO] [stderr] 12 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/resize.rs:26:11
[INFO] [stderr] |
[INFO] [stderr] 26 | #[cfg(feature = "web_sys")] EventListener,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/resize.rs:49:15
[INFO] [stderr] |
[INFO] [stderr] 49 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/resize.rs:64:25
[INFO] [stderr] |
[INFO] [stderr] 64 | move |#[cfg(feature = "web_sys")] _event: &Event,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/storage.rs:15:21
[INFO] [stderr] |
[INFO] [stderr] 15 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/storage.rs:52:36
[INFO] [stderr] |
[INFO] [stderr] 52 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 65 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 52 ~ feature = "std_web" => {
[INFO] [stderr] 53 | let storage_name = match area {
[INFO] [stderr] ...
[INFO] [stderr] 64 | Storage::try_from(js!( return @{storage.as_ref()}; ))
[INFO] [stderr] 65 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/timeout.rs:16:21
[INFO] [stderr] |
[INFO] [stderr] 16 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/timeout.rs:25:11
[INFO] [stderr] |
[INFO] [stderr] 25 | #[cfg(feature = "web_sys")] Option<Timeout>,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:52:7
[INFO] [stderr] |
[INFO] [stderr] 52 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:15:21
[INFO] [stderr] |
[INFO] [stderr] 15 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:47:11
[INFO] [stderr] |
[INFO] [stderr] 47 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/websocket.rs:91:36
[INFO] [stderr] |
[INFO] [stderr] 91 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 97 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 91 ~ feature = "std_web" => {
[INFO] [stderr] 92 | let ws = Self::connect_common(url, ¬ification)?.0;
[INFO] [stderr] ...
[INFO] [stderr] 96 | Ok(WebSocketTask { ws, notification })
[INFO] [stderr] 97 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/websocket.rs:122:36
[INFO] [stderr] |
[INFO] [stderr] 122 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 128 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 122 ~ feature = "std_web" => {
[INFO] [stderr] 123 | let ws = Self::connect_common(url, ¬ification)?.0;
[INFO] [stderr] ...
[INFO] [stderr] 127 | Ok(WebSocketTask { ws, notification })
[INFO] [stderr] 128 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/websocket.rs:153:36
[INFO] [stderr] |
[INFO] [stderr] 153 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 159 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 153 ~ feature = "std_web" => {
[INFO] [stderr] 154 | let ws = Self::connect_common(url, ¬ification)?.0;
[INFO] [stderr] ...
[INFO] [stderr] 158 | Ok(WebSocketTask { ws, notification })
[INFO] [stderr] 159 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:180:19
[INFO] [stderr] |
[INFO] [stderr] 180 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:199:25
[INFO] [stderr] |
[INFO] [stderr] 199 | #[cfg(feature = "web_sys")] _: &Event| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:205:25
[INFO] [stderr] |
[INFO] [stderr] 205 | #[cfg(feature = "web_sys")] _: &Event| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:211:25
[INFO] [stderr] |
[INFO] [stderr] 211 | #[cfg(feature = "web_sys")] _: &Event| {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr] --> src/services/websocket.rs:217:40
[INFO] [stderr] |
[INFO] [stderr] 217 | feature = "std_web" => ({
[INFO] [stderr] | ^
[INFO] [stderr] ...
[INFO] [stderr] 221 | }),
[INFO] [stderr] | ^
[INFO] [stderr] |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr] |
[INFO] [stderr] 217 ~ feature = "std_web" => {
[INFO] [stderr] 218 | ws.add_event_listener(listener_open);
[INFO] [stderr] 219 | ws.add_event_listener(listener_close);
[INFO] [stderr] 220 | ws.add_event_listener(listener_error);
[INFO] [stderr] 221 ~ },
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:230:23
[INFO] [stderr] |
[INFO] [stderr] 230 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:237:39
[INFO] [stderr] |
[INFO] [stderr] 237 | struct ConnectCommon(WebSocket, #[cfg(feature = "web_sys")] [EventListener; 3]);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:241:11
[INFO] [stderr] |
[INFO] [stderr] 241 | #[cfg(feature = "web_sys")] event: &MessageEvent,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:249:11
[INFO] [stderr] |
[INFO] [stderr] 249 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:272:11
[INFO] [stderr] |
[INFO] [stderr] 272 | #[cfg(feature = "web_sys")] event: &MessageEvent,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:294:11
[INFO] [stderr] |
[INFO] [stderr] 294 | #[cfg(feature = "web_sys")] event: &MessageEvent,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/services/websocket.rs:302:11
[INFO] [stderr] |
[INFO] [stderr] 302 | #[cfg(feature = "web_sys")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unexpected `cfg` condition value: `web_sys`
[INFO] [stderr] --> src/lib.rs:318:25
[INFO] [stderr] |
[INFO] [stderr] 318 | } else if #[cfg(feature = "web_sys")] {
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: expected values for `feature` are: `agent`, `bincode`, `cbor`, `console_error_panic_hook`, `default`, `doc_test`, `echo_server_test`, `gloo`, `httpbin_test`, `js-sys`, `msgpack`, `rmp-serde`, `serde_cbor`, `serde_yaml`, `services`, `std_web`, `stdweb`, `toml`, `wasm-bindgen`, `wasm-bindgen-futures`, `wasm_test`, and `yaml`
[INFO] [stderr] = help: consider adding `web_sys` as a feature in `Cargo.toml`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `html`
[INFO] [stderr] --> src/html/conversion.rs:4:39
[INFO] [stderr] |
[INFO] [stderr] 4 | /// Marker trait for types that the [`html!`] macro may clone implicitly.
[INFO] [stderr] | ^^^^^ no item named `html` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `T`
[INFO] [stderr] --> src/utils.rs:72:31
[INFO] [stderr] |
[INFO] [stderr] 72 | /// Map IntoIterator<Item=Into<T>> to Iterator<Item=T>
[INFO] [stderr] | ^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/services/fetch/std_web.rs:115:5
[INFO] [stderr] |
[INFO] [stderr] 115 | /// https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 115 | /// <https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `yew-stdweb` (lib doc) generated 265 warnings (159 duplicates) (run `cargo fix --lib -p yew-stdweb` to apply 13 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: stdweb v0.4.20
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/yew_stdweb/index.html
[INFO] running `Command { std: "docker" "inspect" "7f2ea60b1b53a3da56fb256e8df4652f31c7d201be82851408ef673508e0d7f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f2ea60b1b53a3da56fb256e8df4652f31c7d201be82851408ef673508e0d7f5", kill_on_drop: false }`
[INFO] [stdout] 7f2ea60b1b53a3da56fb256e8df4652f31c7d201be82851408ef673508e0d7f5