Skip to content

Remove unecessary lint #12968

Description

@BD103

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.

#[allow(rustdoc::redundant_explicit_links)]

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]:

cargo +beta doc -p bevy_winit --no-deps

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-WindowingPlatform-agnostic interface layer to run your app inC-Code-QualityA section of code that is hard to understand or changeD-TrivialNice and easy! A great choice to get started with Bevy

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions