Skip to content

Commit

Permalink
Document out param of try_to_bin()
Browse files Browse the repository at this point in the history
  • Loading branch information
joculatrix committed Oct 27, 2024
1 parent 7d109a8 commit a64a724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ impl Linker {
/// specified, to produce an executable from a given object or assembly file.
///
/// * `object` - the path to the object or assembly file produced by the compiler
/// * `out` - the output path for the executable
/// * `linker` - the linker, if any, specified by the user via CLI args
pub fn try_to_bin(
object: &PathBuf,
Expand Down

0 comments on commit a64a724

Please sign in to comment.