Skip to content

Commit

Permalink
Fix clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Jul 27, 2024
1 parent 48a183f commit 2fa3348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ipa-core/src/test_fixture/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ pub struct TestWorldConfig {
/// for each communication round between any pair of helpers.
/// The application include:
/// * Malicious behavior. This can help simulating a malicious
/// actor being present in the system by running one or several
/// additive attacks.
/// actor being present in the system by running one or several
/// additive attacks.
/// * Data corruption. Tests can simulate bit flips that occur
/// at the network layer and check whether IPA can recover from
/// these (checksums, etc).
/// at the network layer and check whether IPA can recover from
/// these (checksums, etc).
///
/// The interface is pretty low level because of the layer
/// where it operates. [`StreamInterceptor`] interface provides
Expand Down

0 comments on commit 2fa3348

Please sign in to comment.