Skip to content

Commit 1172238

Browse files
authored
Update macros.rs
Cosmetic change to re-run ci
1 parent 34b8739 commit 1172238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ macro_rules! closure (
8989
/// // will use &[u8] as input type (use this if the compiler
9090
/// // complains about lifetime issues
9191
/// named!(my_function<&[u8]>, tag!("abcd"));
92-
/// // prefix them with 'pub' to make the functions public
92+
/// //prefix them with 'pub' to make the functions public
9393
/// named!(pub my_function, tag!("abcd"));
9494
/// // prefix them with 'pub(crate)' to make the functions public within the crate
9595
/// named!(pub(crate) my_function, tag!("abcd"));

0 commit comments

Comments
 (0)