diff --git a/src/lib.rs b/src/lib.rs index 0001e7b..423a4f3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 ///