Skip to content

Commit

Permalink
Resolve warning from 036efcf (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhjourdan authored Jan 22, 2025
2 parents c7f9deb + 161e2a5 commit f5d4d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-creusot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn main() -> Result<()> {
}
Some(Config(args)) => why3find_config(args),
Some(Prove(args)) => {
creusot(None, cargs.options, cargs.cargo_flags);
creusot(None, cargs.options, cargs.cargo_flags)?;
why3find_prove(args)
}
Some(New(args)) => new(args),
Expand Down

0 comments on commit f5d4d05

Please sign in to comment.