Skip to content

Commit 8d38299

Browse files
authored
Merge pull request #62 from ilyagr/docstring
Update docstring for `indoc!`
2 parents 60b5fa2 + 735ddcc commit 8d38299

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ enum Macro {
153153
Concat,
154154
}
155155

156-
/// Unindent and produce `&'static str`.
156+
/// Unindent and produce `&'static str` or `&'static [u8]`.
157+
///
158+
/// Supports normal strings, raw strings, bytestrings, and raw bytestrings.
157159
///
158160
/// # Example
159161
///

0 commit comments

Comments
 (0)