Skip to content

Commit

Permalink
Remove extraneous arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Salzberg committed Aug 23, 2024
1 parent 69fd136 commit 6b76832
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kani-compiler/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ pub enum ExtraChecks {
/// Check that produced values are valid except for uninitialized values.
/// See https://github.com/model-checking/kani/issues/920.
Validity,
/// Check pointer validity when casting pointers to references.
/// See https://github.com/model-checking/kani/issues/2975.
PtrToRefCast,
/// Check for violations of pointer aliasing model
Aliasing,
/// Check for using uninitialized memory.
Expand Down

0 comments on commit 6b76832

Please sign in to comment.