mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Remove redundant doc_auto_config (#12682)
# Objective CI on main has been failing for the following reason: ``` error[E0636]: the feature `doc_auto_cfg` has already been declared --> src/lib.rs:48:29 | 48 | #![cfg_attr(docsrs, feature(doc_auto_cfg))] | ^^^^^^^^^^^^ ``` ## Solution Remove the redundant attribute.
This commit is contained in:
parent
c971b45361
commit
ac4b9beb00
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
|||
html_logo_url = "https://bevyengine.org/assets/icon.png",
|
||||
html_favicon_url = "https://bevyengine.org/assets/icon.png"
|
||||
)]
|
||||
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
|
||||
|
||||
pub use bevy_internal::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue