Skip to content

Commit 771b349

Browse files
committed
Fix doctest missing overwrite parameter
1 parent 94bdbbf commit 771b349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msixbundle/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//!
3030
//! // Pack a single architecture
3131
//! let out_dir = Path::new("./output");
32-
//! let msix = pack_arch(&tools, app_dir, out_dir, &manifest, "x64")?;
32+
//! let msix = pack_arch(&tools, app_dir, out_dir, &manifest, "x64", true)?;
3333
//!
3434
//! println!("Created: {}", msix.display());
3535
//! # Ok(())

0 commit comments

Comments
 (0)