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.
1 parent 6289384 commit 79f8e57Copy full SHA for 79f8e57
src/macros.rs
@@ -48,7 +48,7 @@ macro_rules! crate_name {
48
///
49
/// use std::process::Command;
50
51
-/// let mut cmd = Command::new(cargo_bin!())
+/// let mut cmd = Command::new(cargo_bin!());
52
/// let output = cmd.unwrap();
53
/// ```
54
#[macro_export]
@@ -77,7 +77,7 @@ macro_rules! cargo_bin {
77
78
79
80
-/// let mut cmd = cargo_bin_cmd!()
+/// let mut cmd = cargo_bin_cmd!();
81
82
83
0 commit comments