Skip to content

Commit

Permalink
Fix typo in macro doc attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuneninetails authored and SergioBenitez committed Mar 3, 2021
1 parent 80112ee commit d137aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ macro_rules! _parse_declare {
}

/// Like `format!` but tries to inline the string.
#[doc(hiden)]
#[doc(hidden)]
#[macro_export]
macro_rules! iformat {
() => (iformat!("",));
Expand Down

1 comment on commit d137aa1

@SergeStrashko
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release?

Please sign in to comment.