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 0cb383e commit ee88946Copy full SHA for ee88946
src/macros.rs
@@ -62,7 +62,7 @@ macro_rules! cargo_bin {
62
};
63
}
64
65
-/// The absolute path to a binary target's executable.
+/// A [`Command`][crate::Command] for the binary target's executable.
66
///
67
/// The `bin_target_name` is the name of the binary
68
/// target, exactly as-is.
0 commit comments