Skip to content

Commit 735ddcc

Browse files
authored
Update docstring for indoc!
Before this commit, the docstring seemed to deny bytestring support. I'm guessing it was written before bytestrings were supported.
1 parent 60b5fa2 commit 735ddcc

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)