Skip to content

Commit

Permalink
Store manifest-path as PathBuf
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 23, 2023
1 parent 9997a01 commit 4611855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub struct LlvmLines {

// Manifest options
#[arg(long, value_name = "PATH", help_heading = MANIFEST_OPTIONS)]
pub manifest_path: Option<String>,
pub manifest_path: Option<PathBuf>,
#[arg(long, help_heading = MANIFEST_OPTIONS)]
pub frozen: bool,
#[arg(long, help_heading = MANIFEST_OPTIONS)]
Expand Down

0 comments on commit 4611855

Please sign in to comment.