Skip to content

Import Embark clippy lints v5 and fix all fallout#99

Merged
manon-traverse merged 3 commits intomainfrom
unused-field
Feb 25, 2022
Merged

Import Embark clippy lints v5 and fix all fallout#99
manon-traverse merged 3 commits intomainfrom
unused-field

Conversation

@MarijnS95
Copy link
Copy Markdown
Member

@MarijnS95 MarijnS95 commented Feb 19, 2022

…zer`

On newer Rust versions the linter now accurately detects fields that are
only used in (specific?) `derive` macros like `Debug`, but not anywhere
else in the codebase.  As such, they should still be considered unused.
Comment thread examples/d3d12-buffer/src/main.rs
@MarijnS95 MarijnS95 changed the title vulkan: Remove unused size field from MemoryBlock Import Embark clippy lints v5 and fix all fallout Feb 19, 2022
Comment thread examples/d3d12-visualization/src/imgui_renderer.rs Outdated
@manon-traverse manon-traverse merged commit d1e4b6e into main Feb 25, 2022
@MarijnS95 MarijnS95 deleted the unused-field branch February 25, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants