mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
ac4b9beb00
# 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. |
||
---|---|---|
.. | ||
lib.rs |