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.
2 parents 6289384 + 79f8e57 commit 7b8fd99Copy full SHA for 7b8fd99
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