[INFO] fetching crate mod_trait_exerci 0.2.1...
[INFO] building mod_trait_exerci-0.2.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate mod_trait_exerci 0.2.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate mod_trait_exerci 0.2.1
[INFO] finished tweaking crates.io crate mod_trait_exerci 0.2.1
[INFO] tweaked toml for crates.io crate mod_trait_exerci 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mod_trait_exerci 0.2.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mod_trait_exerci 0.2.1 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9e654591814d67a49d37cac1a3dce4c487cc1bc30eae9110d628e952d1e17b85
[INFO] running `Command { std: "docker" "start" "-a" "9e654591814d67a49d37cac1a3dce4c487cc1bc30eae9110d628e952d1e17b85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9e654591814d67a49d37cac1a3dce4c487cc1bc30eae9110d628e952d1e17b85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e654591814d67a49d37cac1a3dce4c487cc1bc30eae9110d628e952d1e17b85", kill_on_drop: false }`
[INFO] [stdout] 9e654591814d67a49d37cac1a3dce4c487cc1bc30eae9110d628e952d1e17b85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 643398a0b33e8bc19b8f4aa9bf1ec7f4a5ee19e0e4f7928b245393575a408442
[INFO] running `Command { std: "docker" "start" "-a" "643398a0b33e8bc19b8f4aa9bf1ec7f4a5ee19e0e4f7928b245393575a408442", kill_on_drop: false }`
[INFO] [stderr]    Compiling mod_trait_exerci v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_bare/mod.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 |     pub data: (u32),
[INFO] [stdout]   |               ^   ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 3 -     pub data: (u32),
[INFO] [stdout] 3 +     pub data: u32,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_bare/mod.rs:7:32
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout]   |                                ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 7 -     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 7 +     pub fn get_tuple(&self) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_bare/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         (self.data)
[INFO] [stdout]   |         ^         ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 -         (self.data)
[INFO] [stdout] 8 +         self.data
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_bare/mod.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 16 +     pub fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_bare/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         (self.0)
[INFO] [stdout]    |         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -         (self.0)
[INFO] [stdout] 17 +         self.0
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_where_fn.rs:4:61
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout]   |                                                             ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout] 4 + pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_where_fn.rs:8:60
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> (u32)
[INFO] [stdout]   |                                                            ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> (u32)
[INFO] [stdout] 8 + pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> u32
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_static_fn.rs:17:61
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout]    |                                                             ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 - pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout] 17 + pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_static_fn.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     (typ.get_tuple())
[INFO] [stdout] 18 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_static_fn.rs:4:65
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> (u32) {
[INFO] [stdout]   |                                                                 ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> (u32) {
[INFO] [stdout] 4 + pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_box_static_fn.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     (typ.get_tuple())
[INFO] [stdout]   |     ^               ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 -     (typ.get_tuple())
[INFO] [stdout] 5 +     typ.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_static_fn.rs:8:60
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> (u32) {
[INFO] [stdout]   |                                                            ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> (u32) {
[INFO] [stdout] 8 + pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_box_static_fn.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     (typ.get_tuple())
[INFO] [stdout]   |     ^               ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 9 -     (typ.get_tuple())
[INFO] [stdout] 9 +     typ.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_static_fn.rs:12:79
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> (u32) {
[INFO] [stdout]    |                                                                               ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 - pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> (u32) {
[INFO] [stdout] 12 + pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_box_static_fn.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 13 -     (typ.get_tuple())
[INFO] [stdout] 13 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_static_fn.rs:16:84
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> (u32) {
[INFO] [stdout]    |                                                                                    ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> (u32) {
[INFO] [stdout] 16 + pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_box_static_fn.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     (typ.get_tuple())
[INFO] [stdout] 17 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_dynamic_fn.rs:4:57
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) {
[INFO] [stdout]   |                                                         ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) {
[INFO] [stdout] 4 + pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_dynamic_fn.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     (canal.get_tuple())
[INFO] [stdout]   |     ^                 ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 -     (canal.get_tuple())
[INFO] [stdout] 5 +     canal.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_dynamic_fn.rs:4:55
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout]   |                                                       ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 4 + pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_dynamic_fn.rs:8:66
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout]   |                                                                  ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 8 + pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_dynamic_fn.rs:12:60
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout]    |                                                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 - pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 12 + pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_dynamic_fn.rs:16:71
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout]    |                                                                       ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 16 + pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |         data: (u32),
[INFO] [stdout]    |               ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 11 -         data: (u32),
[INFO] [stdout] 11 +         data: u32,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:20:32
[INFO] [stdout]    |
[INFO] [stdout] 20 |         fn get_tuple(&self) -> (u32);
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -         fn get_tuple(&self) -> (u32);
[INFO] [stdout] 20 +         fn get_tuple(&self) -> u32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:28:32
[INFO] [stdout]    |
[INFO] [stdout] 28 |         fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -         fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 28 +         fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |             (self.data)
[INFO] [stdout]    |             ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -             (self.data)
[INFO] [stdout] 30 +             self.data
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |         fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -         fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 39 +         fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/lib.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             (self.0)
[INFO] [stdout]    |             ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -             (self.0)
[INFO] [stdout] 41 +             self.0
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] running `Command { std: "docker" "inspect" "643398a0b33e8bc19b8f4aa9bf1ec7f4a5ee19e0e4f7928b245393575a408442", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "643398a0b33e8bc19b8f4aa9bf1ec7f4a5ee19e0e4f7928b245393575a408442", kill_on_drop: false }`
[INFO] [stdout] 643398a0b33e8bc19b8f4aa9bf1ec7f4a5ee19e0e4f7928b245393575a408442
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b89b2682af6e3f51f023875735a766f2e912bf1634c7652d174de83ed6e952c6
[INFO] running `Command { std: "docker" "start" "-a" "b89b2682af6e3f51f023875735a766f2e912bf1634c7652d174de83ed6e952c6", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_bare/mod.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 |     pub data: (u32),
[INFO] [stdout]   |               ^   ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 3 -     pub data: (u32),
[INFO] [stdout] 3 +     pub data: u32,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_bare/mod.rs:7:32
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout]   |                                ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 7 -     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 7 +     pub fn get_tuple(&self) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_bare/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         (self.data)
[INFO] [stdout]   |         ^         ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 -         (self.data)
[INFO] [stdout] 8 +         self.data
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_bare/mod.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 16 +     pub fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_bare/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         (self.0)
[INFO] [stdout]    |         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -         (self.0)
[INFO] [stdout] 17 +         self.0
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_where_fn.rs:4:61
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout]   |                                                             ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout] 4 + pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_where_fn.rs:8:60
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> (u32)
[INFO] [stdout]   |                                                            ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> (u32)
[INFO] [stdout] 8 + pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> u32
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_static_fn.rs:17:61
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout]    |                                                             ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 - pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout] 17 + pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_static_fn.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     (typ.get_tuple())
[INFO] [stdout] 18 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_static_fn.rs:4:65
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> (u32) {
[INFO] [stdout]   |                                                                 ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> (u32) {
[INFO] [stdout] 4 + pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_box_static_fn.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     (typ.get_tuple())
[INFO] [stdout]   |     ^               ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 -     (typ.get_tuple())
[INFO] [stdout] 5 +     typ.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_static_fn.rs:8:60
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> (u32) {
[INFO] [stdout]   |                                                            ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> (u32) {
[INFO] [stdout] 8 + pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_box_static_fn.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     (typ.get_tuple())
[INFO] [stdout]   |     ^               ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 9 -     (typ.get_tuple())
[INFO] [stdout] 9 +     typ.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_static_fn.rs:12:79
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> (u32) {
[INFO] [stdout]    |                                                                               ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 - pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> (u32) {
[INFO] [stdout] 12 + pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_box_static_fn.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 13 -     (typ.get_tuple())
[INFO] [stdout] 13 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_static_fn.rs:16:84
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> (u32) {
[INFO] [stdout]    |                                                                                    ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> (u32) {
[INFO] [stdout] 16 + pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_box_static_fn.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     (typ.get_tuple())
[INFO] [stdout] 17 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_dynamic_fn.rs:4:57
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) {
[INFO] [stdout]   |                                                         ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) {
[INFO] [stdout] 4 + pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_dynamic_fn.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     (canal.get_tuple())
[INFO] [stdout]   |     ^                 ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 -     (canal.get_tuple())
[INFO] [stdout] 5 +     canal.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling mod_trait_exerci v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_dynamic_fn.rs:4:55
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout]   |                                                       ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 4 + pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_dynamic_fn.rs:8:66
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout]   |                                                                  ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 8 + pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_dynamic_fn.rs:12:60
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout]    |                                                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 - pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 12 + pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_dynamic_fn.rs:16:71
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout]    |                                                                       ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 16 + pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |         data: (u32),
[INFO] [stdout]    |               ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 11 -         data: (u32),
[INFO] [stdout] 11 +         data: u32,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:20:32
[INFO] [stdout]    |
[INFO] [stdout] 20 |         fn get_tuple(&self) -> (u32);
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -         fn get_tuple(&self) -> (u32);
[INFO] [stdout] 20 +         fn get_tuple(&self) -> u32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:28:32
[INFO] [stdout]    |
[INFO] [stdout] 28 |         fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -         fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 28 +         fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |             (self.data)
[INFO] [stdout]    |             ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -             (self.data)
[INFO] [stdout] 30 +             self.data
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |         fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -         fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 39 +         fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/lib.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             (self.0)
[INFO] [stdout]    |             ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -             (self.0)
[INFO] [stdout] 41 +             self.0
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> examples/simple_static_dispatch.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |     data: (u8)
[INFO] [stdout]   |           ^  ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 -     data: (u8)
[INFO] [stdout] 4 +     data: u8
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> examples/simple_static_dispatch.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn static_dispatch(&self) -> (u8) { (self.data) }
[INFO] [stdout]   |                                  ^  ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 -     fn static_dispatch(&self) -> (u8) { (self.data) }
[INFO] [stdout] 8 +     fn static_dispatch(&self) -> u8 { (self.data) }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> examples/simple_static_dispatch.rs:8:41
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn static_dispatch(&self) -> (u8) { (self.data) }
[INFO] [stdout]   |                                         ^         ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 -     fn static_dispatch(&self) -> (u8) { (self.data) }
[INFO] [stdout] 8 +     fn static_dispatch(&self) -> (u8) { self.data }
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> examples/simple_dynamic_dispatch.rs:3:34
[INFO] [stdout]   |
[INFO] [stdout] 3 |     fn static_dispatch(&self) -> (u8);
[INFO] [stdout]   |                                  ^  ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 3 -     fn static_dispatch(&self) -> (u8);
[INFO] [stdout] 3 +     fn static_dispatch(&self) -> u8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> examples/simple_dynamic_dispatch.rs:7:22
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct Struct {data: (u8)}
[INFO] [stdout]   |                      ^  ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 7 - struct Struct {data: (u8)}
[INFO] [stdout] 7 + struct Struct {data: u8}
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> examples/simple_dynamic_dispatch.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 |     fn static_dispatch(&self) -> (u8) {
[INFO] [stdout]    |                                  ^  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 10 -     fn static_dispatch(&self) -> (u8) {
[INFO] [stdout] 10 +     fn static_dispatch(&self) -> u8 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> examples/simple_dynamic_dispatch.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         (self.data)
[INFO] [stdout]    |         ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 11 -         (self.data)
[INFO] [stdout] 11 +         self.data
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> examples/trait_dispatch_concrete.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 |     data: (u8)
[INFO] [stdout]   |           ^  ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 -     data: (u8)
[INFO] [stdout] 4 +     data: u8
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> examples/trait_dispatch_concrete.rs:8:22
[INFO] [stdout]   |
[INFO] [stdout] 8 |     fn _fn(&self) -> (u8);
[INFO] [stdout]   |                      ^  ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 -     fn _fn(&self) -> (u8);
[INFO] [stdout] 8 +     fn _fn(&self) -> u8;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> examples/trait_dispatch_concrete.rs:12:22
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn _fn(&self) -> (u8) { (self.data) }
[INFO] [stdout]    |                      ^  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 -     fn _fn(&self) -> (u8) { (self.data) }
[INFO] [stdout] 12 +     fn _fn(&self) -> u8 { (self.data) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> examples/trait_dispatch_concrete.rs:12:29
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn _fn(&self) -> (u8) { (self.data) }
[INFO] [stdout]    |                             ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 -     fn _fn(&self) -> (u8) { (self.data) }
[INFO] [stdout] 12 +     fn _fn(&self) -> (u8) { self.data }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> examples/trait_dispatch_concrete.rs:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn _fn(&self) -> (u8) { (self.0) }
[INFO] [stdout]    |                      ^  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     fn _fn(&self) -> (u8) { (self.0) }
[INFO] [stdout] 18 +     fn _fn(&self) -> u8 { (self.0) }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> examples/trait_dispatch_concrete.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn _fn(&self) -> (u8) { (self.0) }
[INFO] [stdout]    |                             ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     fn _fn(&self) -> (u8) { (self.0) }
[INFO] [stdout] 18 +     fn _fn(&self) -> (u8) { self.0 }
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_bare/mod.rs:3:15
[INFO] [stdout]   |
[INFO] [stdout] 3 |     pub data: (u32),
[INFO] [stdout]   |               ^   ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 3 -     pub data: (u32),
[INFO] [stdout] 3 +     pub data: u32,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_bare/mod.rs:7:32
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout]   |                                ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 7 -     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 7 +     pub fn get_tuple(&self) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_bare/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         (self.data)
[INFO] [stdout]   |         ^         ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 -         (self.data)
[INFO] [stdout] 8 +         self.data
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_bare/mod.rs:16:32
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 16 +     pub fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_bare/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         (self.0)
[INFO] [stdout]    |         ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -         (self.0)
[INFO] [stdout] 17 +         self.0
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_where_fn.rs:4:61
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout]   |                                                             ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout] 4 + pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_where_fn.rs:8:60
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> (u32)
[INFO] [stdout]   |                                                            ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> (u32)
[INFO] [stdout] 8 + pub fn get_static_type_ref_with_where<Type>(typ: &Type) -> u32
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_static_fn.rs:17:61
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout]    |                                                             ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 - pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> (u32) {
[INFO] [stdout] 17 + pub fn get_static_type_ref<Type: TraitCanal>(typ: &Type) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_static_fn.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     (typ.get_tuple())
[INFO] [stdout] 18 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_static_fn.rs:4:65
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> (u32) {
[INFO] [stdout]   |                                                                 ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> (u32) {
[INFO] [stdout] 4 + pub fn get_static_box_ref<Type: TraitCanal>(typ: &Box<Type>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_box_static_fn.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     (typ.get_tuple())
[INFO] [stdout]   |     ^               ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 -     (typ.get_tuple())
[INFO] [stdout] 5 +     typ.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_static_fn.rs:8:60
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> (u32) {
[INFO] [stdout]   |                                                            ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> (u32) {
[INFO] [stdout] 8 + pub fn get_static_box<Type: TraitCanal>(typ: Box<Type>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_box_static_fn.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     (typ.get_tuple())
[INFO] [stdout]   |     ^               ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 9 -     (typ.get_tuple())
[INFO] [stdout] 9 +     typ.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_static_fn.rs:12:79
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> (u32) {
[INFO] [stdout]    |                                                                               ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 - pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> (u32) {
[INFO] [stdout] 12 + pub fn get_static_box_type_ref<Type: TraitCanal + ?Sized>(typ: Box<&Type>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_box_static_fn.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 13 -     (typ.get_tuple())
[INFO] [stdout] 13 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_static_fn.rs:16:84
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> (u32) {
[INFO] [stdout]    |                                                                                    ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> (u32) {
[INFO] [stdout] 16 + pub fn get_static_box_and_type_ref<Type: TraitCanal + ?Sized>(typ: &Box<&Type>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/mod_box_static_fn.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     (typ.get_tuple())
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     (typ.get_tuple())
[INFO] [stdout] 17 +     typ.get_tuple()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_dynamic_fn.rs:4:57
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) {
[INFO] [stdout]   |                                                         ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> (u32) {
[INFO] [stdout] 4 + pub fn get_dynamic_trait_ref(canal: &dyn TraitCanal) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]  --> src/mod_dynamic_fn.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     (canal.get_tuple())
[INFO] [stdout]   |     ^                 ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 5 -     (canal.get_tuple())
[INFO] [stdout] 5 +     canal.get_tuple()
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_dynamic_fn.rs:4:55
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout]   |                                                       ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 4 - pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 4 + pub fn get_dynamic_box(canal: Box<dyn TraitCanal>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> src/mod_box_dynamic_fn.rs:8:66
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout]   |                                                                  ^   ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 8 + pub fn get_dynamic_box_trait_ref(canal: Box<&dyn TraitCanal>) -> u32 {
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_dynamic_fn.rs:12:60
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout]    |                                                            ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 - pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 12 + pub fn get_dynamic_box_ref(canal: &Box<dyn TraitCanal>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/mod_box_dynamic_fn.rs:16:71
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout]    |                                                                       ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 - pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> (u32) {
[INFO] [stdout] 16 + pub fn get_dynamic_box_and_trait_ref(canal: &Box<&dyn TraitCanal>) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |         data: (u32),
[INFO] [stdout]    |               ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 11 -         data: (u32),
[INFO] [stdout] 11 +         data: u32,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:20:32
[INFO] [stdout]    |
[INFO] [stdout] 20 |         fn get_tuple(&self) -> (u32);
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -         fn get_tuple(&self) -> (u32);
[INFO] [stdout] 20 +         fn get_tuple(&self) -> u32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:28:32
[INFO] [stdout]    |
[INFO] [stdout] 28 |         fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -         fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 28 +         fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/lib.rs:30:13
[INFO] [stdout]    |
[INFO] [stdout] 30 |             (self.data)
[INFO] [stdout]    |             ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -             (self.data)
[INFO] [stdout] 30 +             self.data
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/lib.rs:39:32
[INFO] [stdout]    |
[INFO] [stdout] 39 |         fn get_tuple(&self) -> (u32) {
[INFO] [stdout]    |                                ^   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -         fn get_tuple(&self) -> (u32) {
[INFO] [stdout] 39 +         fn get_tuple(&self) -> u32 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/lib.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             (self.0)
[INFO] [stdout]    |             ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -             (self.0)
[INFO] [stdout] 41 +             self.0
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.87s
[INFO] running `Command { std: "docker" "inspect" "b89b2682af6e3f51f023875735a766f2e912bf1634c7652d174de83ed6e952c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b89b2682af6e3f51f023875735a766f2e912bf1634c7652d174de83ed6e952c6", kill_on_drop: false }`
[INFO] [stdout] b89b2682af6e3f51f023875735a766f2e912bf1634c7652d174de83ed6e952c6
