Skip to content

Commit a64a724

Browse files
committed
Document out param of try_to_bin()
1 parent 7d109a8 commit a64a724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bin.rs

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ impl Linker {
2727
/// specified, to produce an executable from a given object or assembly file.
2828
///
2929
/// * `object` - the path to the object or assembly file produced by the compiler
30+
/// * `out` - the output path for the executable
3031
/// * `linker` - the linker, if any, specified by the user via CLI args
3132
pub fn try_to_bin(
3233
object: &PathBuf,

0 commit comments

Comments
 (0)