Skip to content

Commit

Permalink
rust: Replaces return an empty tuple by nothing (void). (#1670)
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 authored Oct 7, 2023
1 parent bc8bace commit 6d981bc
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 6d981bc

Please sign in to comment.