Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: fields `x` and `y` are never read --> tests/test_ensure.rs:467:13 | 466 | pub struct Point { | ----- fields in this struct 467 | pub x: i32, | ^ 468 | pub y: i32, | ^ | = note: `Point` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
- Loading branch information