latest clippy warns PhantomData::default()
#9150
Labels
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
Bevy version
Any
[Optional] Relevant system information
Any
What you did
I followed the test instructions described in
ci
workflows -cargo run -p ci -- lints
with the latest stable releaseWhat went wrong
As this warning has been added in
rustc 1.71.0
, lint fails in the line ofPhantomData::Default()
. Use_marker: PhantomData
instead.The text was updated successfully, but these errors were encountered: