Skip to content

Commit

Permalink
Remove enable-unstable requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Aghili committed Jul 31, 2024
1 parent 01bd260 commit 2524fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani-driver/src/args/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub struct VerificationArgs {
pub synthesize_loop_contracts: bool,

//Harness Output into individual files
#[arg(long, hide_short_help = true, requires("enable_unstable"))]
#[arg(long, hide_short_help = true)]
pub output_into_files: bool,

/// Randomize the layout of structures. This option can help catching code that relies on
Expand Down

0 comments on commit 2524fa1

Please sign in to comment.