Skip to content

Commit

Permalink
fix doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Oct 27, 2023
1 parent 4d873d7 commit 63daec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ pub fn export(attr: TokenStream, tokens: TokenStream) -> TokenStream {
/// }
/// ```
///
/// Would export only:
/// only this part would be exported:
/// ```ignore
/// pub fn some_fun() {
/// println!("hello world");
Expand Down

0 comments on commit 63daec2

Please sign in to comment.