Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Oct 20, 2023
1 parent 2248ee8 commit cfbc130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/subsystem/subsystem_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ where
///
/// The default is [`ErrorAction::Forward`].
///
/// For more information, see [ErrorAction].
/// For more information, see [`ErrorAction`].
pub fn on_failure(mut self, action: ErrorAction) -> Self {
self.failure_action = action;
self
Expand All @@ -60,7 +60,7 @@ where
///
/// The default is [`ErrorAction::Forward`].
///
/// For more information, see [ErrorAction].
/// For more information, see [`ErrorAction`].
pub fn on_panic(mut self, action: ErrorAction) -> Self {
self.panic_action = action;
self
Expand Down

0 comments on commit cfbc130

Please sign in to comment.