Skip to content

Commit

Permalink
Merge pull request #62 from ilyagr/docstring
Browse files Browse the repository at this point in the history
Update docstring for `indoc!`
  • Loading branch information
dtolnay committed Mar 23, 2024
2 parents 60b5fa2 + 735ddcc commit 8d38299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Expand Up @@ -153,7 +153,9 @@ enum Macro {
Concat,
}

/// Unindent and produce `&'static str`.
/// Unindent and produce `&'static str` or `&'static [u8]`.
///
/// Supports normal strings, raw strings, bytestrings, and raw bytestrings.
///
/// # Example
///
Expand Down

0 comments on commit 8d38299

Please sign in to comment.