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:
Stepan Koltsov 2023-11-29 14:38:37 +00:00 committed by GitHub
parent daa8bf20df
commit d04a2204f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.