Skip to content

Commit

Permalink
doc enhancements + fix benchmark action
Browse files Browse the repository at this point in the history
  • Loading branch information
jofas committed Dec 15, 2022
1 parent df5b532 commit 96078ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ repository = "https://github.com/jofas/map_macro"
[dev-dependencies]
criterion = { version = "^0.3.6", features = ["html_reports"] }

[lib]
bench = false

[[bench]]
name = "benches"
harness = false
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ macro_rules! map {
};
}

/// Explicitly typed equivalent of [map!].
/// Explicitly typed equivalent of [`map!`].
///
/// Set this [crate's](crate) documentation for more examples on how
/// to use this macro.
Expand Down Expand Up @@ -121,7 +121,7 @@ macro_rules! btree_map {
};
}

/// Explicitly typed equivalent of [btree_map!].
/// Explicitly typed equivalent of [`btree_map!`].
///
/// Set this [crate's](crate) documentation for more examples on how
/// to use this macro.
Expand Down

0 comments on commit 96078ac

Please sign in to comment.