Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HatemMn committed Jan 15, 2025
1 parent b5ffe30 commit b7f7348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/test/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ use rand::{Rng, SeedableRng, rngs::StdRng};

use crate::MemoryADT;

// TODO: should return a result type and proper errors

pub async fn test_single_write_and_read<T>(memory: &T, seed: [u8; 32])
where
T: MemoryADT + Send + Sync,
Expand Down
2 changes: 1 addition & 1 deletion src/test/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#[cfg(test)]
pub(crate) mod memory;
pub mod memory;

0 comments on commit b7f7348

Please sign in to comment.