Skip to content

Commit 51b569d

Browse files
committed
chore: remove unecessary lint
1 parent 6b95b01 commit 51b569d

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)