mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Remove unecessary lint #[allow(...)]
(#12983)
# Objective - https://github.com/rust-lang/rust/pull/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)`.
This commit is contained in:
parent
16ff354f1c
commit
a50223622f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue