Skip to content

Commit

Permalink
Added single line to macro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyllingene committed Apr 6, 2024
1 parent ef695a4 commit 63a4981
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sarge"
version = "7.2.0"
version = "7.2.1"
edition = "2021"

authors = ["Kyllingene"]
Expand Down
2 changes: 2 additions & 0 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ macro_rules! __var_tag {
/// place the default on an `#err` argument, in which case it will become
/// `Result<T, _>`.
///
/// You may not place defaults on `#ok` arguments.
///
/// # Example
///
/// ```
Expand Down

0 comments on commit 63a4981

Please sign in to comment.