Skip to content

Commit

Permalink
Bumped version to 0.2.4
Browse files Browse the repository at this point in the history
Minor doc fix.
  • Loading branch information
rodrimati1992 committed Jul 6, 2022
1 parent 99d5f7a commit b052e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const_panic"
version = "0.2.3"
version = "0.2.4"
authors = ["rodrimati1992 <[email protected]>"]
edition = "2021"
license = "Zlib"
Expand Down
2 changes: 1 addition & 1 deletion src/macros/concat_assert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
///
/// When two or more arguments are passed,
/// this panics with formatting by delegating the second and remaining arguments
/// to the [`concat_panic`](macro@concat_panic) macro.
/// to the [`concat_panic`](macro@crate::concat_panic) macro.
///
/// ### Examples
///
Expand Down

0 comments on commit b052e5d

Please sign in to comment.