Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With #[cfg...], sometimes all the fields containing updates are configured out and that's fine. warning: struct update has no effect, all the fields in the struct have already been specified --> src/fixup.rs:235:15 | 235 | ..self.leftmost_subexpression() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update = note: `#[warn(clippy::needless_update)]` on by default
- Loading branch information