Skip to content

Commit 859c848

Browse files
committed
Change doc_auto_cfg to doc_cfg since rust-lang/rust#138907
1 parent 53049b9 commit 859c848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
//! [`Tween`]: tween::Tween
356356
//! [`AnimationTarget`]: tween::AnimationTarget
357357
#![allow(clippy::needless_doctest_main)]
358-
#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_auto_cfg))]
358+
#![cfg_attr(all(doc, CHANNEL_NIGHTLY), feature(doc_cfg))]
359359
#![warn(missing_docs)]
360360

361361
use bevy::ecs::schedule::{InternedScheduleLabel, ScheduleLabel};

0 commit comments

Comments
 (0)