Skip to content

Commit a502236

Browse files
authored
Remove unecessary lint #[allow(...)] (#12983)
# 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)`.
1 parent 16ff354 commit a502236

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_winit/src/winit_config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ impl Default for WinitSettings {
5858
}
5959
}
6060

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

0 commit comments

Comments
 (0)