Make IntoSystemConfigs::into_configs public API (visible in docs) (#10624)
`IntoSystemConfigs::into_configs` function is public, but hidden from documentation. This PR makes it visible. Fixes #10622.
This commit is contained in:
parent
daa8bf20df
commit
d04a2204f5
@ -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`.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user