Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
remove main.rs from nyx-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbh committed Oct 17, 2023
1 parent 490120e commit 47fdf1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions nyx-storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ impl Storage {
return Ok(&self.retrivable_buffer[..data_size]);
}
}

#[cfg(test)]
mod tests {
use super::*;
}
3 changes: 0 additions & 3 deletions nyx-storage/src/main.rs

This file was deleted.

0 comments on commit 47fdf1a

Please sign in to comment.