From 7063a9fd67235ba08a7d25636889f94d642593c0 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Mon, 11 Nov 2019 22:07:23 +0100 Subject: [PATCH] Add back the doc for system supervisor --- bastion/src/bastion.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bastion/src/bastion.rs b/bastion/src/bastion.rs index 849f8de6..a6b4062f 100644 --- a/bastion/src/bastion.rs +++ b/bastion/src/bastion.rs @@ -273,6 +273,9 @@ impl Bastion { /// created children group it it succeeded, or `Err(())` /// otherwise. /// + /// Note that the "system supervisor" is a supervisor created + /// by the system at startup. + /// /// # Arguments /// /// * `init` - The closure taking the new [`Children`] as an