Huh, I seem to have left this unfinished

This commit is contained in:
Tony Garnock-Jones 2021-10-06 22:02:27 +02:00
parent 97af85a024
commit f640111f20
1 changed files with 2 additions and 1 deletions

View File

@ -1009,7 +1009,8 @@ impl<'activation> Activation<'activation> {
}
/// Create a new subfacet of the currently-active facet. Runs `boot` in the new facet's
/// context. If `boot` returns leaving the new facet [inert][Facet#inert-facets],
/// context. If `boot` returns leaving the new facet [inert][Facet#inert-facets], the new
/// facet is [stopped][Activation::stop_facet].
pub fn facet<F: FnOnce(&mut Activation) -> ActorResult>(
&mut self,
boot: F,