-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Remove unecessary lint #12968
Copy link
Copy link
Closed
Labels
A-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
Metadata
Metadata
Assignees
Labels
A-WindowingPlatform-agnostic interface layer to run your app inPlatform-agnostic interface layer to run your app inC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
rust-lang/rust#123905 has been merged, which fixes a bug I raised in rust-lang/rust#123677. In #12913 I created a temporary fix which adds
#[allow(rustdoc::redundant_explicit_links)]to silence the bug. This can now be removed.bevy/crates/bevy_winit/src/winit_config.rs
Line 62 in 62f2a73
When creating the PR, please check with the latest beta Rust that the error no longer occurs. It should be added to the beta channel, but it might not have been updated yet.
To test, run the following after removing the
#[allow]: