Skip to content

Commit 1ddc1d6

Browse files
committed
docs: Correct examples for cargo_bin!
Fixes #249
1 parent ef752de commit 1ddc1d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/macros.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ macro_rules! crate_name {
4949
/// use std::process::Command;
5050
///
5151
/// let mut cmd = Command::new(cargo_bin!())
52-
/// .unwrap();
5352
/// let output = cmd.unwrap();
5453
/// ```
5554
#[macro_export]
@@ -79,7 +78,6 @@ macro_rules! cargo_bin {
7978
/// use std::process::Command;
8079
///
8180
/// let mut cmd = cargo_bin_cmd!()
82-
/// .unwrap();
8381
/// let output = cmd.unwrap();
8482
/// ```
8583
#[macro_export]

0 commit comments

Comments
 (0)