Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lok <[email protected]>
  • Loading branch information
andylokandy committed Jan 25, 2024
1 parent 51bdae5 commit 3a46973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ minitrace is a tracing library [10~100x faster](#benchmarks) than others:

Features:

- Easy to use
- [Extremely fast](#benchmarks)
- [Library-level tracing](#what-is-library-level-tracing)
- [Compatible with the log crate and its macros](minitrace/examples/log.rs)
Expand Down
2 changes: 1 addition & 1 deletion minitrace-macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl Parse for Args {
/// }
/// ```
///
/// The code snippets above are equivalent to:
/// The code snippets above will be expanded to:
///
/// ```
/// # use minitrace::prelude::*;
Expand Down

0 comments on commit 3a46973

Please sign in to comment.