Skip to content

Commit

Permalink
Touch up spacing in example for parse_multi_with_leading_vert
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 18, 2023
1 parent fc58fcf commit 8f826ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ pub(crate) mod parsing {
/// ```
/// # let wat = None;
/// match wat {
/// |None |Some(false) => {}
/// |Some(true) => {}
/// | None | Some(false) => {}
/// | Some(true) => {}
/// }
/// ```
///
Expand Down

0 comments on commit 8f826ef

Please sign in to comment.