Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Oct 18, 2024
1 parent d4965d6 commit dc27fa6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust-semantics/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ module RUST-HELPERS
rule isSignedInt(i16) => true
rule isSignedInt(i32) => true
rule isSignedInt(i64) => true
rule isSignedInt(i128) => true
rule isSignedInt(i160) => true
rule isSignedInt(i256) => true
rule isSignedInt(&T => T)
rule concatNonEmptyStatements(.NonEmptyStatements, S:NonEmptyStatements) => S
Expand Down

0 comments on commit dc27fa6

Please sign in to comment.