Skip to content

Commit

Permalink
docs(macros.rs): fixes doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed May 1, 2015
1 parent 22aef2a commit 82b0c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ macro_rules! arg_enum {
/// # use clap::App;
/// # fn main() {
/// let m = App::new("app")
/// .version(crate_version!())
/// .version(&crate_version!()[..])
/// .get_matches();
/// # }
/// ```
Expand Down

0 comments on commit 82b0c5c

Please sign in to comment.