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 53049b9 commit 859c848Copy full SHA for 859c848
src/lib.rs
@@ -355,7 +355,7 @@
355
//! [`Tween`]: tween::Tween
356
//! [`AnimationTarget`]: tween::AnimationTarget
357
#![allow(clippy::needless_doctest_main)]
358
-#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
+#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_cfg))]
359
#![warn(missing_docs)]
360
361
use bevy::ecs::schedule::{InternedScheduleLabel, ScheduleLabel};
0 commit comments