[INFO] fetching crate physics2d 0.6.0... [INFO] checking physics2d-0.6.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate physics2d 0.6.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate physics2d 0.6.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate physics2d 0.6.0 [INFO] finished tweaking crates.io crate physics2d 0.6.0 [INFO] tweaked toml for crates.io crate physics2d 0.6.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 04baaed27bd56cc158d5a90725cc0bdb4ae8a49c018b2f818e05aa815f2b3a09 [INFO] running `Command { std: "docker" "start" "-a" "04baaed27bd56cc158d5a90725cc0bdb4ae8a49c018b2f818e05aa815f2b3a09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04baaed27bd56cc158d5a90725cc0bdb4ae8a49c018b2f818e05aa815f2b3a09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04baaed27bd56cc158d5a90725cc0bdb4ae8a49c018b2f818e05aa815f2b3a09", kill_on_drop: false }` [INFO] [stdout] 04baaed27bd56cc158d5a90725cc0bdb4ae8a49c018b2f818e05aa815f2b3a09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 62553dff63cb7021dbe63338773b7104e147aad21343e13e9b85848ed627536d [INFO] running `Command { std: "docker" "start" "-a" "62553dff63cb7021dbe63338773b7104e147aad21343e13e9b85848ed627536d", kill_on_drop: false }` [INFO] [stderr] Compiling sfml-build v0.2.0 [INFO] [stderr] Checking physics2d v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/util/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / macro_rules! match_owned_fn_to_variants { [INFO] [stdout] 4 | | ($enum_name:ident::{$($variant:ident),*}; $val:expr, $fn_name:ident$args:tt) => { [INFO] [stdout] 5 | | match $val { [INFO] [stdout] 6 | | $( [INFO] [stdout] ... | [INFO] [stdout] 10 | | }; [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/util/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / macro_rules! generate_match_owned_fn_macro_for_enum { [INFO] [stdout] 34 | | ($enum_name:ident::{$($variant:ident),*}; $macro_name:ident) => { [INFO] [stdout] 35 | | macro_rules! $macro_name { [INFO] [stdout] 36 | | ($val:expr, $fn_name:ident$args:tt) => { [INFO] [stdout] ... | [INFO] [stdout] 40 | | }; [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BodyPair` [INFO] [stdout] --> src/collision/broad_phase/mod.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | use world::{Bodies, ConstraintsMap, BodyPair, Body}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `collision::Contact` [INFO] [stdout] --> src/world/collections.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use collision::Contact; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::hash_map::Values` [INFO] [stdout] --> src/world/collections.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::collections::hash_map::Values; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cell::RefCell` [INFO] [stdout] --> src/world/body/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::cell::RefCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Vec2` [INFO] [stdout] --> src/world/debug.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use ::math::{Vec2}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NaiveBroadPhase` [INFO] [stdout] --> src/world/mod.rs:13:42 [INFO] [stdout] | [INFO] [stdout] 13 | use collision::broad_phase::{BroadPhase, NaiveBroadPhase, BoundsTreeBroadPhase}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csfml-system-sys v0.4.0 [INFO] [stderr] Compiling csfml-window-sys v0.4.0 [INFO] [stderr] Compiling csfml-graphics-sys v0.4.0 [INFO] [stderr] Compiling csfml-audio-sys v0.4.0 [INFO] [stdout] warning: unused variable: `rel_vel_normal` [INFO] [stdout] --> src/collision/solver.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let rel_vel_normal = contact.normal.dot(&rel_vel); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rel_vel_normal` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:65:59 [INFO] [stdout] | [INFO] [stdout] 65 | fn initialize_velocity(&mut self, a: &Body, b: &Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:97:67 [INFO] [stdout] | [INFO] [stdout] 97 | fn warm_start_velocity(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/collision/solver.rs:108:39 [INFO] [stdout] | [INFO] [stdout] 108 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/collision/solver.rs:108:53 [INFO] [stdout] | [INFO] [stdout] 108 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:108:67 [INFO] [stdout] | [INFO] [stdout] 108 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:110:62 [INFO] [stdout] | [INFO] [stdout] 110 | fn solve_velocity(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:152:62 [INFO] [stdout] | [INFO] [stdout] 152 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/joint/spring.rs:111:67 [INFO] [stdout] | [INFO] [stdout] 111 | fn warm_start_velocity(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/joint/spring.rs:118:39 [INFO] [stdout] | [INFO] [stdout] 118 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/joint/spring.rs:118:53 [INFO] [stdout] | [INFO] [stdout] 118 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/joint/spring.rs:118:67 [INFO] [stdout] | [INFO] [stdout] 118 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/joint/spring.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 137 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/joint/spring.rs:137:48 [INFO] [stdout] | [INFO] [stdout] 137 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/joint/spring.rs:137:62 [INFO] [stdout] | [INFO] [stdout] 137 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/util/pool.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | let mut node_pool = Vec::with_capacity(initial_capacity); [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/collision/broad_phase/bounds_tree/mod.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | let mut pool = pool::Pool::default(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_root` [INFO] [stdout] --> src/collision/broad_phase/bounds_tree/mod.rs:81:12 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn get_root(&self) -> &Node { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_root_mut` [INFO] [stdout] --> src/collision/broad_phase/bounds_tree/mod.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn get_root_mut(&mut self) -> &mut Node { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/world/collections.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new() -> Bodies { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/world/collections.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn remove(&mut self, id: BodyId) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_mut` [INFO] [stdout] --> src/world/body/pair.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn with_mut(&self, bodies: &mut Bodies, mut f: F) -> R [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/world/collections.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | pub type ConstraintsMap = FnvHashMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 93 | pub type ConstraintsMap = FnvHashMap>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking sfml v0.14.0 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/testbed/canvas.rs:31:25 [INFO] [stdout] | [INFO] [stdout] 31 | draw_queue: Vec>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn sfml::graphics::Drawable` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> examples/polygon_collisions.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | fn sfml_loop(&mut self, input: &testbed::Input, dt: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> examples/polygon_collisions.rs:59:59 [INFO] [stdout] | [INFO] [stdout] 59 | fn sfml_draw(&mut self, canvas: &mut testbed::Canvas, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/polygon_collisions.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | let mut b = Body::new(poly_b.into_shape(), 10.0, Material::default()); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/polygon_collisions.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | let mut testbed = PolygonCollisionsTestbed::new(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/util/mod.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / macro_rules! match_owned_fn_to_variants { [INFO] [stdout] 4 | | ($enum_name:ident::{$($variant:ident),*}; $val:expr, $fn_name:ident$args:tt) => { [INFO] [stdout] 5 | | match $val { [INFO] [stdout] 6 | | $( [INFO] [stdout] ... | [INFO] [stdout] 10 | | }; [INFO] [stdout] 11 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/util/mod.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | / macro_rules! generate_match_owned_fn_macro_for_enum { [INFO] [stdout] 34 | | ($enum_name:ident::{$($variant:ident),*}; $macro_name:ident) => { [INFO] [stdout] 35 | | macro_rules! $macro_name { [INFO] [stdout] 36 | | ($val:expr, $fn_name:ident$args:tt) => { [INFO] [stdout] ... | [INFO] [stdout] 40 | | }; [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BodyPair` [INFO] [stdout] --> src/collision/broad_phase/mod.rs:7:37 [INFO] [stdout] | [INFO] [stdout] 7 | use world::{Bodies, ConstraintsMap, BodyPair, Body}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `collision::Contact` [INFO] [stdout] --> src/world/collections.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use collision::Contact; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::hash_map::Values` [INFO] [stdout] --> src/world/collections.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::collections::hash_map::Values; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cell::RefCell` [INFO] [stdout] --> src/world/body/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::cell::RefCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Vec2` [INFO] [stdout] --> src/world/debug.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use ::math::{Vec2}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> examples/circle_polygon_collisions.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | fn sfml_loop(&mut self, input: &testbed::Input, dt: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> examples/circle_polygon_collisions.rs:58:59 [INFO] [stdout] | [INFO] [stdout] 58 | fn sfml_draw(&mut self, canvas: &mut testbed::Canvas, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `NaiveBroadPhase` [INFO] [stdout] --> src/world/mod.rs:13:42 [INFO] [stdout] | [INFO] [stdout] 13 | use collision::broad_phase::{BroadPhase, NaiveBroadPhase, BoundsTreeBroadPhase}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/circle_polygon_collisions.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | let mut b = Body::new(circle.into_shape(), 10.0, Material::new(0.3, 0.3)); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line` [INFO] [stdout] --> examples/testbed/canvas.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn draw_line(&mut self, a: Vec2, b: Vec2) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_text` [INFO] [stdout] --> examples/testbed/canvas.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn draw_text(&mut self, text: String, size: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> examples/circle_collisions.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | fn sfml_loop(&mut self, input: &testbed::Input, dt: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> examples/circle_collisions.rs:51:59 [INFO] [stdout] | [INFO] [stdout] 51 | fn sfml_draw(&mut self, canvas: &mut testbed::Canvas, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/circle_polygon_collisions.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let mut testbed = CirclePolygonCollisionsTestbed::new(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> examples/polygons.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn sfml_loop(&mut self, input: &testbed::Input, dt: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/circle_collisions.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | let mut b = Body::new(circle_b.into_shape(), 10.0, Material::new(0.3, 0.3)); [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/circle_collisions.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | let mut testbed = CircleCollisionsTestbed::new(); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `j` [INFO] [stdout] --> examples/pyramid.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | for j in i..N { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_j` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `j` [INFO] [stdout] --> examples/stacks.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | for j in i..N { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_j` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/collisions.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | let mut testbed = CollisionsTestbed::new(&config); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `input` [INFO] [stdout] --> examples/circles.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | fn sfml_loop(&mut self, input: &testbed::Input, dt: f32) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_input` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/stacks.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | let mut testbed = StacksTestbed::new(&config); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line` [INFO] [stdout] --> examples/testbed/canvas.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn draw_line(&mut self, a: Vec2, b: Vec2) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_text` [INFO] [stdout] --> examples/testbed/canvas.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn draw_text(&mut self, text: String, size: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line` [INFO] [stdout] --> examples/testbed/canvas.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn draw_line(&mut self, a: Vec2, b: Vec2) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_text` [INFO] [stdout] --> examples/testbed/canvas.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn draw_text(&mut self, text: String, size: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:63:31 [INFO] [stdout] | [INFO] [stdout] 63 | fn draw_circle(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sfml_pos` [INFO] [stdout] --> examples/testbed/canvas.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | fn draw_polygon(&mut self, sfml_pos: sfml::system::Vector2f, [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sfml_pos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `alt` [INFO] [stdout] --> examples/testbed/input.rs:46:39 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^ help: try ignoring the field: `alt: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/pyramid.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | let mut testbed = PyramidTestbed::new(&config); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ctrl` [INFO] [stdout] --> examples/testbed/input.rs:46:44 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `ctrl: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `shift` [INFO] [stdout] --> examples/testbed/input.rs:46:50 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^ help: try ignoring the field: `shift: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `system` [INFO] [stdout] --> examples/testbed/input.rs:46:57 [INFO] [stdout] | [INFO] [stdout] 46 | Event::KeyPressed { code, alt, ctrl, shift, system } => { [INFO] [stdout] | ^^^^^^ help: try ignoring the field: `system: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/springs.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | let mut circle_body = Body::new(circle.into_shape(), 10.0, Material::new(0.8, 0.8)); [INFO] [stdout] | ----^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_point` [INFO] [stdout] --> examples/testbed/canvas.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn draw_point(&mut self, point: Vec2) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WIDTH` [INFO] [stdout] --> examples/testbed/canvas.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | const WIDTH: f32 = 2.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line` [INFO] [stdout] --> examples/testbed/canvas.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn draw_line(&mut self, a: Vec2, b: Vec2) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_text` [INFO] [stdout] --> examples/testbed/canvas.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn draw_text(&mut self, text: String, size: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/springs.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | let mut testbed = SpringsTestbed::new(&config); [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_point` [INFO] [stdout] --> examples/testbed/canvas.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn draw_point(&mut self, point: Vec2) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `WIDTH` [INFO] [stdout] --> examples/testbed/canvas.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | const WIDTH: f32 = 2.0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_line` [INFO] [stdout] --> examples/testbed/canvas.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn draw_line(&mut self, a: Vec2, b: Vec2) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `draw_text` [INFO] [stdout] --> examples/testbed/canvas.rs:158:12 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn draw_text(&mut self, text: String, size: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `config_shape` [INFO] [stdout] --> examples/testbed/canvas.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | fn config_shape<'a, T: sfml::graphics::Shape<'a>>(&self, shape: &mut T) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/util/pool.rs:99:14 [INFO] [stdout] | [INFO] [stdout] 99 | let (a, b, c) = (pool.allocate(), pool.allocate(), pool.allocate()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `c` [INFO] [stdout] --> src/util/pool.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | let (a, b, c) = (pool.allocate(), pool.allocate(), pool.allocate()); [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rel_vel_normal` [INFO] [stdout] --> src/collision/solver.rs:71:13 [INFO] [stdout] | [INFO] [stdout] 71 | let rel_vel_normal = contact.normal.dot(&rel_vel); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_rel_vel_normal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:65:59 [INFO] [stdout] | [INFO] [stdout] 65 | fn initialize_velocity(&mut self, a: &Body, b: &Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:97:67 [INFO] [stdout] | [INFO] [stdout] 97 | fn warm_start_velocity(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/collision/solver.rs:108:39 [INFO] [stdout] | [INFO] [stdout] 108 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/collision/solver.rs:108:53 [INFO] [stdout] | [INFO] [stdout] 108 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:108:67 [INFO] [stdout] | [INFO] [stdout] 108 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:110:62 [INFO] [stdout] | [INFO] [stdout] 110 | fn solve_velocity(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/collision/solver.rs:152:62 [INFO] [stdout] | [INFO] [stdout] 152 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/joint/spring.rs:111:67 [INFO] [stdout] | [INFO] [stdout] 111 | fn warm_start_velocity(&mut self, a: &mut Body, b: &mut Body, dt: f32) { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/joint/spring.rs:118:39 [INFO] [stdout] | [INFO] [stdout] 118 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/joint/spring.rs:118:53 [INFO] [stdout] | [INFO] [stdout] 118 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/joint/spring.rs:118:67 [INFO] [stdout] | [INFO] [stdout] 118 | fn warm_start_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/joint/spring.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 137 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/joint/spring.rs:137:48 [INFO] [stdout] | [INFO] [stdout] 137 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dt` [INFO] [stdout] --> src/joint/spring.rs:137:62 [INFO] [stdout] | [INFO] [stdout] 137 | fn solve_position(&mut self, a: &mut Body, b: &mut Body, dt: f32) {} [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_dt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/util/pool.rs:25:13 [INFO] [stdout] | [INFO] [stdout] 25 | let mut node_pool = Vec::with_capacity(initial_capacity); [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/collision/broad_phase/bounds_tree/mod.rs:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | let mut pool = pool::Pool::default(); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_root_mut` [INFO] [stdout] --> src/collision/broad_phase/bounds_tree/mod.rs:85:12 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn get_root_mut(&mut self) -> &mut Node { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/world/collections.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn new() -> Bodies { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `remove` [INFO] [stdout] --> src/world/collections.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn remove(&mut self, id: BodyId) -> Option { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `with_mut` [INFO] [stdout] --> src/world/body/pair.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn with_mut(&self, bodies: &mut Bodies, mut f: F) -> R [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/world/collections.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | pub type ConstraintsMap = FnvHashMap>; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 93 | pub type ConstraintsMap = FnvHashMap>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.83s [INFO] running `Command { std: "docker" "inspect" "62553dff63cb7021dbe63338773b7104e147aad21343e13e9b85848ed627536d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62553dff63cb7021dbe63338773b7104e147aad21343e13e9b85848ed627536d", kill_on_drop: false }` [INFO] [stdout] 62553dff63cb7021dbe63338773b7104e147aad21343e13e9b85848ed627536d