We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo_bin!
1 parent ef752de commit 1ddc1d6Copy full SHA for 1ddc1d6
src/macros.rs
@@ -49,7 +49,6 @@ macro_rules! crate_name {
49
/// use std::process::Command;
50
///
51
/// let mut cmd = Command::new(cargo_bin!())
52
-/// .unwrap();
53
/// let output = cmd.unwrap();
54
/// ```
55
#[macro_export]
@@ -79,7 +78,6 @@ macro_rules! cargo_bin {
79
78
80
81
/// let mut cmd = cargo_bin_cmd!()
82
83
84
85
0 commit comments