[INFO] cloning repository https://github.com/Ishogbon/rustenium
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ishogbon/rustenium" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIshogbon%2Frustenium", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIshogbon%2Frustenium'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ca434bc15d15b8ee4d0bfd30a8ad143b410097ee
[INFO] checking Ishogbon/rustenium against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIshogbon%2Frustenium" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Ishogbon/rustenium
[INFO] finished tweaking git repo https://github.com/Ishogbon/rustenium
[INFO] tweaked toml for git repo https://github.com/Ishogbon/rustenium written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Ishogbon/rustenium on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Ishogbon/rustenium 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_cbor v0.11.2
[INFO] [stderr]   Downloaded half v1.8.3
[INFO] [stderr]   Downloaded fastwebsockets v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60d12a14e5df8c46f4cefc4f0a26d6a4aea0529aeb85e006da12a816a10987c4
[INFO] running `Command { std: "docker" "start" "-a" "60d12a14e5df8c46f4cefc4f0a26d6a4aea0529aeb85e006da12a816a10987c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60d12a14e5df8c46f4cefc4f0a26d6a4aea0529aeb85e006da12a816a10987c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60d12a14e5df8c46f4cefc4f0a26d6a4aea0529aeb85e006da12a816a10987c4", kill_on_drop: false }`
[INFO] [stdout] 60d12a14e5df8c46f4cefc4f0a26d6a4aea0529aeb85e006da12a816a10987c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38823c8ffa5bbd3ce801983a3746547418acfc1a55119dbb69e21ddd0ec67422
[INFO] running `Command { std: "docker" "start" "-a" "38823c8ffa5bbd3ce801983a3746547418acfc1a55119dbb69e21ddd0ec67422", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking bytes v1.10.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking half v1.8.3
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking rustls-pki-types v1.11.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking rustenium-generator v0.1.0 (/opt/rustwide/workdir/rustenium-generator)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> rustenium-generator/src/extractor.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `regex::Regex`
[INFO] [stdout]  --> rustenium-generator/src/extractor.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommandParams`
[INFO] [stdout]  --> rustenium-generator/src/parser.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::command_parser::{CommandParams, CommandDefinition};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EventDefinition` and `EventParams`
[INFO] [stdout]  --> rustenium-generator/src/parser.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::event_parser::{EventParams, EventDefinition};
[INFO] [stdout]   |                           ^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> rustenium-generator/src/extractor.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `regex::Regex`
[INFO] [stdout]  --> rustenium-generator/src/extractor.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommandParams`
[INFO] [stdout]  --> rustenium-generator/src/parser.rs:2:29
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::command_parser::{CommandParams, CommandDefinition};
[INFO] [stdout]   |                             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `EventDefinition` and `EventParams`
[INFO] [stdout]  --> rustenium-generator/src/parser.rs:3:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::event_parser::{EventParams, EventDefinition};
[INFO] [stdout]   |                           ^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `module`
[INFO] [stdout]    --> rustenium-generator/src/output.rs:633:71
[INFO] [stdout]     |
[INFO] [stdout] 633 | fn generate_result_struct(result: &crate::command_parser::BidiResult, module: &Module) -> String {
[INFO] [stdout]     |                                                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_module`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attributes`
[INFO] [stdout]   --> rustenium-generator/src/command_parser.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 |             let attributes = extract_attributes(line)?;
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attributes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let mut attributes = Vec::new();
[INFO] [stdout]     |         ----^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | fn extract_attributes(line: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
[INFO] [stdout]     |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `param_content`
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:268:37
[INFO] [stdout]     |
[INFO] [stdout] 268 | ...                   let param_content = param_lines.join("\n").trim().to_string();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_param_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result_def`
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:367:88
[INFO] [stdout]     |
[INFO] [stdout] 367 | ...result: &mut BidiResult, result_def: &mut ResultDefinition, module: &mut Module) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_result_def`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `param_content`
[INFO] [stdout]    --> rustenium-generator/src/event_parser.rs:207:41
[INFO] [stdout]     |
[INFO] [stdout] 207 | ...                   let param_content = param_lines.join("\n").trim().to_string();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_param_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cddl_content`
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:131:32
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn extract_parameter_types(cddl_content: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
[INFO] [stdout]     |                                ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cddl_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `meta_comment`
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let (property, meta_comment) = parse_cddl_property_line(line, &updated_cddl_refs, module)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_comment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:200:82
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn preprocess_nested_structs(cddl_content: &str, parent_type_name: Option<&str>, mut cddl_strings: Vec<&str>, module: &mut Module) -> Res...
[INFO] [stdout]     |                                                                                  ----^^^^^^^^^^^^
[INFO] [stdout]     |                                                                                  |
[INFO] [stdout]     |                                                                                  help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:304:13
[INFO] [stdout]     |
[INFO] [stdout] 304 |         let mut attributes = vec![format!(r#"#[serde(rename = "{}")]"#, property_name)];
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `def_type`
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:499:65
[INFO] [stdout]     |
[INFO] [stdout] 499 | ...name: &str, content: &str, def_type: &str, cddl_strings: &[&str], current_module: &mut Module) -> Option<String> {
[INFO] [stdout]     |                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_def_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Event {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 10 |     pub raw: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct BidiType {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub raw: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BidiType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct BidiResult {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 23 |     pub raw: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BidiResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `commands`, `events`, and `results` are never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Module {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub commands: Vec<Command>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 33 |     pub events: Vec<Event>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 34 |     pub types: Vec<BidiType>,
[INFO] [stdout] 35 |     pub results: Vec<BidiResult>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EventDefinition` is never constructed
[INFO] [stdout]  --> rustenium-generator/src/extractor.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct EventDefinition {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]   --> rustenium-generator/src/command_parser.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct CommandDefinition {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommandDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]   --> rustenium-generator/src/command_parser.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct ResultDefinition {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResultDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]   --> rustenium-generator/src/event_parser.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct EventDefinition {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EventDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_primitive` is never read
[INFO] [stdout]  --> rustenium-generator/src/parser.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Property {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 8 |     pub is_enum: bool,
[INFO] [stdout] 9 |     pub is_primitive: bool,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Property` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_parameter_types` is never used
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn extract_parameter_types(cddl_content: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `module`
[INFO] [stdout]    --> rustenium-generator/src/output.rs:633:71
[INFO] [stdout]     |
[INFO] [stdout] 633 | fn generate_result_struct(result: &crate::command_parser::BidiResult, module: &Module) -> String {
[INFO] [stdout]     |                                                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_module`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `attributes`
[INFO] [stdout]   --> rustenium-generator/src/command_parser.rs:92:17
[INFO] [stdout]    |
[INFO] [stdout] 92 |             let attributes = extract_attributes(line)?;
[INFO] [stdout]    |                 ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_attributes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:151:9
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let mut attributes = Vec::new();
[INFO] [stdout]     |         ----^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `line`
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:150:23
[INFO] [stdout]     |
[INFO] [stdout] 150 | fn extract_attributes(line: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
[INFO] [stdout]     |                       ^^^^ help: if this is intentional, prefix it with an underscore: `_line`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `param_content`
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:268:37
[INFO] [stdout]     |
[INFO] [stdout] 268 | ...                   let param_content = param_lines.join("\n").trim().to_string();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_param_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `result_def`
[INFO] [stdout]    --> rustenium-generator/src/command_parser.rs:367:88
[INFO] [stdout]     |
[INFO] [stdout] 367 | ...result: &mut BidiResult, result_def: &mut ResultDefinition, module: &mut Module) -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]     |                             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_result_def`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `param_content`
[INFO] [stdout]    --> rustenium-generator/src/event_parser.rs:207:41
[INFO] [stdout]     |
[INFO] [stdout] 207 | ...                   let param_content = param_lines.join("\n").trim().to_string();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_param_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cddl_content`
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:131:32
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn extract_parameter_types(cddl_content: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
[INFO] [stdout]     |                                ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cddl_content`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `meta_comment`
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:181:24
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let (property, meta_comment) = parse_cddl_property_line(line, &updated_cddl_refs, module)?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_meta_comment`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:200:82
[INFO] [stdout]     |
[INFO] [stdout] 200 | fn preprocess_nested_structs(cddl_content: &str, parent_type_name: Option<&str>, mut cddl_strings: Vec<&str>, module: &mut Module) -> Res...
[INFO] [stdout]     |                                                                                  ----^^^^^^^^^^^^
[INFO] [stdout]     |                                                                                  |
[INFO] [stdout]     |                                                                                  help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:304:13
[INFO] [stdout]     |
[INFO] [stdout] 304 |         let mut attributes = vec![format!(r#"#[serde(rename = "{}")]"#, property_name)];
[INFO] [stdout]     |             ----^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `def_type`
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:499:65
[INFO] [stdout]     |
[INFO] [stdout] 499 | ...name: &str, content: &str, def_type: &str, cddl_strings: &[&str], current_module: &mut Module) -> Option<String> {
[INFO] [stdout]     |                               ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_def_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Event {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 10 |     pub raw: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Event` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct BidiType {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub raw: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BidiType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `raw` is never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct BidiResult {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 23 |     pub raw: String,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BidiResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `commands`, `events`, and `results` are never read
[INFO] [stdout]   --> rustenium-generator/src/module.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub struct Module {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub commands: Vec<Command>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 33 |     pub events: Vec<Event>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 34 |     pub types: Vec<BidiType>,
[INFO] [stdout] 35 |     pub results: Vec<BidiResult>,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Module` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EventDefinition` is never constructed
[INFO] [stdout]  --> rustenium-generator/src/extractor.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct EventDefinition {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]   --> rustenium-generator/src/command_parser.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct CommandDefinition {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CommandDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]   --> rustenium-generator/src/command_parser.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct ResultDefinition {
[INFO] [stdout]    |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ResultDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content` is never read
[INFO] [stdout]   --> rustenium-generator/src/event_parser.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct EventDefinition {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub content: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `EventDefinition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_primitive` is never read
[INFO] [stdout]  --> rustenium-generator/src/parser.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Property {
[INFO] [stdout]   |            -------- field in this struct
[INFO] [stdout] 8 |     pub is_enum: bool,
[INFO] [stdout] 9 |     pub is_primitive: bool,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Property` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_parameter_types` is never used
[INFO] [stdout]    --> rustenium-generator/src/parser.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub fn extract_parameter_types(cddl_content: &str) -> Result<Vec<String>, Box<dyn std::error::Error>> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.8
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking pin-project v1.1.8
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking h2 v0.4.9
[INFO] [stderr]     Checking serde_cbor v0.11.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking rustenium-bidi-commands v0.1.0 (/opt/rustwide/workdir/rustenium-bidi-commands)
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stdout] warning: unused import: `NewResult`
[INFO] [stdout]   --> rustenium-bidi-commands/src/lib.rs:13:32
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::session::commands::{NewResult, SessionCommand, SessionResult};
[INFO] [stdout]    |                                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ProxyConfiguration` and `UserPromptHandler`
[INFO] [stdout]  --> rustenium-bidi-commands/src/session/commands.rs:3:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t, ProxyConfiguration, ProxyConfigurationOption, SubscriptionRequest, UnsubscribeByAttributesRequest, UnsubscribeByIDRequest, UserPromptHandler, U...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^                                                                                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> rustenium-bidi-commands/src/lib.rs:272:9
[INFO] [stdout]     |
[INFO] [stdout] 272 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stdout] warning: unused import: `NewResult`
[INFO] [stdout]   --> rustenium-bidi-commands/src/lib.rs:13:32
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::session::commands::{NewResult, SessionCommand, SessionResult};
[INFO] [stdout]    |                                ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ProxyConfiguration` and `UserPromptHandler`
[INFO] [stdout]  --> rustenium-bidi-commands/src/session/commands.rs:3:41
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...t, ProxyConfiguration, ProxyConfigurationOption, SubscriptionRequest, UnsubscribeByAttributesRequest, UnsubscribeByIDRequest, UserPromptHandler, U...
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^                                                                                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking fastwebsockets v0.10.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.15
[INFO] [stdout] warning: type `ActivateMethod` is more private than the item `Activate::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:125:2
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub method: ActivateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Activate::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ActivateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | enum ActivateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CaptureScreenshotMethod` is more private than the item `CaptureScreenshot::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:150:2
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub method: CaptureScreenshotMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `CaptureScreenshot::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CaptureScreenshotMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | enum CaptureScreenshotMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ElementClipRectangleType` is more private than the item `ElementClipRectangle::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:185:2
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub r#type: ElementClipRectangleType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ElementClipRectangle::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ElementClipRectangleType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | enum ElementClipRectangleType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BoxClipRectangleType` is more private than the item `BoxClipRectangle::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:193:2
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub r#type: BoxClipRectangleType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BoxClipRectangle::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BoxClipRectangleType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | enum BoxClipRectangleType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `browsing_context::commands::CloseMethod` is more private than the item `browsing_context::commands::Close::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:244:2
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub method: CloseMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^ field `browsing_context::commands::Close::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `browsing_context::commands::CloseMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum CloseMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CreateMethod` is more private than the item `Create::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:262:2
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub method: CreateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `Create::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CreateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | enum CreateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GetTreeMethod` is more private than the item `GetTree::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:299:2
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub method: GetTreeMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `GetTree::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `GetTreeMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:62:1
[INFO] [stdout]     |
[INFO] [stdout]  62 | enum GetTreeMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `HandleUserPromptMethod` is more private than the item `HandleUserPrompt::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:316:2
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub method: HandleUserPromptMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `HandleUserPrompt::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `HandleUserPromptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:68:1
[INFO] [stdout]     |
[INFO] [stdout]  68 | enum HandleUserPromptMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LocateNodesMethod` is more private than the item `LocateNodes::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:335:2
[INFO] [stdout]     |
[INFO] [stdout] 335 |     pub method: LocateNodesMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `LocateNodes::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `LocateNodesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | enum LocateNodesMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigateMethod` is more private than the item `Navigate::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:357:2
[INFO] [stdout]     |
[INFO] [stdout] 357 |     pub method: NavigateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Navigate::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | enum NavigateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PrintMethod` is more private than the item `Print::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:376:2
[INFO] [stdout]     |
[INFO] [stdout] 376 |     pub method: PrintMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^ field `Print::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PrintMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:86:1
[INFO] [stdout]     |
[INFO] [stdout]  86 | enum PrintMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ReloadMethod` is more private than the item `Reload::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:482:2
[INFO] [stdout]     |
[INFO] [stdout] 482 |     pub method: ReloadMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `Reload::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ReloadMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | enum ReloadMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetViewportMethod` is more private than the item `SetViewport::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:500:2
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub method: SetViewportMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetViewport::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetViewportMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | enum SetViewportMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TraverseHistoryMethod` is more private than the item `TraverseHistory::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:531:2
[INFO] [stdout]     |
[INFO] [stdout] 531 |     pub method: TraverseHistoryMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `TraverseHistory::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TraverseHistoryMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | enum TraverseHistoryMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContextCreatedMethod` is more private than the item `ContextCreated::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:104:2
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub method: ContextCreatedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContextCreated::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContextCreatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | enum ContextCreatedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContextDestroyedMethod` is more private than the item `ContextDestroyed::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:112:2
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub method: ContextDestroyedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContextDestroyed::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContextDestroyedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | enum ContextDestroyedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationStartedMethod` is more private than the item `NavigationStarted::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:120:2
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub method: NavigationStartedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationStarted::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationStartedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | enum NavigationStartedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FragmentNavigatedMethod` is more private than the item `FragmentNavigated::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:128:2
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub method: FragmentNavigatedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FragmentNavigated::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `FragmentNavigatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | enum FragmentNavigatedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `HistoryUpdatedMethod` is more private than the item `HistoryUpdated::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:136:2
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub method: HistoryUpdatedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `HistoryUpdated::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `HistoryUpdatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 | enum HistoryUpdatedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DomContentLoadedMethod` is more private than the item `DomContentLoaded::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:152:2
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub method: DomContentLoadedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DomContentLoaded::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DomContentLoadedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:54:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | enum DomContentLoadedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LoadMethod` is more private than the item `Load::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:160:2
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub method: LoadMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ field `Load::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `LoadMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | enum LoadMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DownloadWillBeginMethod` is more private than the item `DownloadWillBegin::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:168:2
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub method: DownloadWillBeginMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DownloadWillBegin::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DownloadWillBeginMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | enum DownloadWillBeginMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationAbortedMethod` is more private than the item `NavigationAborted::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:183:2
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub method: NavigationAbortedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationAborted::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationAbortedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | enum NavigationAbortedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationCommittedMethod` is more private than the item `NavigationCommitted::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:191:2
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub method: NavigationCommittedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationCommitted::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationCommittedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:78:1
[INFO] [stdout]     |
[INFO] [stdout]  78 | enum NavigationCommittedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationFailedMethod` is more private than the item `NavigationFailed::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:199:2
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub method: NavigationFailedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationFailed::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationFailedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | enum NavigationFailedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UserPromptClosedMethod` is more private than the item `UserPromptClosed::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:207:2
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub method: UserPromptClosedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `UserPromptClosed::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UserPromptClosedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:90:1
[INFO] [stdout]     |
[INFO] [stdout]  90 | enum UserPromptClosedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UserPromptOpenedMethod` is more private than the item `UserPromptOpened::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:227:2
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub method: UserPromptOpenedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `UserPromptOpened::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UserPromptOpenedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:96:1
[INFO] [stdout]     |
[INFO] [stdout]  96 | enum UserPromptOpenedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AccessibilityLocatorType` is more private than the item `AccessibilityLocator::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/browsing_context/types.rs:93:2
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub r#type: AccessibilityLocatorType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AccessibilityLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AccessibilityLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/browsing_context/types.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | enum AccessibilityLocatorType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CssLocatorType` is more private than the item `CssLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:105:2
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub r#type: CssLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `CssLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CssLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | enum CssLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContextLocatorType` is more private than the item `ContextLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:117:2
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub r#type: ContextLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContextLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContextLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | enum ContextLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `InnerTextLocatorType` is more private than the item `InnerTextLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:127:2
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub r#type: InnerTextLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `InnerTextLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `InnerTextLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | enum InnerTextLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `XPathLocatorType` is more private than the item `XPathLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:141:2
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub r#type: XPathLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `XPathLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `XPathLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:78:1
[INFO] [stdout]     |
[INFO] [stdout]  78 | enum XPathLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AddPreloadScriptMethod` is more private than the item `AddPreloadScript::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:64:2
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub method: AddPreloadScriptMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AddPreloadScript::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AddPreloadScriptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | enum AddPreloadScriptMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DisownMethod` is more private than the item `Disown::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:98:2
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub method: DisownMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `Disown::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `DisownMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | enum DisownMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CallFunctionMethod` is more private than the item `CallFunction::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:114:2
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub method: CallFunctionMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `CallFunction::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CallFunctionMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | enum CallFunctionMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EvaluateMethod` is more private than the item `Evaluate::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:146:2
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub method: EvaluateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Evaluate::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `EvaluateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | enum EvaluateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GetRealmsMethod` is more private than the item `GetRealms::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:170:2
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub method: GetRealmsMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `GetRealms::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `GetRealmsMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum GetRealmsMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RemovePreloadScriptMethod` is more private than the item `RemovePreloadScript::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:186:2
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub method: RemovePreloadScriptMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RemovePreloadScript::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RemovePreloadScriptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | enum RemovePreloadScriptMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MessageMethod` is more private than the item `script::events::Message::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:32:2
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub method: MessageMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `script::events::Message::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `MessageMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | enum MessageMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RealmCreatedMethod` is more private than the item `RealmCreated::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:50:2
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub method: RealmCreatedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RealmCreated::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `RealmCreatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum RealmCreatedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RealmDestroyedMethod` is more private than the item `RealmDestroyed::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub method: RealmDestroyedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RealmDestroyed::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `RealmDestroyedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | enum RealmDestroyedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ChannelValueType` is more private than the item `ChannelValue::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/types.rs:91:2
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub r#type: ChannelValueType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ChannelValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ChannelValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/types.rs:83:1
[INFO] [stdout]    |
[INFO] [stdout] 83 | enum ChannelValueType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EvaluateResultSuccessType` is more private than the item `EvaluateResultSuccess::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:121:2
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub r#type: EvaluateResultSuccessType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `EvaluateResultSuccess::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `EvaluateResultSuccessType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | enum EvaluateResultSuccessType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EvaluateResultExceptionType` is more private than the item `EvaluateResultException::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:137:2
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub r#type: EvaluateResultExceptionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `EvaluateResultException::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `EvaluateResultExceptionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | enum EvaluateResultExceptionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ArrayLocalValueType` is more private than the item `ArrayLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:181:2
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub r#type: ArrayLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ArrayLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ArrayLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | enum ArrayLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DateLocalValueType` is more private than the item `DateLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:195:2
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub r#type: DateLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DateLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DateLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:187:1
[INFO] [stdout]     |
[INFO] [stdout] 187 | enum DateLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MapLocalValueType` is more private than the item `MapLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:209:2
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub r#type: MapLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `MapLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `MapLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:201:1
[INFO] [stdout]     |
[INFO] [stdout] 201 | enum MapLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ObjectLocalValueType` is more private than the item `ObjectLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:223:2
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub r#type: ObjectLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ObjectLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ObjectLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | enum ObjectLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RegExpLocalValueType` is more private than the item `RegExpLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:245:2
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub r#type: RegExpLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RegExpLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RegExpLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | enum RegExpLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetLocalValueType` is more private than the item `SetLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:259:2
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub r#type: SetLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:251:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | enum SetLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UndefinedValueType` is more private than the item `UndefinedValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:282:2
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub r#type: UndefinedValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `UndefinedValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UndefinedValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:274:1
[INFO] [stdout]     |
[INFO] [stdout] 274 | enum UndefinedValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NullValueType` is more private than the item `NullValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:294:2
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub r#type: NullValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `NullValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NullValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:286:1
[INFO] [stdout]     |
[INFO] [stdout] 286 | enum NullValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `script::types::StringValueType` is more private than the item `script::types::StringValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:306:2
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub r#type: StringValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `script::types::StringValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `script::types::StringValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:298:1
[INFO] [stdout]     |
[INFO] [stdout] 298 | enum StringValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NumberValueType` is more private than the item `NumberValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:326:2
[INFO] [stdout]     |
[INFO] [stdout] 326 |     pub r#type: NumberValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NumberValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NumberValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:312:1
[INFO] [stdout]     |
[INFO] [stdout] 312 | enum NumberValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BooleanValueType` is more private than the item `BooleanValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:340:2
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub r#type: BooleanValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BooleanValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BooleanValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:332:1
[INFO] [stdout]     |
[INFO] [stdout] 332 | enum BooleanValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BigIntValueType` is more private than the item `BigIntValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:354:2
[INFO] [stdout]     |
[INFO] [stdout] 354 |     pub r#type: BigIntValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BigIntValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BigIntValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:346:1
[INFO] [stdout]     |
[INFO] [stdout] 346 | enum BigIntValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WindowRealmInfoType` is more private than the item `WindowRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:404:2
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub r#type: WindowRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WindowRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WindowRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | enum WindowRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DedicatedWorkerRealmInfoType` is more private than the item `DedicatedWorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:422:2
[INFO] [stdout]     |
[INFO] [stdout] 422 |     pub r#type: DedicatedWorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DedicatedWorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DedicatedWorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | enum DedicatedWorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SharedWorkerRealmInfoType` is more private than the item `SharedWorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:438:2
[INFO] [stdout]     |
[INFO] [stdout] 438 |     pub r#type: SharedWorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SharedWorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SharedWorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:428:1
[INFO] [stdout]     |
[INFO] [stdout] 428 | enum SharedWorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ServiceWorkerRealmInfoType` is more private than the item `ServiceWorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:452:2
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub r#type: ServiceWorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ServiceWorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ServiceWorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | enum ServiceWorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WorkerRealmInfoType` is more private than the item `WorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:466:2
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub r#type: WorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | enum WorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PaintWorkletRealmInfoType` is more private than the item `PaintWorkletRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:480:2
[INFO] [stdout]     |
[INFO] [stdout] 480 |     pub r#type: PaintWorkletRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PaintWorkletRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PaintWorkletRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:470:1
[INFO] [stdout]     |
[INFO] [stdout] 470 | enum PaintWorkletRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AudioWorkletRealmInfoType` is more private than the item `AudioWorkletRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:494:2
[INFO] [stdout]     |
[INFO] [stdout] 494 |     pub r#type: AudioWorkletRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AudioWorkletRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AudioWorkletRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:484:1
[INFO] [stdout]     |
[INFO] [stdout] 484 | enum AudioWorkletRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WorkletRealmInfoType` is more private than the item `WorkletRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:508:2
[INFO] [stdout]     |
[INFO] [stdout] 508 |     pub r#type: WorkletRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WorkletRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WorkletRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:498:1
[INFO] [stdout]     |
[INFO] [stdout] 498 | enum WorkletRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SymbolRemoteValueType` is more private than the item `SymbolRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:571:2
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub r#type: SymbolRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SymbolRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SymbolRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:563:1
[INFO] [stdout]     |
[INFO] [stdout] 563 | enum SymbolRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ArrayRemoteValueType` is more private than the item `ArrayRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:587:2
[INFO] [stdout]     |
[INFO] [stdout] 587 |     pub r#type: ArrayRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ArrayRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ArrayRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:579:1
[INFO] [stdout]     |
[INFO] [stdout] 579 | enum ArrayRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ObjectRemoteValueType` is more private than the item `ObjectRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:605:2
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub r#type: ObjectRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ObjectRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ObjectRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:597:1
[INFO] [stdout]     |
[INFO] [stdout] 597 | enum ObjectRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FunctionRemoteValueType` is more private than the item `FunctionRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:623:2
[INFO] [stdout]     |
[INFO] [stdout] 623 |     pub r#type: FunctionRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FunctionRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `FunctionRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:615:1
[INFO] [stdout]     |
[INFO] [stdout] 615 | enum FunctionRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MapRemoteValueType` is more private than the item `MapRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:658:2
[INFO] [stdout]     |
[INFO] [stdout] 658 |     pub r#type: MapRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `MapRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `MapRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:650:1
[INFO] [stdout]     |
[INFO] [stdout] 650 | enum MapRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetRemoteValueType` is more private than the item `SetRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:676:2
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub r#type: SetRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:668:1
[INFO] [stdout]     |
[INFO] [stdout] 668 | enum SetRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WeakMapRemoteValueType` is more private than the item `WeakMapRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:694:2
[INFO] [stdout]     |
[INFO] [stdout] 694 |     pub r#type: WeakMapRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WeakMapRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WeakMapRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:686:1
[INFO] [stdout]     |
[INFO] [stdout] 686 | enum WeakMapRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WeakSetRemoteValueType` is more private than the item `WeakSetRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:710:2
[INFO] [stdout]     |
[INFO] [stdout] 710 |     pub r#type: WeakSetRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WeakSetRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WeakSetRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:702:1
[INFO] [stdout]     |
[INFO] [stdout] 702 | enum WeakSetRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GeneratorRemoteValueType` is more private than the item `GeneratorRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:726:2
[INFO] [stdout]     |
[INFO] [stdout] 726 |     pub r#type: GeneratorRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `GeneratorRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `GeneratorRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:718:1
[INFO] [stdout]     |
[INFO] [stdout] 718 | enum GeneratorRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ErrorRemoteValueType` is more private than the item `ErrorRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:742:2
[INFO] [stdout]     |
[INFO] [stdout] 742 |     pub r#type: ErrorRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ErrorRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ErrorRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:734:1
[INFO] [stdout]     |
[INFO] [stdout] 734 | enum ErrorRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ProxyRemoteValueType` is more private than the item `ProxyRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:758:2
[INFO] [stdout]     |
[INFO] [stdout] 758 |     pub r#type: ProxyRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ProxyRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ProxyRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:750:1
[INFO] [stdout]     |
[INFO] [stdout] 750 | enum ProxyRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PromiseRemoteValueType` is more private than the item `PromiseRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:774:2
[INFO] [stdout]     |
[INFO] [stdout] 774 |     pub r#type: PromiseRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PromiseRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PromiseRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:766:1
[INFO] [stdout]     |
[INFO] [stdout] 766 | enum PromiseRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TypedArrayRemoteValueType` is more private than the item `TypedArrayRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:790:2
[INFO] [stdout]     |
[INFO] [stdout] 790 |     pub r#type: TypedArrayRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `TypedArrayRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TypedArrayRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:782:1
[INFO] [stdout]     |
[INFO] [stdout] 782 | enum TypedArrayRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ArrayBufferRemoteValueType` is more private than the item `ArrayBufferRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:806:2
[INFO] [stdout]     |
[INFO] [stdout] 806 |     pub r#type: ArrayBufferRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ArrayBufferRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ArrayBufferRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:798:1
[INFO] [stdout]     |
[INFO] [stdout] 798 | enum ArrayBufferRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NodeListRemoteValueType` is more private than the item `NodeListRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:822:2
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub r#type: NodeListRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NodeListRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NodeListRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:814:1
[INFO] [stdout]     |
[INFO] [stdout] 814 | enum NodeListRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `HTMLCollectionRemoteValueType` is more private than the item `HTMLCollectionRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:840:2
[INFO] [stdout]     |
[INFO] [stdout] 840 |     pub r#type: HTMLCollectionRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `HTMLCollectionRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `HTMLCollectionRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:832:1
[INFO] [stdout]     |
[INFO] [stdout] 832 | enum HTMLCollectionRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NodeRemoteValueType` is more private than the item `NodeRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:858:2
[INFO] [stdout]     |
[INFO] [stdout] 858 |     pub r#type: NodeRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NodeRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NodeRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:850:1
[INFO] [stdout]     |
[INFO] [stdout] 850 | enum NodeRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WindowProxyRemoteValueType` is more private than the item `WindowProxyRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:907:2
[INFO] [stdout]     |
[INFO] [stdout] 907 |     pub r#type: WindowProxyRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WindowProxyRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WindowProxyRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:899:1
[INFO] [stdout]     |
[INFO] [stdout] 899 | enum WindowProxyRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PerformActionsMethod` is more private than the item `PerformActions::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:26:2
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub method: PerformActionsMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PerformActions::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `PerformActionsMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum PerformActionsMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NoneSourceActionsType` is more private than the item `NoneSourceActions::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub r#type: NoneSourceActionsType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NoneSourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `NoneSourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | enum NoneSourceActionsType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `KeySourceActionsType` is more private than the item `KeySourceActions::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub r#type: KeySourceActionsType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `KeySourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `KeySourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | enum KeySourceActionsType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerSourceActionsType` is more private than the item `PointerSourceActions::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:100:2
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub r#type: PointerSourceActionsType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerSourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerSourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | enum PointerSourceActionsType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WheelSourceActionsType` is more private than the item `WheelSourceActions::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:147:2
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub r#type: WheelSourceActionsType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WheelSourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WheelSourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | enum WheelSourceActionsType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PauseActionType` is more private than the item `PauseAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:169:2
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub r#type: PauseActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PauseAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PauseActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:161:1
[INFO] [stdout]     |
[INFO] [stdout] 161 | enum PauseActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `KeyDownActionType` is more private than the item `KeyDownAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:184:2
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub r#type: KeyDownActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `KeyDownAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `KeyDownActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | enum KeyDownActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `KeyUpActionType` is more private than the item `KeyUpAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:199:2
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub r#type: KeyUpActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `KeyUpAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `KeyUpActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | enum KeyUpActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerUpActionType` is more private than the item `PointerUpAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:214:2
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub r#type: PointerUpActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerUpAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerUpActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:206:1
[INFO] [stdout]     |
[INFO] [stdout] 206 | enum PointerUpActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerDownActionType` is more private than the item `PointerDownAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:228:2
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub r#type: PointerDownActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerDownAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerDownActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:220:1
[INFO] [stdout]     |
[INFO] [stdout] 220 | enum PointerDownActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerMoveActionType` is more private than the item `PointerMoveAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:245:2
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub r#type: PointerMoveActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerMoveAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerMoveActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | enum PointerMoveActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WheelScrollActionType` is more private than the item `WheelScrollAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:272:2
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub r#type: WheelScrollActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WheelScrollAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WheelScrollActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:260:1
[INFO] [stdout]     |
[INFO] [stdout] 260 | enum WheelScrollActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ReleaseActionsMethod` is more private than the item `ReleaseActions::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:348:2
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub method: ReleaseActionsMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ReleaseActions::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ReleaseActionsMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | enum ReleaseActionsMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetFilesMethod` is more private than the item `SetFiles::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:369:2
[INFO] [stdout]     |
[INFO] [stdout] 369 |     pub method: SetFilesMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetFiles::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetFilesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:361:1
[INFO] [stdout]     |
[INFO] [stdout] 361 | enum SetFilesMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FileDialogOpenedMethod` is more private than the item `FileDialogOpened::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/events.rs:19:2
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub method: FileDialogOpenedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FileDialogOpened::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `FileDialogOpenedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/events.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | enum FileDialogOpenedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ElementOriginType` is more private than the item `ElementOrigin::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/types.rs:14:2
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub r#type: ElementOriginType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ElementOrigin::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ElementOriginType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/types.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum ElementOriginType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EntryAddedMethod` is more private than the item `EntryAdded::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/events.rs:19:2
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub method: EntryAddedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `EntryAdded::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `EntryAddedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/events.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum EntryAddedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ConsoleLogEntryType` is more private than the item `ConsoleLogEntry::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:62:2
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub r#type: ConsoleLogEntryType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ConsoleLogEntry::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ConsoleLogEntryType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | enum ConsoleLogEntryType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `JavascriptLogEntryType` is more private than the item `JavascriptLogEntry::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:77:2
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub r#type: JavascriptLogEntryType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `JavascriptLogEntry::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `JavascriptLogEntryType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | enum JavascriptLogEntryType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AddInterceptMethod` is more private than the item `AddIntercept::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub method: AddInterceptMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AddIntercept::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AddInterceptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | enum AddInterceptMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContinueRequestMethod` is more private than the item `ContinueRequest::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:90:2
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub method: ContinueRequestMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContinueRequest::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ContinueRequestMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | enum ContinueRequestMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContinueResponseMethod` is more private than the item `ContinueResponse::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:114:2
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub method: ContinueResponseMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContinueResponse::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContinueResponseMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout]  40 | enum ContinueResponseMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FailRequestMethod` is more private than the item `FailRequest::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:197:2
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub method: FailRequestMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FailRequest::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `FailRequestMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout]  46 | enum FailRequestMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ProvideResponseMethod` is more private than the item `ProvideResponse::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:211:2
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub method: ProvideResponseMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ProvideResponse::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ProvideResponseMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | enum ProvideResponseMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RemoveInterceptMethod` is more private than the item `RemoveIntercept::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:235:2
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub method: RemoveInterceptMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RemoveIntercept::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RemoveInterceptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:58:1
[INFO] [stdout]     |
[INFO] [stdout]  58 | enum RemoveInterceptMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GetCookiesMethod` is more private than the item `GetCookies::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:57:2
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub method: GetCookiesMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `GetCookies::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `GetCookiesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum GetCookiesMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BrowsingContextPartitionDescriptorType` is more private than the item `BrowsingContextPartitionDescriptor::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:89:2
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub r#type: BrowsingContextPartitionDescriptorType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BrowsingContextPartitionDescriptor::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `BrowsingContextPartitionDescriptorType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum BrowsingContextPartitionDescriptorType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `StorageKeyPartitionDescriptorType` is more private than the item `StorageKeyPartitionDescriptor::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:97:2
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub r#type: StorageKeyPartitionDescriptorType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `StorageKeyPartitionDescriptor::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `StorageKeyPartitionDescriptorType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | enum StorageKeyPartitionDescriptorType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetCookieMethod` is more private than the item `SetCookie::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:123:2
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub method: SetCookieMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetCookie::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetCookieMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:31:1
[INFO] [stdout]     |
[INFO] [stdout]  31 | enum SetCookieMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DeleteCookiesMethod` is more private than the item `DeleteCookies::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:161:2
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub method: DeleteCookiesMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DeleteCookies::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DeleteCookiesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | enum DeleteCookiesMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `InstallMethod` is more private than the item `Install::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:51:2
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub method: InstallMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `Install::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `InstallMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum InstallMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ExtensionPathType` is more private than the item `ExtensionPath::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:72:2
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub r#type: ExtensionPathType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ExtensionPath::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ExtensionPathType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | enum ExtensionPathType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ExtensionArchivePathType` is more private than the item `ExtensionArchivePath::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:80:2
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub r#type: ExtensionArchivePathType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ExtensionArchivePath::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ExtensionArchivePathType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | enum ExtensionArchivePathType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ExtensionBase64EncodedType` is more private than the item `ExtensionBase64Encoded::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:88:2
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub r#type: ExtensionBase64EncodedType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ExtensionBase64Encoded::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ExtensionBase64EncodedType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum ExtensionBase64EncodedType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UninstallMethod` is more private than the item `Uninstall::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/web_extension/commands.rs:102:2
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub method: UninstallMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Uninstall::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UninstallMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/web_extension/commands.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | enum UninstallMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ActivateMethod` is more private than the item `Activate::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:125:2
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub method: ActivateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Activate::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ActivateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | enum ActivateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CaptureScreenshotMethod` is more private than the item `CaptureScreenshot::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:150:2
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub method: CaptureScreenshotMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `CaptureScreenshot::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CaptureScreenshotMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | enum CaptureScreenshotMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ElementClipRectangleType` is more private than the item `ElementClipRectangle::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:185:2
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub r#type: ElementClipRectangleType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ElementClipRectangle::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ElementClipRectangleType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:111:1
[INFO] [stdout]     |
[INFO] [stdout] 111 | enum ElementClipRectangleType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BoxClipRectangleType` is more private than the item `BoxClipRectangle::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:193:2
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub r#type: BoxClipRectangleType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BoxClipRectangle::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BoxClipRectangleType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:117:1
[INFO] [stdout]     |
[INFO] [stdout] 117 | enum BoxClipRectangleType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `browsing_context::commands::CloseMethod` is more private than the item `browsing_context::commands::Close::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:244:2
[INFO] [stdout]     |
[INFO] [stdout] 244 |     pub method: CloseMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^ field `browsing_context::commands::Close::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `browsing_context::commands::CloseMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum CloseMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CreateMethod` is more private than the item `Create::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:262:2
[INFO] [stdout]     |
[INFO] [stdout] 262 |     pub method: CreateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `Create::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CreateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | enum CreateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GetTreeMethod` is more private than the item `GetTree::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:299:2
[INFO] [stdout]     |
[INFO] [stdout] 299 |     pub method: GetTreeMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `GetTree::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `GetTreeMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:62:1
[INFO] [stdout]     |
[INFO] [stdout]  62 | enum GetTreeMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `HandleUserPromptMethod` is more private than the item `HandleUserPrompt::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:316:2
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub method: HandleUserPromptMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `HandleUserPrompt::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `HandleUserPromptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:68:1
[INFO] [stdout]     |
[INFO] [stdout]  68 | enum HandleUserPromptMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LocateNodesMethod` is more private than the item `LocateNodes::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:335:2
[INFO] [stdout]     |
[INFO] [stdout] 335 |     pub method: LocateNodesMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `LocateNodes::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `LocateNodesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:74:1
[INFO] [stdout]     |
[INFO] [stdout]  74 | enum LocateNodesMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigateMethod` is more private than the item `Navigate::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:357:2
[INFO] [stdout]     |
[INFO] [stdout] 357 |     pub method: NavigateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Navigate::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | enum NavigateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PrintMethod` is more private than the item `Print::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:376:2
[INFO] [stdout]     |
[INFO] [stdout] 376 |     pub method: PrintMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^ field `Print::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PrintMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:86:1
[INFO] [stdout]     |
[INFO] [stdout]  86 | enum PrintMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ReloadMethod` is more private than the item `Reload::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:482:2
[INFO] [stdout]     |
[INFO] [stdout] 482 |     pub method: ReloadMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `Reload::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ReloadMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | enum ReloadMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetViewportMethod` is more private than the item `SetViewport::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:500:2
[INFO] [stdout]     |
[INFO] [stdout] 500 |     pub method: SetViewportMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetViewport::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetViewportMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout]  98 | enum SetViewportMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TraverseHistoryMethod` is more private than the item `TraverseHistory::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:531:2
[INFO] [stdout]     |
[INFO] [stdout] 531 |     pub method: TraverseHistoryMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `TraverseHistory::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TraverseHistoryMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/commands.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | enum TraverseHistoryMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContextCreatedMethod` is more private than the item `ContextCreated::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:104:2
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub method: ContextCreatedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContextCreated::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContextCreatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | enum ContextCreatedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContextDestroyedMethod` is more private than the item `ContextDestroyed::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:112:2
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub method: ContextDestroyedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContextDestroyed::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContextDestroyedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout]  30 | enum ContextDestroyedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationStartedMethod` is more private than the item `NavigationStarted::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:120:2
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub method: NavigationStartedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationStarted::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationStartedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:36:1
[INFO] [stdout]     |
[INFO] [stdout]  36 | enum NavigationStartedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FragmentNavigatedMethod` is more private than the item `FragmentNavigated::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:128:2
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub method: FragmentNavigatedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FragmentNavigated::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `FragmentNavigatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:42:1
[INFO] [stdout]     |
[INFO] [stdout]  42 | enum FragmentNavigatedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `HistoryUpdatedMethod` is more private than the item `HistoryUpdated::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:136:2
[INFO] [stdout]     |
[INFO] [stdout] 136 |     pub method: HistoryUpdatedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `HistoryUpdated::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `HistoryUpdatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 | enum HistoryUpdatedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DomContentLoadedMethod` is more private than the item `DomContentLoaded::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:152:2
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub method: DomContentLoadedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DomContentLoaded::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DomContentLoadedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:54:1
[INFO] [stdout]     |
[INFO] [stdout]  54 | enum DomContentLoadedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `LoadMethod` is more private than the item `Load::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:160:2
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub method: LoadMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ field `Load::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `LoadMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | enum LoadMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DownloadWillBeginMethod` is more private than the item `DownloadWillBegin::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:168:2
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub method: DownloadWillBeginMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DownloadWillBegin::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DownloadWillBeginMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | enum DownloadWillBeginMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationAbortedMethod` is more private than the item `NavigationAborted::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:183:2
[INFO] [stdout]     |
[INFO] [stdout] 183 |     pub method: NavigationAbortedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationAborted::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationAbortedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | enum NavigationAbortedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationCommittedMethod` is more private than the item `NavigationCommitted::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:191:2
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub method: NavigationCommittedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationCommitted::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationCommittedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:78:1
[INFO] [stdout]     |
[INFO] [stdout]  78 | enum NavigationCommittedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NavigationFailedMethod` is more private than the item `NavigationFailed::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:199:2
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub method: NavigationFailedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NavigationFailed::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NavigationFailedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | enum NavigationFailedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UserPromptClosedMethod` is more private than the item `UserPromptClosed::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:207:2
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub method: UserPromptClosedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `UserPromptClosed::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UserPromptClosedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:90:1
[INFO] [stdout]     |
[INFO] [stdout]  90 | enum UserPromptClosedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UserPromptOpenedMethod` is more private than the item `UserPromptOpened::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:227:2
[INFO] [stdout]     |
[INFO] [stdout] 227 |     pub method: UserPromptOpenedMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `UserPromptOpened::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UserPromptOpenedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/events.rs:96:1
[INFO] [stdout]     |
[INFO] [stdout]  96 | enum UserPromptOpenedMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AccessibilityLocatorType` is more private than the item `AccessibilityLocator::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/browsing_context/types.rs:93:2
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub r#type: AccessibilityLocatorType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AccessibilityLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AccessibilityLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/browsing_context/types.rs:54:1
[INFO] [stdout]    |
[INFO] [stdout] 54 | enum AccessibilityLocatorType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CssLocatorType` is more private than the item `CssLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:105:2
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub r#type: CssLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `CssLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CssLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:60:1
[INFO] [stdout]     |
[INFO] [stdout]  60 | enum CssLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContextLocatorType` is more private than the item `ContextLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:117:2
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub r#type: ContextLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContextLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContextLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:66:1
[INFO] [stdout]     |
[INFO] [stdout]  66 | enum ContextLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `InnerTextLocatorType` is more private than the item `InnerTextLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:127:2
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub r#type: InnerTextLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `InnerTextLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `InnerTextLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | enum InnerTextLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `XPathLocatorType` is more private than the item `XPathLocator::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:141:2
[INFO] [stdout]     |
[INFO] [stdout] 141 |     pub r#type: XPathLocatorType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `XPathLocator::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `XPathLocatorType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/browsing_context/types.rs:78:1
[INFO] [stdout]     |
[INFO] [stdout]  78 | enum XPathLocatorType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AddPreloadScriptMethod` is more private than the item `AddPreloadScript::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:64:2
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub method: AddPreloadScriptMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AddPreloadScript::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AddPreloadScriptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | enum AddPreloadScriptMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DisownMethod` is more private than the item `Disown::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:98:2
[INFO] [stdout]    |
[INFO] [stdout] 98 |     pub method: DisownMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ field `Disown::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `DisownMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/commands.rs:32:1
[INFO] [stdout]    |
[INFO] [stdout] 32 | enum DisownMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `CallFunctionMethod` is more private than the item `CallFunction::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:114:2
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub method: CallFunctionMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `CallFunction::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `CallFunctionMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:38:1
[INFO] [stdout]     |
[INFO] [stdout]  38 | enum CallFunctionMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EvaluateMethod` is more private than the item `Evaluate::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:146:2
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub method: EvaluateMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Evaluate::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `EvaluateMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:44:1
[INFO] [stdout]     |
[INFO] [stdout]  44 | enum EvaluateMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GetRealmsMethod` is more private than the item `GetRealms::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:170:2
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub method: GetRealmsMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `GetRealms::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `GetRealmsMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | enum GetRealmsMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RemovePreloadScriptMethod` is more private than the item `RemovePreloadScript::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:186:2
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub method: RemovePreloadScriptMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RemovePreloadScript::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RemovePreloadScriptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/commands.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | enum RemovePreloadScriptMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MessageMethod` is more private than the item `script::events::Message::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:32:2
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub method: MessageMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `script::events::Message::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `MessageMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | enum MessageMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RealmCreatedMethod` is more private than the item `RealmCreated::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:50:2
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub method: RealmCreatedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RealmCreated::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `RealmCreatedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum RealmCreatedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RealmDestroyedMethod` is more private than the item `RealmDestroyed::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub method: RealmDestroyedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RealmDestroyed::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `RealmDestroyedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/events.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | enum RealmDestroyedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ChannelValueType` is more private than the item `ChannelValue::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/types.rs:91:2
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub r#type: ChannelValueType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ChannelValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ChannelValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/script/types.rs:83:1
[INFO] [stdout]    |
[INFO] [stdout] 83 | enum ChannelValueType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EvaluateResultSuccessType` is more private than the item `EvaluateResultSuccess::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:121:2
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub r#type: EvaluateResultSuccessType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `EvaluateResultSuccess::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `EvaluateResultSuccessType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | enum EvaluateResultSuccessType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EvaluateResultExceptionType` is more private than the item `EvaluateResultException::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:137:2
[INFO] [stdout]     |
[INFO] [stdout] 137 |     pub r#type: EvaluateResultExceptionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `EvaluateResultException::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `EvaluateResultExceptionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | enum EvaluateResultExceptionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ArrayLocalValueType` is more private than the item `ArrayLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:181:2
[INFO] [stdout]     |
[INFO] [stdout] 181 |     pub r#type: ArrayLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ArrayLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ArrayLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | enum ArrayLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DateLocalValueType` is more private than the item `DateLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:195:2
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub r#type: DateLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DateLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DateLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:187:1
[INFO] [stdout]     |
[INFO] [stdout] 187 | enum DateLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MapLocalValueType` is more private than the item `MapLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:209:2
[INFO] [stdout]     |
[INFO] [stdout] 209 |     pub r#type: MapLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `MapLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `MapLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:201:1
[INFO] [stdout]     |
[INFO] [stdout] 201 | enum MapLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ObjectLocalValueType` is more private than the item `ObjectLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:223:2
[INFO] [stdout]     |
[INFO] [stdout] 223 |     pub r#type: ObjectLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ObjectLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ObjectLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:215:1
[INFO] [stdout]     |
[INFO] [stdout] 215 | enum ObjectLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RegExpLocalValueType` is more private than the item `RegExpLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:245:2
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub r#type: RegExpLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RegExpLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RegExpLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | enum RegExpLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetLocalValueType` is more private than the item `SetLocalValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:259:2
[INFO] [stdout]     |
[INFO] [stdout] 259 |     pub r#type: SetLocalValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetLocalValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetLocalValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:251:1
[INFO] [stdout]     |
[INFO] [stdout] 251 | enum SetLocalValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UndefinedValueType` is more private than the item `UndefinedValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:282:2
[INFO] [stdout]     |
[INFO] [stdout] 282 |     pub r#type: UndefinedValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `UndefinedValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UndefinedValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:274:1
[INFO] [stdout]     |
[INFO] [stdout] 274 | enum UndefinedValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NullValueType` is more private than the item `NullValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:294:2
[INFO] [stdout]     |
[INFO] [stdout] 294 |     pub r#type: NullValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `NullValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NullValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:286:1
[INFO] [stdout]     |
[INFO] [stdout] 286 | enum NullValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `script::types::StringValueType` is more private than the item `script::types::StringValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:306:2
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub r#type: StringValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `script::types::StringValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `script::types::StringValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:298:1
[INFO] [stdout]     |
[INFO] [stdout] 298 | enum StringValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NumberValueType` is more private than the item `NumberValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:326:2
[INFO] [stdout]     |
[INFO] [stdout] 326 |     pub r#type: NumberValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NumberValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NumberValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:312:1
[INFO] [stdout]     |
[INFO] [stdout] 312 | enum NumberValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BooleanValueType` is more private than the item `BooleanValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:340:2
[INFO] [stdout]     |
[INFO] [stdout] 340 |     pub r#type: BooleanValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BooleanValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BooleanValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:332:1
[INFO] [stdout]     |
[INFO] [stdout] 332 | enum BooleanValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BigIntValueType` is more private than the item `BigIntValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:354:2
[INFO] [stdout]     |
[INFO] [stdout] 354 |     pub r#type: BigIntValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BigIntValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `BigIntValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:346:1
[INFO] [stdout]     |
[INFO] [stdout] 346 | enum BigIntValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WindowRealmInfoType` is more private than the item `WindowRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:404:2
[INFO] [stdout]     |
[INFO] [stdout] 404 |     pub r#type: WindowRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WindowRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WindowRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:394:1
[INFO] [stdout]     |
[INFO] [stdout] 394 | enum WindowRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DedicatedWorkerRealmInfoType` is more private than the item `DedicatedWorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:422:2
[INFO] [stdout]     |
[INFO] [stdout] 422 |     pub r#type: DedicatedWorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DedicatedWorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DedicatedWorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:412:1
[INFO] [stdout]     |
[INFO] [stdout] 412 | enum DedicatedWorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SharedWorkerRealmInfoType` is more private than the item `SharedWorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:438:2
[INFO] [stdout]     |
[INFO] [stdout] 438 |     pub r#type: SharedWorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SharedWorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SharedWorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:428:1
[INFO] [stdout]     |
[INFO] [stdout] 428 | enum SharedWorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ServiceWorkerRealmInfoType` is more private than the item `ServiceWorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:452:2
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub r#type: ServiceWorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ServiceWorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ServiceWorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:442:1
[INFO] [stdout]     |
[INFO] [stdout] 442 | enum ServiceWorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WorkerRealmInfoType` is more private than the item `WorkerRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:466:2
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub r#type: WorkerRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WorkerRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WorkerRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:456:1
[INFO] [stdout]     |
[INFO] [stdout] 456 | enum WorkerRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PaintWorkletRealmInfoType` is more private than the item `PaintWorkletRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:480:2
[INFO] [stdout]     |
[INFO] [stdout] 480 |     pub r#type: PaintWorkletRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PaintWorkletRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PaintWorkletRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:470:1
[INFO] [stdout]     |
[INFO] [stdout] 470 | enum PaintWorkletRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AudioWorkletRealmInfoType` is more private than the item `AudioWorkletRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:494:2
[INFO] [stdout]     |
[INFO] [stdout] 494 |     pub r#type: AudioWorkletRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AudioWorkletRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `AudioWorkletRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:484:1
[INFO] [stdout]     |
[INFO] [stdout] 484 | enum AudioWorkletRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WorkletRealmInfoType` is more private than the item `WorkletRealmInfo::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:508:2
[INFO] [stdout]     |
[INFO] [stdout] 508 |     pub r#type: WorkletRealmInfoType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WorkletRealmInfo::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WorkletRealmInfoType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:498:1
[INFO] [stdout]     |
[INFO] [stdout] 498 | enum WorkletRealmInfoType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SymbolRemoteValueType` is more private than the item `SymbolRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:571:2
[INFO] [stdout]     |
[INFO] [stdout] 571 |     pub r#type: SymbolRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SymbolRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SymbolRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:563:1
[INFO] [stdout]     |
[INFO] [stdout] 563 | enum SymbolRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ArrayRemoteValueType` is more private than the item `ArrayRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:587:2
[INFO] [stdout]     |
[INFO] [stdout] 587 |     pub r#type: ArrayRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ArrayRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ArrayRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:579:1
[INFO] [stdout]     |
[INFO] [stdout] 579 | enum ArrayRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ObjectRemoteValueType` is more private than the item `ObjectRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:605:2
[INFO] [stdout]     |
[INFO] [stdout] 605 |     pub r#type: ObjectRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ObjectRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ObjectRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:597:1
[INFO] [stdout]     |
[INFO] [stdout] 597 | enum ObjectRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FunctionRemoteValueType` is more private than the item `FunctionRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:623:2
[INFO] [stdout]     |
[INFO] [stdout] 623 |     pub r#type: FunctionRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FunctionRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `FunctionRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:615:1
[INFO] [stdout]     |
[INFO] [stdout] 615 | enum FunctionRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `MapRemoteValueType` is more private than the item `MapRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:658:2
[INFO] [stdout]     |
[INFO] [stdout] 658 |     pub r#type: MapRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `MapRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `MapRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:650:1
[INFO] [stdout]     |
[INFO] [stdout] 650 | enum MapRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetRemoteValueType` is more private than the item `SetRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:676:2
[INFO] [stdout]     |
[INFO] [stdout] 676 |     pub r#type: SetRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:668:1
[INFO] [stdout]     |
[INFO] [stdout] 668 | enum SetRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WeakMapRemoteValueType` is more private than the item `WeakMapRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:694:2
[INFO] [stdout]     |
[INFO] [stdout] 694 |     pub r#type: WeakMapRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WeakMapRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WeakMapRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:686:1
[INFO] [stdout]     |
[INFO] [stdout] 686 | enum WeakMapRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WeakSetRemoteValueType` is more private than the item `WeakSetRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:710:2
[INFO] [stdout]     |
[INFO] [stdout] 710 |     pub r#type: WeakSetRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WeakSetRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WeakSetRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:702:1
[INFO] [stdout]     |
[INFO] [stdout] 702 | enum WeakSetRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GeneratorRemoteValueType` is more private than the item `GeneratorRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:726:2
[INFO] [stdout]     |
[INFO] [stdout] 726 |     pub r#type: GeneratorRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `GeneratorRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `GeneratorRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:718:1
[INFO] [stdout]     |
[INFO] [stdout] 718 | enum GeneratorRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ErrorRemoteValueType` is more private than the item `ErrorRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:742:2
[INFO] [stdout]     |
[INFO] [stdout] 742 |     pub r#type: ErrorRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ErrorRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ErrorRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:734:1
[INFO] [stdout]     |
[INFO] [stdout] 734 | enum ErrorRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ProxyRemoteValueType` is more private than the item `ProxyRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:758:2
[INFO] [stdout]     |
[INFO] [stdout] 758 |     pub r#type: ProxyRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ProxyRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ProxyRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:750:1
[INFO] [stdout]     |
[INFO] [stdout] 750 | enum ProxyRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PromiseRemoteValueType` is more private than the item `PromiseRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:774:2
[INFO] [stdout]     |
[INFO] [stdout] 774 |     pub r#type: PromiseRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PromiseRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PromiseRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:766:1
[INFO] [stdout]     |
[INFO] [stdout] 766 | enum PromiseRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `TypedArrayRemoteValueType` is more private than the item `TypedArrayRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:790:2
[INFO] [stdout]     |
[INFO] [stdout] 790 |     pub r#type: TypedArrayRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `TypedArrayRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `TypedArrayRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:782:1
[INFO] [stdout]     |
[INFO] [stdout] 782 | enum TypedArrayRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ArrayBufferRemoteValueType` is more private than the item `ArrayBufferRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:806:2
[INFO] [stdout]     |
[INFO] [stdout] 806 |     pub r#type: ArrayBufferRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ArrayBufferRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ArrayBufferRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:798:1
[INFO] [stdout]     |
[INFO] [stdout] 798 | enum ArrayBufferRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NodeListRemoteValueType` is more private than the item `NodeListRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:822:2
[INFO] [stdout]     |
[INFO] [stdout] 822 |     pub r#type: NodeListRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NodeListRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NodeListRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:814:1
[INFO] [stdout]     |
[INFO] [stdout] 814 | enum NodeListRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `HTMLCollectionRemoteValueType` is more private than the item `HTMLCollectionRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:840:2
[INFO] [stdout]     |
[INFO] [stdout] 840 |     pub r#type: HTMLCollectionRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `HTMLCollectionRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `HTMLCollectionRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:832:1
[INFO] [stdout]     |
[INFO] [stdout] 832 | enum HTMLCollectionRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NodeRemoteValueType` is more private than the item `NodeRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:858:2
[INFO] [stdout]     |
[INFO] [stdout] 858 |     pub r#type: NodeRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NodeRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `NodeRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:850:1
[INFO] [stdout]     |
[INFO] [stdout] 850 | enum NodeRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WindowProxyRemoteValueType` is more private than the item `WindowProxyRemoteValue::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:907:2
[INFO] [stdout]     |
[INFO] [stdout] 907 |     pub r#type: WindowProxyRemoteValueType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WindowProxyRemoteValue::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WindowProxyRemoteValueType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/script/types.rs:899:1
[INFO] [stdout]     |
[INFO] [stdout] 899 | enum WindowProxyRemoteValueType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PerformActionsMethod` is more private than the item `PerformActions::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:26:2
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub method: PerformActionsMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PerformActions::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `PerformActionsMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | enum PerformActionsMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NoneSourceActionsType` is more private than the item `NoneSourceActions::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:58:2
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub r#type: NoneSourceActionsType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `NoneSourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `NoneSourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | enum NoneSourceActionsType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `KeySourceActionsType` is more private than the item `KeySourceActions::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:75:2
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub r#type: KeySourceActionsType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `KeySourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `KeySourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/commands.rs:67:1
[INFO] [stdout]    |
[INFO] [stdout] 67 | enum KeySourceActionsType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerSourceActionsType` is more private than the item `PointerSourceActions::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:100:2
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub r#type: PointerSourceActionsType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerSourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerSourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:92:1
[INFO] [stdout]     |
[INFO] [stdout]  92 | enum PointerSourceActionsType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WheelSourceActionsType` is more private than the item `WheelSourceActions::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:147:2
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub r#type: WheelSourceActionsType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WheelSourceActions::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WheelSourceActionsType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:139:1
[INFO] [stdout]     |
[INFO] [stdout] 139 | enum WheelSourceActionsType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PauseActionType` is more private than the item `PauseAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:169:2
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub r#type: PauseActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PauseAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PauseActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:161:1
[INFO] [stdout]     |
[INFO] [stdout] 161 | enum PauseActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `KeyDownActionType` is more private than the item `KeyDownAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:184:2
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub r#type: KeyDownActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `KeyDownAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `KeyDownActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:176:1
[INFO] [stdout]     |
[INFO] [stdout] 176 | enum KeyDownActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `KeyUpActionType` is more private than the item `KeyUpAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:199:2
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub r#type: KeyUpActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `KeyUpAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `KeyUpActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:191:1
[INFO] [stdout]     |
[INFO] [stdout] 191 | enum KeyUpActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerUpActionType` is more private than the item `PointerUpAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:214:2
[INFO] [stdout]     |
[INFO] [stdout] 214 |     pub r#type: PointerUpActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerUpAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerUpActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:206:1
[INFO] [stdout]     |
[INFO] [stdout] 206 | enum PointerUpActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerDownActionType` is more private than the item `PointerDownAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:228:2
[INFO] [stdout]     |
[INFO] [stdout] 228 |     pub r#type: PointerDownActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerDownAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerDownActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:220:1
[INFO] [stdout]     |
[INFO] [stdout] 220 | enum PointerDownActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PointerMoveActionType` is more private than the item `PointerMoveAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:245:2
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub r#type: PointerMoveActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `PointerMoveAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PointerMoveActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:237:1
[INFO] [stdout]     |
[INFO] [stdout] 237 | enum PointerMoveActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `WheelScrollActionType` is more private than the item `WheelScrollAction::r#type`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:272:2
[INFO] [stdout]     |
[INFO] [stdout] 272 |     pub r#type: WheelScrollActionType,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `WheelScrollAction::r#type` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `WheelScrollActionType` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:260:1
[INFO] [stdout]     |
[INFO] [stdout] 260 | enum WheelScrollActionType {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ReleaseActionsMethod` is more private than the item `ReleaseActions::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:348:2
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub method: ReleaseActionsMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ReleaseActions::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ReleaseActionsMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | enum ReleaseActionsMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetFilesMethod` is more private than the item `SetFiles::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:369:2
[INFO] [stdout]     |
[INFO] [stdout] 369 |     pub method: SetFilesMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetFiles::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetFilesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/input/commands.rs:361:1
[INFO] [stdout]     |
[INFO] [stdout] 361 | enum SetFilesMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FileDialogOpenedMethod` is more private than the item `FileDialogOpened::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/events.rs:19:2
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub method: FileDialogOpenedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FileDialogOpened::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `FileDialogOpenedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/events.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | enum FileDialogOpenedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ElementOriginType` is more private than the item `ElementOrigin::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/types.rs:14:2
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub r#type: ElementOriginType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ElementOrigin::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ElementOriginType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/input/types.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum ElementOriginType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `EntryAddedMethod` is more private than the item `EntryAdded::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/events.rs:19:2
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub method: EntryAddedMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `EntryAdded::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `EntryAddedMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/events.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum EntryAddedMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ConsoleLogEntryType` is more private than the item `ConsoleLogEntry::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:62:2
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub r#type: ConsoleLogEntryType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ConsoleLogEntry::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ConsoleLogEntryType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:45:1
[INFO] [stdout]    |
[INFO] [stdout] 45 | enum ConsoleLogEntryType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `JavascriptLogEntryType` is more private than the item `JavascriptLogEntry::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:77:2
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub r#type: JavascriptLogEntryType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `JavascriptLogEntry::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `JavascriptLogEntryType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/log/types.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | enum JavascriptLogEntryType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AddInterceptMethod` is more private than the item `AddIntercept::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:66:2
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub method: AddInterceptMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `AddIntercept::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `AddInterceptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | enum AddInterceptMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContinueRequestMethod` is more private than the item `ContinueRequest::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:90:2
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub method: ContinueRequestMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContinueRequest::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ContinueRequestMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/network/commands.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 34 | enum ContinueRequestMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ContinueResponseMethod` is more private than the item `ContinueResponse::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:114:2
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub method: ContinueResponseMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ContinueResponse::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ContinueResponseMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:40:1
[INFO] [stdout]     |
[INFO] [stdout]  40 | enum ContinueResponseMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `FailRequestMethod` is more private than the item `FailRequest::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:197:2
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub method: FailRequestMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `FailRequest::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `FailRequestMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout]  46 | enum FailRequestMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ProvideResponseMethod` is more private than the item `ProvideResponse::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:211:2
[INFO] [stdout]     |
[INFO] [stdout] 211 |     pub method: ProvideResponseMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ProvideResponse::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `ProvideResponseMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | enum ProvideResponseMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `RemoveInterceptMethod` is more private than the item `RemoveIntercept::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:235:2
[INFO] [stdout]     |
[INFO] [stdout] 235 |     pub method: RemoveInterceptMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `RemoveIntercept::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `RemoveInterceptMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/network/commands.rs:58:1
[INFO] [stdout]     |
[INFO] [stdout]  58 | enum RemoveInterceptMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `GetCookiesMethod` is more private than the item `GetCookies::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:57:2
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub method: GetCookiesMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `GetCookies::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `GetCookiesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum GetCookiesMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `BrowsingContextPartitionDescriptorType` is more private than the item `BrowsingContextPartitionDescriptor::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:89:2
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub r#type: BrowsingContextPartitionDescriptorType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `BrowsingContextPartitionDescriptor::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `BrowsingContextPartitionDescriptorType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum BrowsingContextPartitionDescriptorType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `StorageKeyPartitionDescriptorType` is more private than the item `StorageKeyPartitionDescriptor::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:97:2
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub r#type: StorageKeyPartitionDescriptorType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `StorageKeyPartitionDescriptor::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `StorageKeyPartitionDescriptorType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/storage/commands.rs:49:1
[INFO] [stdout]    |
[INFO] [stdout] 49 | enum StorageKeyPartitionDescriptorType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `SetCookieMethod` is more private than the item `SetCookie::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:123:2
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub method: SetCookieMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `SetCookie::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `SetCookieMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:31:1
[INFO] [stdout]     |
[INFO] [stdout]  31 | enum SetCookieMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `DeleteCookiesMethod` is more private than the item `DeleteCookies::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:161:2
[INFO] [stdout]     |
[INFO] [stdout] 161 |     pub method: DeleteCookiesMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `DeleteCookies::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `DeleteCookiesMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/storage/commands.rs:37:1
[INFO] [stdout]     |
[INFO] [stdout]  37 | enum DeleteCookiesMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `InstallMethod` is more private than the item `Install::method`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:51:2
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub method: InstallMethod,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^ field `Install::method` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `InstallMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | enum InstallMethod {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ExtensionPathType` is more private than the item `ExtensionPath::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:72:2
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub r#type: ExtensionPathType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ExtensionPath::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ExtensionPathType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | enum ExtensionPathType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ExtensionArchivePathType` is more private than the item `ExtensionArchivePath::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:80:2
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub r#type: ExtensionArchivePathType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ExtensionArchivePath::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ExtensionArchivePathType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | enum ExtensionArchivePathType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `ExtensionBase64EncodedType` is more private than the item `ExtensionBase64Encoded::r#type`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:88:2
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub r#type: ExtensionBase64EncodedType,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `ExtensionBase64Encoded::r#type` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `ExtensionBase64EncodedType` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> rustenium-bidi-commands/src/web_extension/commands.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum ExtensionBase64EncodedType {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `UninstallMethod` is more private than the item `Uninstall::method`
[INFO] [stdout]    --> rustenium-bidi-commands/src/web_extension/commands.rs:102:2
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub method: UninstallMethod,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ field `Uninstall::method` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `UninstallMethod` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> rustenium-bidi-commands/src/web_extension/commands.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | enum UninstallMethod {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rustenium-core v0.1.0 (/opt/rustwide/workdir/rustenium-core)
[INFO] [stdout] warning: unused import: `CommandResult`
[INFO] [stdout]  --> rustenium-core/src/connection.rs:4:31
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rustenium_bidi_commands::{CommandResult, Event};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::transport::WebsocketConnectionTransport`
[INFO] [stdout]  --> rustenium-core/src/connection.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::transport::WebsocketConnectionTransport;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> rustenium-core/src/transport.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Role`
[INFO] [stdout]  --> rustenium-core/src/transport.rs:5:67
[INFO] [stdout]   |
[INFO] [stdout] 5 | use fastwebsockets::{handshake, FragmentCollector, Frame, OpCode, Role, WebSocket, WebSocketError};
[INFO] [stdout]   |                                                                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `url::Url`
[INFO] [stdout]   --> rustenium-core/src/transport.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use url::Url;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::listeners::Listener`
[INFO] [stdout]   --> rustenium-core/src/transport.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::listeners::Listener;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CommandResult` and `EventData`
[INFO] [stdout]  --> rustenium-core/src/listeners.rs:3:48
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rustenium_bidi_commands::{CommandResponse, CommandResult, ErrorResponse, Event, EventData, Message};
[INFO] [stdout]   |                                                ^^^^^^^^^^^^^                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unbounded_channel`
[INFO] [stdout]  --> rustenium-core/src/listeners.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio::sync::{mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender}, oneshot, Mutex};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CommandResult`
[INFO] [stdout]  --> rustenium-core/src/connection.rs:4:31
[INFO] [stdout]   |
[INFO] [stdout] 4 | use rustenium_bidi_commands::{CommandResult, Event};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::transport::WebsocketConnectionTransport`
[INFO] [stdout]  --> rustenium-core/src/connection.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::transport::WebsocketConnectionTransport;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> rustenium-core/src/transport.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ops::Deref;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Role`
[INFO] [stdout]  --> rustenium-core/src/transport.rs:5:67
[INFO] [stdout]   |
[INFO] [stdout] 5 | use fastwebsockets::{handshake, FragmentCollector, Frame, OpCode, Role, WebSocket, WebSocketError};
[INFO] [stdout]   |                                                                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `url::Url`
[INFO] [stdout]   --> rustenium-core/src/transport.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use url::Url;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::listeners::Listener`
[INFO] [stdout]   --> rustenium-core/src/transport.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::listeners::Listener;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CommandResult` and `EventData`
[INFO] [stdout]  --> rustenium-core/src/listeners.rs:3:48
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rustenium_bidi_commands::{CommandResponse, CommandResult, ErrorResponse, Event, EventData, Message};
[INFO] [stdout]   |                                                ^^^^^^^^^^^^^                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unbounded_channel`
[INFO] [stdout]  --> rustenium-core/src/listeners.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use tokio::sync::{mpsc::{unbounded_channel, UnboundedReceiver, UnboundedSender}, oneshot, Mutex};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> rustenium-core/src/process.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut child = self.child.as_mut().unwrap();
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> rustenium-core/src/process.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut check_line = |label: &str, line: Result<Option<String>, _>| -> Option<String> {
[INFO] [stdout]    |             ----^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> rustenium-core/src/process.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut child = self.child.as_mut().unwrap();
[INFO] [stdout]    |             ----^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> rustenium-core/src/process.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut check_line = |label: &str, line: Result<Option<String>, _>| -> Option<String> {
[INFO] [stdout]    |             ----^^^^^^^^^^
[INFO] [stdout]    |             |
[INFO] [stdout]    |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_rx`
[INFO] [stdout]   --> rustenium-core/src/connection.rs:39:24
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let (event_tx, event_rx) = unbounded_channel::<Event>();
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_rx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `label`
[INFO] [stdout]   --> rustenium-core/src/process.rs:42:31
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut check_line = |label: &str, line: Result<Option<String>, _>| -> Option<String> {
[INFO] [stdout]    |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event_rx`
[INFO] [stdout]   --> rustenium-core/src/connection.rs:39:24
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let (event_tx, event_rx) = unbounded_channel::<Event>();
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_rx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `label`
[INFO] [stdout]   --> rustenium-core/src/process.rs:42:31
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let mut check_line = |label: &str, line: Result<Option<String>, _>| -> Option<String> {
[INFO] [stdout]    |                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_label`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> rustenium-core/src/session.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 22 |         connection_config: &'a ConnectionTransportConfig<'a>,
[INFO] [stdout]    |                             --                           -- the lifetime is named here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout] 23 |     ) -> Session<WebsocketConnectionTransport<'a>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |          |                                    |
[INFO] [stdout]    |          |                                    the same lifetime is named here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ) -> Session<'a, WebsocketConnectionTransport<'a>> {
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> rustenium-core/src/transport.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     async fn send(&mut self, message: String) -> ();
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 80 -     async fn send(&mut self, message: String) -> ();
[INFO] [stdout] 80 +     fn send(&mut self, message: String) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> rustenium-core/src/session.rs:23:10
[INFO] [stdout]    |
[INFO] [stdout] 22 |         connection_config: &'a ConnectionTransportConfig<'a>,
[INFO] [stdout]    |                             --                           -- the lifetime is named here
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             the lifetime is named here
[INFO] [stdout] 23 |     ) -> Session<WebsocketConnectionTransport<'a>> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--^^
[INFO] [stdout]    |          |                                    |
[INFO] [stdout]    |          |                                    the same lifetime is named here
[INFO] [stdout]    |          the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ) -> Session<'a, WebsocketConnectionTransport<'a>> {
[INFO] [stdout]    |                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
[INFO] [stdout]   --> rustenium-core/src/transport.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     async fn send(&mut self, message: String) -> ();
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: you can suppress this lint if you plan to use the trait only in your own code, or do not care about auto traits like `Send` on the `Future`
[INFO] [stdout]    = note: `#[warn(async_fn_in_trait)]` on by default
[INFO] [stdout] help: you can alternatively desugar to a normal `fn` that returns `impl Future` and add any desired bounds such as `Send`, but these cannot be relaxed without a breaking API change
[INFO] [stdout]    |
[INFO] [stdout] 80 -     async fn send(&mut self, message: String) -> ();
[INFO] [stdout] 80 +     fn send(&mut self, message: String) -> impl std::future::Future<Output = ()> + Send;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> rustenium-core/src/transport.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         WebsocketConnectionTransport::listener_loop(self.client.clone(), listener);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let _ = WebsocketConnectionTransport::listener_loop(self.client.clone(), listener);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> rustenium-core/src/transport.rs:98:9
[INFO] [stdout]    |
[INFO] [stdout] 98 |         WebsocketConnectionTransport::listener_loop(self.client.clone(), listener);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 98 |         let _ = WebsocketConnectionTransport::listener_loop(self.client.clone(), listener);
[INFO] [stdout]    |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rustenium v0.1.0 (/opt/rustwide/workdir/rustenium)
[INFO] [stdout] warning: unused import: `rustenium_core::transport::ConnectionTransportProtocol`
[INFO] [stdout]  --> rustenium/src/browser/browser.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rustenium_core::transport::ConnectionTransportProtocol;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]  --> rustenium/src/browser/browser.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::error::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Session` and `process::Process`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:2:38
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rustenium_core::{find_free_port, process::Process, transport::WebsocketConnectionTransport, Session};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^^                                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Client`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use reqwest::Client;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustenium_core::transport::WebsocketConnectionTransport`
[INFO] [stdout]  --> rustenium/src/browser/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rustenium_core::transport::WebsocketConnectionTransport;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustenium_core::transport::ConnectionTransportProtocol`
[INFO] [stdout]  --> rustenium/src/browser/browser.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rustenium_core::transport::ConnectionTransportProtocol;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]  --> rustenium/src/browser/browser.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_connection_refused` is never used
[INFO] [stdout]   --> rustenium/src/browser/browser.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn is_connection_refused(e: &reqwest::Error) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::error::Error`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::error::Error;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Session` and `process::Process`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:2:38
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rustenium_core::{find_free_port, process::Process, transport::WebsocketConnectionTransport, Session};
[INFO] [stdout]   |                                      ^^^^^^^^^^^^^^^^                                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reqwest::Client`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use reqwest::Client;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout]  --> rustenium/src/browser/bidi/chrome.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::Deserialize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustenium_core::transport::WebsocketConnectionTransport`
[INFO] [stdout]  --> rustenium/src/browser/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use rustenium_core::transport::WebsocketConnectionTransport;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]  --> rustenium/src/lib.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use super::*;
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_connection_refused` is never used
[INFO] [stdout]   --> rustenium/src/browser/browser.rs:11:4
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn is_connection_refused(e: &reqwest::Error) -> bool {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Driver`
[INFO] [stdout]  --> rustenium/tests/browser.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rustenium::{Driver, ChromeDriver};
[INFO] [stdout]   |                 ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustenium_core::session::SessionConnectionType`
[INFO] [stdout]  --> rustenium/tests/browser.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rustenium_core::session::SessionConnectionType;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Driver`
[INFO] [stdout]  --> rustenium/tests/browser.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use rustenium::{Driver, ChromeDriver};
[INFO] [stdout]   |                 ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rustenium_core::session::SessionConnectionType`
[INFO] [stdout]  --> rustenium/tests/browser.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use rustenium_core::session::SessionConnectionType;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.34s
[INFO] running `Command { std: "docker" "inspect" "38823c8ffa5bbd3ce801983a3746547418acfc1a55119dbb69e21ddd0ec67422", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38823c8ffa5bbd3ce801983a3746547418acfc1a55119dbb69e21ddd0ec67422", kill_on_drop: false }`
[INFO] [stdout] 38823c8ffa5bbd3ce801983a3746547418acfc1a55119dbb69e21ddd0ec67422
