Skip to content

Commit

Permalink
Remove unecessary lint #[allow(...)] (#12983)
Browse files Browse the repository at this point in the history
# Objective

- rust-lang/rust#123905 has been merged, so the
workaround introduced in #12913 is no longer necessary.
- Closes #12968

## Solution

- Remove unecessary `allow` attribute
  - This is currently blocked until Rust beta updates.
  - Last tested with `rustc 1.78.0-beta.7 (6fd191292 2024-04-12)`.
  • Loading branch information
BD103 committed Apr 22, 2024
1 parent 16ff354 commit a502236
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_winit/src/winit_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ impl Default for WinitSettings {
}
}

// Rustdoc mistakenly believes `App` is already in scope.
#[allow(rustdoc::redundant_explicit_links)]
/// Determines how frequently an [`App`](bevy_app::App) should update.
///
/// **Note:** This setting is independent of VSync. VSync is controlled by a window's
Expand Down

0 comments on commit a502236

Please sign in to comment.