Skip to content

Commit

Permalink
Emphasize Punctuated's entry in the syn::punctuated module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 17, 2023
1 parent 30287e3 commit 4788fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/punctuated.rs
Expand Up @@ -37,8 +37,8 @@ use crate::parse::{Parse, ParseStream, Result};
#[cfg(feature = "parsing")]
use crate::token::Token;

/// A punctuated sequence of syntax tree nodes of type `T` separated by
/// punctuation of type `P`.
/// **A punctuated sequence of syntax tree nodes of type `T` separated by
/// punctuation of type `P`.**
///
/// Refer to the [module documentation] for details about punctuated sequences.
///
Expand Down

0 comments on commit 4788fd9

Please sign in to comment.