Skip to content

Commit

Permalink
rust: Replaces return an empty tuple by nothing (void).
Browse files Browse the repository at this point in the history
The cargo clippy reports as an issue returning an empty tuple
and recommends remove it.

Extracted rust files are updated.

[1] https://rust-lang.github.io/rust-clippy/master/index.html#/unused_unit/
  • Loading branch information
armfazh committed Oct 1, 2023
1 parent 08c339c commit da772fe
Show file tree
Hide file tree
Showing 29 changed files with 448 additions and 448 deletions.
32 changes: 16 additions & 16 deletions fiat-rust/src/curve25519_32.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions fiat-rust/src/curve25519_64.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da772fe

Please sign in to comment.