We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b95b01 commit 51b569dCopy full SHA for 51b569d
crates/bevy_winit/src/winit_config.rs
@@ -58,8 +58,6 @@ impl Default for WinitSettings {
58
}
59
60
61
-// Rustdoc mistakenly believes `App` is already in scope.
62
-#[allow(rustdoc::redundant_explicit_links)]
63
/// Determines how frequently an [`App`](bevy_app::App) should update.
64
///
65
/// **Note:** This setting is independent of VSync. VSync is controlled by a window's
0 commit comments