Skip to content

Commit

Permalink
Make IntoSystemConfigs::into_configs public API (visible in docs) (#1…
Browse files Browse the repository at this point in the history
…0624)

`IntoSystemConfigs::into_configs` function is public, but hidden from
documentation. This PR makes it visible.

Fixes #10622.
  • Loading branch information
stepancheg authored Nov 29, 2023
1 parent daa8bf2 commit d04a220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_ecs/src/schedule/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ where
Self: Sized,
{
/// Convert into a [`SystemConfigs`].
#[doc(hidden)]
fn into_configs(self) -> SystemConfigs;

/// Add these systems to the provided `set`.
Expand Down

0 comments on commit d04a220

Please sign in to comment.